Release 15: Web Fixes and Desktop Modifications

Release 15 includes the launch of our Web Edition demo site! Simply go to demo.graffitisuite.com to check out our Web Edition wrappers!

[FIX] GraffitiWebToggle now supports varying width and height. (Report ID: 1840)
[FIX] Removed calls to LogMessage function of pgeDemo from GraffitiWebGrid.UpdateOptions.
[FIX] GraffitiWebGrid now properly handles passed date objects regardless of locale.
[FIX] GraffitiWebGrid no longer throws exceptions on Slick not found when libraries load long before the control is shown or vice-versa.
[FIX] GraffitiWebEditor no longer throws exceptions on jqte not found when libraries load long before the control is shown or vice-versa.
[FIX] GraffitiWebSlideshow now uses images hosted at GraffitiSuite.com to avoid 404s.
[FIX] GraffitiWebColorPicker no longer throws exceptions on colorpicker not found when libraries load ling before the control is shown or vice-versa.
[FIX] GraffitiWebGrid now properly converts foreign dates for display. (Report ID: 1843)
[ADD] GraffitiSplitter now fires a Moving event when the control is being dragged. Note that this event is fired at a high rate (Thanks to Jim Lam for the suggestion).
[ADD] GraffitiSplitter now fires a Moved event when the mouse is released after a drag operation (Thanks to Jim Lam for the implementation)
[ADD] GraffitiScrollContiner now has a UpdateDictionary method for updating control positions and sizes in the dictionary when you have done so manually (Thanks to Jim Lam for the implementation).
[FIX] GraffitiScrollContainer now uses Control.Handle to track UI element position as opposed to name. This addresses issues with control arrays (Thanks to Jim Lam for the implementation).