Important fixes for 0.83
Current version updated to 0.83.4.819
Changes:
0.83.4.819
+----------------------------------------------------------------------------------------
- 0000789: UniDBComboBox, UniDBListBox: Edit mode is not set when changed
- 0000784: TUniStringGrid: Data not restored after decreasing/increasing Row count
- 0000788: Bug in Grid Row/Col translation
- 0000787: UniDBGrid: Broken CellSelect behavior
- 0000786: MessageDlg and mtInformation bug.
Version 0.83.2 is available
Main focus of this new version is mainly bug fixes. There are also some important new features such as DrawCell event for Grid components.
After compiling your apps with this new version you need to re-deploy the ext js folder to servers running uniGUI apps. (ext-3.3.0 folder for this version).
Note: ColorButton.dcu is no longer included in the package, so you may need to remove it from existing project units Uses list.
Roadmap for uniGUI 1.0.0
First of all, I want to thank to everyone who have downloaded, tested, sent bugs, expressed new ideas and sent feedback. Now many developers who are interested in uniGUI are wondering about the future of this project and demand a timing schedule for the non-beta release. In this regard, in following roadmap I will try to answer some of these questions and enable developers to have a better view regarding future of this project. While I will try to be as accurate as I can, scheduled release time and other proposed features may slightly change.
Version 0.82.0 is available
Major changes in this release:
- New Components:
- TUniDBLookupComboBox, TUniDBLookupListBox, TUniHTMLFrame
- Basic support for client side HTML and Scripting
- Several other improvments & bug fixes
- New demos:
- DBLookup, HTMLFrame, Basic jQuery
Please see ChangeLog for details.
Fix for 0.81
Current version updated to 0.81.2.801
Changes:
0.81.2.801
+----------------------------------------------------------------------------------------
- TUniScreeMask issue with borderless MainForm
- Installer: Bug resolved when selected Delphi version is not installed
- XE DCU files compiled with Update 1
- Borderless MainForm bug fix
Version 0.81.1 is available
Changes in this release:
- New Component TUniDBText
- Alignment for TUniLabel
- Application MainForm can be displayed as a borderless empty page
- Many uniTreeView enhancements
- Additional client information
- Several other improvments & bug fixes
- Three new demos
See ChangeLog for details.
Some minor changes to version 0.80
People who are using Pro version of TeeChart components have problem compiling uniGUI packages. As a workaround I removed TUniChart component from uniGUI package and moved it to uniGUIEx package. Please note that you won't be able to use TUniChart component unless you're using the standard version of TeeChart shipped with Delphi. Please see ChangeLog for details. New build version 0.80.2.796 is available for download.
Version 0.80.1 is available
Major changes in this new version:
- Ext JS library upgraded to latest public release 3.3.0
- New TUniChart component (See included demo)
- TabOrder & TabStop properties implemented for data input controls in Web mode
Please see ChangeLog for details. Important: Starting with this version distributed "ext" folder is renamed to "ext-x.y.z" format where x.y.x is the version of included Ext JS library. For example in this version folder name is ext-3.3.0 which is the folder that must be distributed with your applications.
Version 0.79.1 is available
Version 0.78.0 is available
This new version mainly focuses on Unicode support and its related bugs in previous versions. It also removes dependency to Delphi's default Indy version. It is done by including a custom version of Indy library (10.5.7) which I call it uIndy. In uIndy all Indy units are renamed by adding letter "u" to beginning of the original Indy unit name. e.g. IdGlobal has become uIdGlobal and etc. As a result uniGUI will use uIndy which won't conflict with custom Indy versions that you may have previously installed. This will also fix Delphi 2009 Unicode problem. In previous versions, uniGUI couldn't support Unicode in Delphi 2009 because Indy version shipped with D2009 wasn't completely ready for Unicode. Please see ChangeLog for details.