Difference between revisions of "CalendarView"
From Jeremie Leroy - XOJO Controls Wiki
m (1 revision) |
|||
Line 144: | Line 144: | ||
|StyleOutlook2010 | |StyleOutlook2010 | ||
|Office Outlook 2010 style. | |Office Outlook 2010 style. | ||
− | |||
− | |||
− | |||
|} | |} | ||
Line 174: | Line 171: | ||
|Use the [[CalendarView.ViewDays|ViewDays]] property to set the amount of days to display. If ViewDays=5 days from Monday to Friday are displayed. | |Use the [[CalendarView.ViewDays|ViewDays]] property to set the amount of days to display. If ViewDays=5 days from Monday to Friday are displayed. | ||
|} | |} | ||
− | |||
==History== | ==History== | ||
− | ===Version 1.2 - Released | + | ===Version 1.2 - Not Released === |
*New: | *New: | ||
**Adapted display for Retina Macs (not tested on actual Retina Mac) | **Adapted display for Retina Macs (not tested on actual Retina Mac) | ||
**Keyboard arrows to [[CalendarView.Scroll|Scroll]] | **Keyboard arrows to [[CalendarView.Scroll|Scroll]] | ||
**ConstructContextualMenu event has a parameter for the clicked [[CalendarEvent]] | **ConstructContextualMenu event has a parameter for the clicked [[CalendarEvent]] | ||
− | **Edit the CalendarEvent time directly from the [[CalendarView.EditEvent|EditEvent]] window | + | **Edit the [[CalendarEvent]] time directly from the [[CalendarView.EditEvent|EditEvent]] window |
− | **Each CalendarEvent has an [[CalendarEvent.Editable|Editable]] property | + | **Each [[CalendarEvent]] has an [[CalendarEvent.Editable|Editable]] property |
**HelpTagFormat property | **HelpTagFormat property | ||
**DayEvent display height in Week view can be dragged | **DayEvent display height in Week view can be dragged |
Revision as of 23:23, 20 August 2012
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 |
Methods | |
AddEvent | ImportICS |
DeleteAllEvents | Redisplay |
ExportICS | RemoveEvent |
ExportToDB | Scroll |
GetEvents | SetStyle |
ImportFromDB | |
ImportICS |
Shared Methods |
Register |
Class Constants
Style
The following class constants are to be used to specify the Style to use with SetStyle function.
Class Constant | Description |
---|---|
StyleDefault | The default style. |
StyleICal | Macintosh iCal style. |
StyleGoogle | Google Calendar style. |
StyleDark | A dark Style (black, grey and green). |
StyleOutlook2010 | Office Outlook 2010 style. |
ViewType
The following class constants are to be used with the ViewType property.
Class Constant | Description |
---|---|
TypePicker | Displays a DatePicker. |
TypeYear | Displays a whole year. |
TypeMonth | Displays a Month calendar. |
TypeWeek | Displays a full week. |
TypeDay | Displays one day. |
TypeOther | Use the ViewDays property to set the amount of days to display. If ViewDays=5 days from Monday to Friday are displayed. |
History
Version 1.2 - Not Released
- New:
- Adapted display for Retina Macs (not tested on actual Retina Mac)
- Keyboard arrows to Scroll
- ConstructContextualMenu event has a parameter for the clicked CalendarEvent
- Edit the CalendarEvent time directly from the EditEvent window
- Each CalendarEvent has an Editable property
- HelpTagFormat property
- DayEvent display height in Week view can be dragged
- StyleOutlook2013 constant
- Style updates
- Fix
- Fixed RemoveEvent bug that deleted the first event with the same date and length
- Time bar not refreshing properly
- Simultaneous events do not overlap in Week view (limited to 10 simultaneous events)
Version 1.1 - Released 2012-05-02
- New:
- TypePicker constant
- SelStart, SelEnd to set the selected dates in the CalendarPicker
- DayStartHour, DayEndHour
- ForceAM_PM
- Style Property
- StyleOutlook2010 constant
- WeekHeaderTextFormat
- Animate
- Fix:
- Several graphic enhancements
- Colors in StyleDark
- Day names on Mac OS
Version 1.0.3 - Released 2012-04-11
- New:
- StyleDefault, StyleICal, StyleGoogle, StyleDark class constants
- ImportFromDB function
- ExportToDB function
- RemoveEvent now has a RemoveFromDB property.
- Fix:
- CalendarView not updating after AddEvent
Version 1.0.2 - Released 2012-04-03
- New:
- StyleDark
- DisableDrag is replaced with DragEvents and CreateWithDrag
- 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.MDayNumberAlign=1
- Day events in TypeWeek not aligned properly
Version 1.0.0 - Released 2012-03-30
First release
See Also
Class.
CalendarEvent
External Links
Download page: http://www.jeremieleroy.com/products.php#CalendarView