BKS Calendar Changelog

What's new in BKS Calendar 1.1.2

Jun 11, 2014
  • Added ToolTips to Events
  • Added EventTooltip event to base calendar
  • Changed the Event (GUI) handle size so it’s easier to grab!

New in BKS Calendar 1.1.0 (Apr 17, 2014)

  • Made Retina Ready (Mac OS X only)
  • Events no longer overlap
  • Added ClearEvents method
  • Added Constant, kVersion to BKS_CalendarBase
  • You can now drag events to different times
  • Added a time interval to mConfig to constrain time drags and start/stop drag changes
  • Changed EventMoved event parameter to make it more clear
  • Added ScrollToTime method to get the calendar to scroll to that time
  • Added a new EventChanged event to tell the user that the event may have changed due to a time drag (move or change start/stop time)

New in BKS Calendar 1.0.3 (Oct 15, 2013)

  • Fixed drawing error of events spanning multiple days
  • Added GetHourName event so users could use their own localization on the hours format.

New in BKS Calendar 1.0.2 (Oct 15, 2013)

  • Fixed a compile error when mConfig.kUseMBSLocale was set to true.
  • Added Format24Hour to BKS_CalendarBase. When true times are shown in 24 hour format.

New in BKS Calendar 1.0.1 (Oct 15, 2013)

  • Moved mConfig module to the top of the BKS_Calendar folder.
  • Now set mConfig.kUseEinhugurLocale = false by default.
  • Fixed a code error in BKS_CalendarBase when neither MonkeyBread or Einhugur plugins are installed.
  • Changed a deprecated RS procedure call.
  • Updated the installation procedure in the documentation.

New in BKS Calendar 1.0.0 (Oct 15, 2013)

  • Events in Week and Day views that overlap are now offset so each is selectable.
  • User can now select and drag start and end times of events in Week and Day views.
  • User contributed fix. In Single Day or Single Week view, events are no longer clipped.

New in BKS Calendar 0.9.2 (Oct 15, 2013)

  • Fixed the Today Color
  • Fixed the EventClicked event that didn’t fire when the event was draggable.

New in BKS Calendar 0.9.1 (Oct 15, 2013)

  • Removed a MonkeyBread Software dependency that kept it from compiling if MBS plugins not installed.