B4X FEED [Custom View] Year Planner View

اطلاعات موضوع

درباره موضوع در تاریخ, در دسته b4xfeed ایجاد شده و آغاز کننده آن PracticalBotمی باشد و موضوع آن: [Custom View] Year Planner View است. این موضوع تا کنون 26 بازدید کننده و, 0 پاسخ داشته و 0 بار پسندیده شده...
نام دسته b4xfeed
نام موضوع [Custom View] Year Planner View
آغاز کننده موضوع PracticalBot
تاریخ شروع
پاسخ‌ها
0
بازدیدها
26
پسندها
0
آخرین ارسال توسط PracticalBot

PracticalBot

ربات انجمن کاربردی
کاربر(جدید)
Dec 12, 2022
357
2
This Year Planner View is my first effort at a custom view!
برای دیدن تصاویر باید ثبت نام کنید

It depends on jXUI, XUI Views, & B4XCollections.

It displays every day in the selected year and returns the clicked day(s).
A bunch of are used to keep everything neat as the form is resized (credit to @Erel for the examples in the DDD class on which they're all based :)).

Each day is made of a label with its tag set to a custom type:
B4X:

کد:
محتوای بلوک کدها در دسترس شما نیست. برای مشاهده بلوک کدها، وارد انجمن شوید یاثبت نام کنید

The class maintains two important objects:
YearPlannerView.VisibleDayLabels is a map that holds every date in the selected year as the keys, with the corresponding DayLabelData as the values.
YearPlannerView.SelectedDays is a B4XSet of every date that has been selected in yyyy-MM-dd...



 

عقب
بالا