Friday, 20 May 2016 08:17

Welcome to Our New Website

Finally our new site is online! It adopts a modern responsive design which makes it compatible will all desktop and mobile browsers. We will continue improving the layout and adding more content to uniGUI website.

Thursday, 01 January 2015 15:06

Version 0.98 is available

We are happy to announce that a new of uniGUI version is available. Version 0.98 brings lots of new features and bug fixes. Please see changelog.txt file after installation for details.

As we have announced in a previous blog there are two versions of uniGUI. A feature limited trial edition for evaluation purpose only and a full commercial edition.

In order to get the trail edition if you have not already joined please join our forums first, then visit downloads section to get the latest available trial edition.

Those who want to get the unlimited full version of the framework should order a subscription. Please join our forums and then visit here for details.

Best regards,

Farshad Mohajeri

Thursday, 16 October 2014 15:05

Recent news!

After a long intermission; almost more than two years here is a new blog about uniGUI. Those of you who were following our forums are already aware of current state of the project. Beta development continues and we are about to publish version 0.98. Interesting that our last blog was about version 0.89.

As you may estimate framework has become mature enough to be used in production. Many members of our community are using uniGUI in production. So what happened with versions between 0.90 through 0.97?

Wednesday, 27 June 2012 15:03

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.
Wednesday, 14 March 2012 14:59

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
+----------------------------------------------------------------------------------------

Tuesday, 07 February 2012 14:57

Update for version 0.88

See related blog post for details.

Wednesday, 25 January 2012 14:54

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
Thursday, 01 December 2011 14:52

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)

Friday, 29 July 2011 14:49

Client side scripting with uniGUI

One of the exciting new features in version 0.86 is ability to write client side JavaScript event handlers from within Delphi IDE.  Each uniGUI control is attached to an Ext JS control. In some cases there are more than one Ext JS controls for a uniGUI control. For example a TUniForm is a combination of an ext.Window and an ext.form.FormPanel.

Thursday, 28 July 2011 15:47

Migration to version 0.86

As we discussed earlier versions 0.85 and 0.86 will be new milestones for uniGUI library. They will introduce new framework core which brings lots of architectural changes and improvements.

Here is a brief list of these changes:

  • All controls will be descendant of a common root opposed to previous releases where each Control had a different ancestor.
  • Only implemented properties and events are published. This will avoid confusion in previous versions where lots of public and published features in VCL mode were not implemented in Web mode.
  • Class types no longer change among Web and VCL. Now TUniButton is always a TUniButton regardless of the displayed mode.
  • In event handlers Sender parameter will always contain correct class type.
  • As a result of above changes you can safely use as and is operators.
  • Advanced client side event scripting.
  • Extended Server side event handling for click and mouse events.
Page 2 of 5