- 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
).
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...
برای دیدن تصاویر باید ثبت نام کنید
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...
برای دیدن لینک ها باید ثبت نام کنید
برای دیدن لینک ها باید ثبت نام کنید