B4A Library [B4X] [XUI] AS Scheduler ? - MonthView, DayView (Week), AgendaView and CalendarView [Payware]

Alexander Stolte

Expert
Licensed User
Longtime User
Update
  • 2.15
    • MonthView
      • B4A BugFix
      • Add Event FirstVisibleDay
      • Add Event LastVisibleDay
      • Add Designer Property CurrentDateTextColor
      • Add Designer Property SelectedDateTextColor
    • DayView
      • BugFixes
      • Performance improvments
    • API
      • BugFixes
      • Performance improvments
 
Last edited:

Alexander Stolte

Expert
Licensed User
Longtime User
Today is the one year anniversary of the AS_Scheduler, I would like to thank the people who supported the project and sent me bugs and new feature requests. This way I could already release 43 updates that made the product better. It was not an easy task to develop everything stable for all 3 platforms.

Update
  • 3.00
    • MonthView
      • BugFixes
      • Add Event "Created" - is triggered when the calendar is finished building
        • If you call RefreshComplete once the calendar is ready, the event will be triggered
      • Add RefreshComplete - Rebuilds the calendar
      • Event improvements
    • DayView
      • Performance improvments
      • Add Event "Created" - is triggered when the calendar is finished building
      • Add get and set StartDate
      • Add RefreshComplete - Rebuilds the calendar
      • Breaking change: setDayCount needs now a RefreshComplete if you want to apply it
    • CalendarViewMonth
      • Add Designer Property "SchedulerFunction"
        • Calendar - Normal DatePicker and the Appointments are displayed as circles under the date
        • MonthView - Same function as the MonthView, the view is used on the whole height and width, the appointments are with text
      • Add Events
        • AppointmentClick
        • AppointmentDoubleClick
        • AppointmentLongClick
        • AppointmentRightClick
        • HiddenAppointmentClick
        • HiddenAppointmentLongClick
      • Add Properties
        • get and set AppointmentProperties_MonthView
        • get and set BlackoutProperties
        • get and set SchedulerFunction
SchedulerFunction

A feature that was on the ToDo list for a long time was to have the month view as a pager. So I don't have to rewrite the MonthView completely, I decided to use the CalendarView_Month for this and extend it to this. This way the features of the CalendarView_Month remain, you can still quickly navigate to a date, or display the dates as circles.
 

Ilya G.

Active Member
Licensed User
Longtime User
1) Is it possible to use DayView with 1 day and 8 custom columns?
2) Is it possible to set start and end time in DayView?
 

Alexander Stolte

Expert
Licensed User
Longtime User

roddy

Member
Licensed User
Longtime User
Does this library AS Scheduler support other languages?
For example:traditional Chinese
 

Alexander Stolte

Expert
Licensed User
Longtime User
Update
  • 3.02
    • General
      • Appointment Click Event BugFixes
    • CalendarView
      • BugFixes
    • MonthView
      • B4J BugFix Scroll2Date
        • If the date is still within the range of the one already added, then it has scrolled one week too far. Unfortunately, it is not possible in B4J with such a long list, to land exactly on the item for which you have the index, it lands every time in release mode a week later or a week earlier.
 

roddy

Member
Licensed User
Longtime User
Please take a look at these questions


 

roddy

Member
Licensed User
Longtime User
Update
  • 3.03
    • DayView
      • Add Designer Property StartHour - The calendar automatically scrolls to the set hour
        • Default: 0
      • Add Scroll2Hour
ASScheduler_DayView1.Scroll2Hour(10)

Use this function to skip 00:00-09:30 and it does work.
It would be perfect if you could hide the time period you don't need.

anyway thanks
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…