Version 0.89 is available
Here is another beta build for uniGUI available for public download.
0.89 is another step towards stability and a major step towards scalability.
In past we have had reports regarding server crashes when there was an overrun condition in system resources. A close examine showed us that some of the sensitive and limited OS resources such as GDI objects could overrun when there are hunderds of sessions. To resolve this issue some of the imaging components such as TImageList and TUniImage was redesigned to avoid excessive Memory and GDI resource consumption.
We also added a new and detailed server monitor which gives more detailed information regarding resource consumption and other sensitive information.
Warning: There is a breaking change in this new version: Delphi's standard TImageList is no longer supported. You must replace all instances of TImageList with TUniImageList.
Instructions:
- Open your uniGUI project.
- Open forms containing TImageList.
- Switch to DFM mode.
- Find & Replace all instances of TImageList with TUniImageList.
- Switch back to Form mode and rebind all ImageLists to related controls.
- Save your form. You'll be prompted to fix all instances with mismatched type. Answer Yes to all prompts.
Another update for version 0.88
This update fixes some issues and adds some new features. It can be downloaded from downloads section.
Changelog:
0.88.1.943
+----------------------------------------------------------------------------------------
Update for version 0.88
See related blog post for details.
Version 0.88 is available
uniGUI Version 0.88.0 is available for public download.
New features:
- Embeddable Grid Editors.
- 64-Bit support for Delphi XE2
- Seamless keyboard capture and filtering.
- Advanced form navigation using customizable keys.
- Anonymous Callbacks for D2009+.
- 7 new demos to demonstrate new features.
- Ext JS run time installer.
- Support for C++ Builder
Version 0.87 is available
uniGUI Version 0.87.0 is available for public download.
Version 0.87 mainly targets bug fixes and client side stability. It address many important bugs and issues which are important for stability on both client and server side. It also provides libraries for Delphi XE2. (Currently Win32 only)
Version 0.86 is available
After a long intermission a new version of uniGUI framework is available for public download. Version 0.86 can be considered as a new milestone for uniGUI framwork.
It introduces many new features and enhancements:
- Completely renewed and redesigned framework core.
- Extended server side event handling for Click and mouse events.
- HTTP Compression
- Advanced client side event scripting.
- Interaction between client side Ext JS components and JavaScript code.
- Advanced IDE editor to add and edit JavaScript handlers for Ext JS controls
- Directly fire Ajax requests from JS code.
- Ability to access Ext JS controls from JS code using their Delphi names.
- Ability to monitor Ajax calls on client side.
- Ability to send JavaScript code or custom strings as response to an Ajax request.
- Server side mouse and click event handlers added for additional uniGUI controls.
- Extended client side mouse and click event handling support for Ext JS controls.
- New Calendar Panel component
- New demos
- Many bug fixes, other improvements and other new features.
Another update for 0.84
Current Version: 0.84.5.836
Changes:
0.84.5.836
+----------------------------------------------------------------------------------------
- 0000870: TUniSpinEdit: OnChange event
- 0000927: UniDBDateTimePicker: Value change in VCL mode doesn't set Edit mode
- 0000926: UniDBGrid: DataSet changes aren't reflected when DisableControls is called
- 0000915: TUniTreeNode: GetFirstChild, GetLastChild methods.
- 0000913: TUniTreeNode.Count property
- 0000925: TUniImage: OnClick, OnMouseDown, OnMouseUp
- 0000924: Invalid string constant on line XXX error
- 0000923: Add JSON to default mime types.
- 0000921: UniDateTimePicker: Visible bug
Update for 0.84
Current Version: 0.84.4.835
Changes:
0.84.4.835
+----------------------------------------------------------------------------------------
- 0000920: Bug when ScreenMask is attached to a UniDBGrid
- 0000919: TUniStatusPanel: Alignment
- 0000909: Cookies are not populated in MainModule.Create
- 0000912: DBControls: Displayed field value is not restored after exception is raised during an Insert/Append operation
- 0000916: Cookies are not saved if application terminated/restarted.
Version 0.84.3 is available
This is the last build of version 0.84 which is eventually available for public download.
New in this version:
- TUniCanvas, TUniScorllBox, TUniDBDateTimePicker and TUniDBCheckBox components
- VCL Interface for Cookie management
- New demos: PaintDemo, CanvasDemo, Cookies Demo
There are also lots of bug fixes and improvements in this new version.
Another update for 0.83
Current version updated to 0.83.5.820
Changes:
0.83.5.820
+----------------------------------------------------------------------------------------
- 0000796: DBGrid: Render bug when Column color is clWindow and project is created with 0.82
- 0000795: Grid: Cell background color change poor render performance
- 0000791: UniDBGrid, UniStringGrid: Option to disable custom renderer to speed-up render time.