CalendarView

From Jeremie Leroy - XOJO Controls Wiki
Revision as of 22:04, 3 May 2012 by Admin (Talk | contribs) (1 revision)

Jump to: navigation, search

Displays a Calendar in several formats (Year, Month, Week, Day, ...) that presents CalendarEvents.
This custom control based on a Canvas is similar to iCal on Mac OS and Google Calendar.

Events
ConstructContextualMenu
DateSelected
DragEvent
EditEvent
NewEvent
Open
ViewChange


Properties
AdaptWeeksPerMonth FirstDate SelEnd   NEW 1.1.0
Animate   NEW 1.1.0 FirstDayOfWeek SelStart   NEW 1.1.0
Border ForceAM_PM   NEW 1.1.0 Style
ColorWeekend LastDate ViewDays
CreateWithDrag minHGap ViewType
DayEndHour   NEW 1.1.0 minHourHeight WeekHeaderTextFormat   NEW 1.1.0
DayNames minVGap YearHeatMap
DayStartHour   NEW 1.1.0 MonthNames
DisplayDate MyColors
DisplayWeeknumber MyStyle
DragEvents ScrollPosition



Methods
AddEvent ImportICS
DeleteAllEvents Redisplay
ExportICS RemoveEvent
ExportToDB Scroll
GetEvents SetStyle
ImportFromDB
ImportICS


Shared Methods
Register


History

Version 1.1 - Released 2012-05-02

  • Fix:
    • Several graphic enhancements
    • Colors in StyleDark
    • Day names on Mac OS


Version 1.0.3 - Released 2012-04-11

  • Fix:
    • CalendarView not updating after AddEvent


Version 1.0.2 - Released 2012-04-03

  • Fix:
    • Day background color not filling the box in TypeMonth
    • Time background color not displaying in TypeWeek
    • Resizing event to make a 15 minute event in TypeWeek
    • TypeYear not displaying non**day events
    • OutOfBoundsException in DrawTime on Mac OS
    • Drawing long event in TypeMonth that finishes on last day of week


Version 1.0.1 - Released 2012-04-02

  • New:
    • DisplayWeeknumber As Boolean
    • MyColors.WeekNumber
    • MyColors.WeekNumberBackground
    • Day name is displayed inside the month grid for iCal style.
    • Drag events in Month and Week view to change start date/time
    • Resize event in TypeWeek
    • HeatMap in TypeYear
    • SetLength Function in CalendarEvent
    • VerticalGap and HorizontalGap properties for TypeYear
    • New Event "DragEvent". Fires when a CalendarEvent is dragged or resized
  • Fix:
    • Selected background color in month view if MyStyle.MDayNumberPos=1
    • Day events in TypeWeek not aligned properly



Version 1.0.0 - Released 2012-03-30

First release

See Also

CalendarEvent

See Also

CalendarEvent