Table of Contents
Release 33.2 #
Release Information #
Platform | Version | Release Date |
---|---|---|
Web 2.0 | Alpha 3 | October 2, 2020 |
Desktop #
Type | Change |
---|
No changes for this release.
Web 1.0 #
Type | Change |
---|
No changes for this release.
Web 2.0 #
Type | Change |
---|---|
FIXED |
GraffitiGrid once again allows drag reordering of columns without throwing a TypeMismatchException. (14611) |
FIXED |
GraffitiGrid once again allows drag reordering of rows without throwing a TypeMismatchException. |
FIXED |
GraffitiGrid once again sorts properly. |
FIXED |
GraffitiSidebar no longer displays a horizontal scrollbar. |
CHANGE |
GraffitiSidebar optimizations. |
Release 33.1 #
Release Information #
Platform | Version | Release Date |
---|---|---|
Web 2.0 | Alpha 2 | October 1, 2020 |
Desktop #
Type | Change |
---|
No changes for this release.
Web 1.0 #
Type | Change |
---|
No changes for this release.
Web 2.0 #
Type | Change |
---|---|
FIXED |
GraffitiSignature no longer causes other scripts to fail to load due to an error when using Combined functionality. |
Release 33 #
Release Information #
Platform | Version | Release Date |
---|---|---|
Desktop | Final | September 30, 2020 |
Web 1.0 | Final | |
Web 2.0 | Alpha |
Desktop #
Type | Change |
---|---|
ADD |
GraffitiCalendar has a new FirstDayOfWeek as Integer property for overriding the locale setting. Valid values are -1 (locale default) through six (Saturday). (14514) |
ADD |
GraffitiRibbon has a new Child(tabIndex as Integer) as GraffitiRibbonTab method. (14436) |
ADD |
GraffitiRibbon has a new Count() as Integer method. This value is Ubound + 1. (14436) |
ADD |
GraffitiRibbon has a new FindByCaption(searchFor as String) as GraffitiRibbonItem method. (14436) |
ADD |
GraffitiRibbon has a new FindByTag(searchFor as Variant) as GraffitiRibbonItem method. |
ADD |
GraffitiRibbonItem has a Tag as Variant property, which all subclasses will also expose. (14436) |
FIXED |
GraffitiHTMLEditor once again fires LostFocus on Windows in 2019R3.1+. (14448) |
FIXED |
GraffitiSlider once again properly handles mouse interaction on HiDPI screens when using the Ranged type. |
Web 1.0 #
Type | Change |
---|---|
ADD |
GraffitiWebAccordionNav has a new InsertItem(atIndex as Integer, newItem as GraffitiWebAccordionNavItem, parentItem as GraffitiWebAccordionNavItem = Nil) method. (14507) |
ADD |
GraffitiWebAccordionNav has a new InsertItem(beforeItem as GraffitiWebAccordionNavItem, newItem as GraffitiWebAccordionNavItem, parentItem as GraffitiWebAccordionNavItem = Nil) method. (14507) |
ADD |
GraffitiWebGrid now has a HeaderClicked(Column as GraffitiWebGridColumn) event that is fired when GraffitiWebGrid.Sortable = False. (14584) |
ADD |
GraffitiWebGrid now has a Read-Only SortedColumn as GraffitiWebGridColumn property for determining which column the rows are currently sorted by. (14591) |
FIXED |
GraffitiWebAccordionNav no longer displays too wide when embedded in a GraffitiWebSidebar. (14479) |
FIXED |
GraffitiWebAccordionNav child items now properly display captions when embedded in a GraffitiWebSidebar. (14479) |
FIXED |
GraffitiWebCheckbox now properly reassigns the value icons when setting the label properties. (14420) |
FIXED |
GraffitiWebContextMenu once again properly positions submenus in small viewports. |
FIXED |
GraffitiWebGrid can once again scroll to the first row. (14593) |
FIXED |
GraffitiWebGrid once again shows sort indicators. (14473) |
FIXED |
GraffitiWebPopupMenu’s disclosure widget will now always be placed to the left. (14420) |
FIXED |
GraffitiWebPopupMenu no longer displays an empty box when no item icon is supplied. (14527) |
FIXED |
GraffitiWebRadioButton now properly reassigns the value icons when setting the label properties. (14420) |
FIXED |
GraffitiWebTabBar no longer fires SelectionChange twice. (14475) |
Web 2.0 #
Type | Change |
---|---|
NEW |
Initial Testing Release |