B4A Library [B4X] [XUI] AS CalendarExpandableđź“… [Payware]

Alexander Stolte

Expert
Licensed User
Longtime User
How i can implement resize method, please?
I try set .mBase.SetLayoutAnimated with .Refresh but not success
can you help me?, please
This is my Scenery
i try resize for flip phones
B4X:
    CallSub3(AS_CalendarExpandable1,"Base_Resize",Root.Width,AS_CalendarExpandable1.mBase.Height)
    AS_CalendarExpandable1.MonthView.Base_Resize(Root.Width,AS_CalendarExpandable1.MonthView.mBase.Height)
    AS_CalendarExpandable1.WeekView.Base_Resize(Root.Width,AS_CalendarExpandable1.MonthView.mBase.Height)

if this does not work, please create a new thread with an example project that shows what you are doing and what you want to achieve, thank you. Have a nice day.

Alex
 

Alexander Stolte

Expert
Licensed User
Longtime User
Update
  • 1.13
    • BugFixes and Improvements
    • Add get Theme_Dark
    • Add get Theme_Light
    • Add Designer Property ThemeChangeTransition
      • Default: Fade
    • Add "SelectedTextColor" to ASCalendarExpandable_BodyProperties
      • Default: White
Theming
as in almost all of my views, there is now a built-in dark/light mode that you can easily customize yourself
B4X:
AS_CalendarExpandable1.Theme = AS_CalendarExpandable1.Theme_Light
B4X:
AS_CalendarExpandable1.Theme = AS_CalendarExpandable1.Theme_Dark
 

Alexander Stolte

Expert
Licensed User
Longtime User
Update
  • 1.14
    • Breaking change- GetFirstDayOfWeek2 First day of week is now 1=sunday, 2=monday and so on
      • old: 1=friday, 2 = thursday and so on...
    • Breaking change- setFirstDayOfWeek First day of week is now 1=sunday, 2=monday and so on
      • old: 1=friday, 2 = thursday and so on...
    • Change - If you change the 1st day of the week, you no longer have to change the text order, you can leave the text as it is
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…