Version 6.1.1 Breaking changes and features
Version 6.1.1 came out earlier this week. It includes numerous bug fix and new features.
Here are the breaking changes and features in that version.
To enable quick registration of the extensions libraries we allow registering the controls using a wild cards as in the following sample:
This registers all the controls under the Gizmox.WebGUI.Forms namespace and that are in the Gizmox.WebGUI.Forms.Office assembly.
Here are some sample extensions to give you a general idea of what extensions are:
Office extensions – Provide an office-like behaviors (such as look and feel.)
Charting extensions – Provide an integrated charting.
Messaging extensions – Providing for messaging and real time behaviors.
The Navigation Tabs was Moved to Gizmox.WebGUI.Forms.Office and should be registered in the web.config.
The SchedualeBox was Moved to Gizmox.WebGUI.Forms.Office and should be registered in the web.config.
PanelType.Titled declared obsolete.
HeaderedPanel was added to the Gizmox.WebGUI.Forms.Office to replace it.
TabAppeance.Workspace declared obsolete.
WebGUI.Forms.Charts.
Gizmox.WebGUI.Forms.Charts was added. This library currently implemented using VISIFire , VISIFire is a general purpose charting library that will be able to switch presentation providers, that will enable to generate flash / Silverlight or static images usage without changing the code. The extensions are provided as a preview to what we are working on. This will be licensed in the next versions.
Gizmox.WebGUI.Forms.Office was added. This library will provide for creating office look alike applications including both look and feel and actual behaviors. This will be licensed in the next versions.
Gizmox.WebGUI.Forms.Extended added. This library offers goodies free of charge. Support for these controls are limited and will not be part of the commercial roadmap. These controls are either included as cool code or useful code that did not make it into the commercial or standard library.
A new SurfacePanel control was added in this version. The SurfacePanel allows you to easily move objects, that were added to the surface, around By clicking on the objects in the center and sliding them to a different location on the screen. By clicking on the corners instead, photos could be sized and rotated with ease.
Enjoy