IT2Be Calendar bean v2.0 with Gantt View available

We are proud to announce a new milestone for the Calendar bean.

Starting with version 2.0 the bean also support a Gantt type of view.

To find out about all (new) features see the below history list.

IMPORTANT: you will need a license for MiG 6 libraries (http://www.migcalendar.com).

History
IMPORTANT: starting this release you need a license for MiG Calendar v6

2.0-146
[new] added Gantt View type
[new] added (scriptable) property ‘calendarType’ to facilitate Gantt View type
[new] added (scriptable) property ‘showCalendarHeaderDate’
[new] added (scriptable) property ‘calendarCategoryHeaderBackground’
[new] added (scriptable) property ‘ganttCategoryHeaderSize’
[new] added (scriptable) property ‘eventMagnet’ (snap to x minutes)
[new] added (scriptable) property ‘dividerSize’
[new] added (scriptable) property ‘dividerOneTouchExpandable’
[new] case 0000147: added (scriptable) property ‘toolbarBackground’
[new] added property ‘eventTemplate’ to set title and text of an event
[new] added property ‘eventMonthTemplate’ to set title and text of an event
[new] added method printCalendar(…) to print the showing daterange
[new] events now show hand cursor on mouseover
[new] added method ‘revalidateCalendar()’ to ‘confirm’ category changes
[chg] moved from MiG libraries v5.x to MiG libraries v6.x
[chg] improved support for Calendar Category Headers
[chg] Compressed view has a ‘cleaner’ look
[chg] changed Integer casting to Number casting to correct an issue with Servoy 3.1.x
[chg] scrollbar position now ‘sticks’ when changing date(range)s
[fix] case 0000143: corrected an issue with (re-)setting visible parts and splitpanes
[fix] case 0000144: corrected an issue with workweek beginning beyond tuesday
[fix] case 0000145: corrected an issue that could make the Calendar bean disappear when null values are used for Categories
[fix] case 0000060: event tooltips don’t show
[fix] corected tooltip for setEvents(…)
[fix] solved several minor bugs

1.3-143
[new] added ‘shadow’ event shape
[new] added (scriptable) property ‘headerBackground’ to change the color of the header background
[new] case 0000031: added (scriptable) property ‘eventMonthShape’ for month events
[new] case 0000084: added (scriptable) property ‘eventCategoryColor’ to toggle category or user color
[fix] case 0000116: re-introduced background color when dragging a selection

1.3-142
[new] added getVersion() and getLicense() methods to retrieve component information
[fix] case 0000111 setCalendarRangeChangedMethod is triggerred twice
[fix] case 0000112 calendarSelectionBackground for the Datepicker

1.3-141
[new] case 0000061: added property boolean calendarCompressed
[fix] case 0000076: background color for Category Tree didn’t stick anymore
[fix] case 0000057: bgcolor of bean was not respected for optional buttons (Windows)
[fix] background color for weekend now applies to correct days
[fix] datepicker will update itself based on date selection in calendar area or via scripting

1.3-140
[chg] sample data now uses current element name
[chg] added the plug-in to the new Update manager
[chg] added handling of default colors for applicable properties
[chg] added 2nd and 3rd argument to selectedmethod with selected start- and end- date
[fix] events with the same start time as previous endtime now don’t ‘act’ as overlapping anymore
[fix] scripting calendarInactiveRange now works
[fix] scripting visibility of elements now works
[fix] scripting and setting of selectionBackground now works
[fix] default firstDayOfWorkWeek (Monday) is now correct for GMT -5
[fix] calendarSelectionBackGround now works
[fix] case 0000040: Datepicker 2007 showed wrong dates
[fix] case 0000056: added option to set byte in setToolbarButton
[new] the installer now also includes the latest (tested) MiG Calendarbean libraries
[new] added (scriptable) property clearInformationOnEventExit
[new] added (scriptable) property firstDayOfWorkWeek
[new] added minimumEventSize for display purposes only (default 30 minutes)
[new] added (scriptable) calendarCurrentBackground for current hour

1.2-070
[fix] solved resize bug (see http://forum.it2be.com/viewtopic.php?t=110)

1.2-045
[new] added exportICalendar(…)
[new] added importICalendar(…)
[fix] selection in calendar area now recognized when creating new event
[fix] setFilterCalendarCategory(…) now also accepts string values
[enh] enhanced the filterset (see documentation)

1.2-029
[new] added eventTransparancy(0-255)
[new] added scrollVisibleDateRange(…)
[new] added showCalendarCategories(…)
[new] added calendarHorizontalLineEvenColor()
[new] added calendarHorizontalLineOddColor()
[new] added calendarVerticalLineEvenColor()
[new] added calendarVerticalLineOddColor()
[new] added calendarSubRowLineColor()
[new] added getCategoryIdByName(…)
[new] added toggleCategorySelected(…)
[new] added toggleCategoryExpanded(…)
[new] added showCalendarCategory(…)
[new] added filterCalendarCategory(…)
[fix] clicking in the calendar area now shows the selected range
[fix] on Windows the calendar popup didn’t show
[fix] inactive background didn’t show in weekend
[fix] setting categories without valid parentID caused bean to crash
[fix] solved ‘Classpath entry: it2be-lib/migcalendar.jar of bean: it2be-calendar.jar not found’ error
[fix] all text now inherits anti-alias settings from current graphics system
[fix] scrollbar settings now are correct

1.2-015
[bug] innerBorder doesn’t work with all borders
[dep] Deprecated setDateChangedCallback() instead use setCalendarRangeChangedMethod()
[dep] Deprecated setEventRescheduledCallback() instead use setEventChangedMethod()
[dep] Deprecated setEventSelectionCallback() instead use setEventSelectedMethod()
[dep] Deprecated setToolTipTextCallback() instead use setToolTipMethod()
[dep] Deprecated setEventOpenedCallback() instead use setEventOpenedMethod()
[dep] Deprecated setPopupEventCallback() instead use setPopupMethod()
[dep] Deprecated setToolbarEventCallback() instead use setToolbarMethod()
[dep] Deprecated addPopupMenuItem() instead use setPopupMenuItem()
[dep] Deprecated addPopupMenuSeparator() instead use setEventPopupMenuSeparator() or setCalendarPopupMenuSeparator()
[dep] Deprecated clearPopupMenus() instead use clearCalendarPopupMenu() and/or clearEventPopupMenu()
[dep] Deprecated addToolBarButton() instead use setToolbarButton()
[dep] Deprecated addToolBarSeparator() instead use setToolbarSeparator()
[dep] Deprecated setUsers() instead use setCategories()
[dep] Deprecated setUsersNodeLabel() instead use setCategory()
[dep] Deprecated setCategories() instead use setCategories()
[dep] Deprecated setCategoriesNodeLabel() instead use setCategory()
[dep] Deprecated setUserChecked() instead use setCategorySelected()
[dep] Deprecated setCategoriesChecked() instead use setCategorySelected()
[dep] Deprecated addEvent() instead use setEvent()
[dep] Deprecated addEvents() instead use setEvents()
[dep] Deprecated removeAllEvents() instead use removeEvents()
[dep] Deprecated updateCategoryTree() dropped
[dep] Deprecated setMessageDisplay() instead use setInformation()
[dep] Deprecated getVisibleBeginDate() instead use getVisibleStartDate()
[dep] Deprecated setVisibleHoursRange() instead use setCalendarInactiveRange()
[dep] Deprecated minutesToHilight() instead use eventDuration()
[dep] Deprecated expandUsers() instead use setCategorySelected()
[dep] Deprecated expandCategories() instead use setCategorySelected()
[dep] Deprecated expandCategory() instead use setCategorySelected()
[dep] Deprecated setBeanLicenseKey() instead use registerMiGCalendar()
[dep] Deprecated setWrapperLicenseKey() dropped
[dep] Deprecated yearLabel() dropped
[dep] Deprecated eventFiltersLabel() instead use setCategoryHeaderText()
[dep] Deprecated eventFiltersToolTipText() instead use setCategoryHeaderToolTip()
[dep] Deprecated dividerLocationLeft() instead use setDividerLeftLocation()
[dep] Deprecated dividerLocationCenter() instead use setDividerCenterLocation()
[dep] Deprecated dividerLocationRight() instead use setDividerRightLocation()
[dep] Deprecated eExpansionSliderVisible() instead use setScaleButtonVisible()
[dep] Deprecated isCategoryTreeVisible() instead use getCategoryTreeVisible()
[dep] Deprecated dateSelectorVisible() instead use setDatePickerVisible()
[dep] Deprecated scheduleAreaVisible() instead use setCalendarVisible()
[enh] Made toolbar floating
[new] added recurring events
[new] added setDate(date) method
[new] added getWidth(), getHeight(), getX(), getY() methods
[new] added properties and methods to set several calendar parts (in-)Visible
[new] added calendarView property and method (to script the view switch to 1, 5, 7 or month view)
[new] added toolbarSize property and method (24px) for default toolbarbuttons
[new] added setToolbarButton(index) to add your own tooltip text and icon
[new] added border property
[new] added innerBorder property
[new] added removeToolbarButton() method
[new] added several background properties
[fix] Delayed show of ToolBar
[fix] Freeze of an event after editing
[bug] innerBorder doesn’t update in all cases

Great, Marcel :)

What can I say… it works WONDERFULL! :D