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
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…