Calendar View Changelog

What's new in Calendar View 1.7.0

Jan 20, 2015
  • New:
  • Compatible with WebApps
  • MonthView: Clicking on the +#, displays a popup with all events of the Day
  • Compatible with Xojo 2014r3
  • Fix:
  • Better Retina graphics on MacOS compatible devices
  • Event Title is now displayed on events lasting more than a week
  • Repeat Relative monthly is now calculated, exported and imported correctly
  • Crash when dragging an event ouf the CalendarView
  • All events now display correctly when dragging an event in MonthView

New in Calendar View 1.6.1 (Jun 9, 2014)

  • New:
  • Improved performance for large amount of CalendarEvents.
  • RemoveEventByID function.
  • Fix:
  • Day name display in Month view was shifted by one day.

New in Calendar View 1.6.0 (Mar 24, 2014)

  • New:
  • Compatible with Retina displays, the text now looks perfect
  • Recurrent events
  • Date Picker
  • Improved CalendarEvent edit window

New in Calendar View 1.4.1 (Jun 11, 2013)

  • New:
  • DayGradient property
  • When creating a new CalendarEvent, a "Cancel" button appears to cancel the creation of the CalendarEvent.

New in Calendar View 1.1.0 (May 3, 2012)

  • New:
  • TypePicker
  • 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

New in Calendar View 1.0.3 (Apr 11, 2012)

  • Adds database features for importing and exporting CalendarEvents.

New in Calendar View 1.0.3 (Apr 11, 2012)

  • Adds database features for importing and exporting CalendarEvents.

New in Calendar View 1.0.2 (Apr 6, 2012)

  • 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

New in Calendar View 1.0.1 (Apr 6, 2012)

  • 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