Android Question [B4X] AS Scheduler Dayview

sdleidel

Active Member
Licensed User
Longtime User
Nice…

is there a way to stop the scrolling left and right when i select only 1 day view ?

Another question:

I have different colors for appointments (Backgrounds)

A different text color for an appointment were great.

Exsample…
When the User select a light color(Background), the text color is heavy readable, then I can select , for this appointment, a darker color for the text.
 

Alexander Stolte

Expert
Licensed User
Longtime User
is there a way to stop the scrolling left and right when i select only 1 day view ?
B4X:
ASScheduler_DayView1.CanSwipe = False
I have different colors for appointments (Backgrounds)

A different text color for an appointment were great.
B4X:
ASScheduler_DayView1.AutoAppointmentTextColor = True
 

Attachments

  • ASScheduler.zip
    63.9 KB · Views: 3
Upvote 0
Top