![]() |
||||||||||
| GTSIZER UPGRADES/PATCHES | ||||||||||
| ASTROMARK
Overview White Paper Download Beta Testing System Architecture Page Designer Demo TRAINING
CONSULTING
GTSIZER
|
GTSizer is version and product dependent.
To date, we have released a GTSizer for each version of Delphi and C++Builder.
We try to release GTSizer upgrades within 30 days of when we receive Borland's
final release version of Delphi or C++Builder.
1996-2005 CHANGES: The following enhancements have been made to GTSizer versions released prior to October 1997. You can order your upgrade or patch now, download a trial version, or read the following summary of information about the new features. IgnoreTag Property:
The IgnoreTag property allows you to determine which number you
In the newer releases version, the Tag property can be any number you choose. Just set the GTSizer's IgnoreTag property to the number you will use in the control's Tag property. The GTSizer will not resize the font of any controls where the tag property contains the same value as the IgnoreFont property value. Screen Refresh: These GTSizer releases refreshes the screen much faster than previous releases. Focus Support: Previously, some users who set focus to controls received the message "Cannot focus a disabled or invisible control". We have added support to set focus of any control at run to avoid this error message. Container Support: Container objects such as scroll boxes will resize normally, even when they contain controls which are considered outside the bounds of the form.
JULY 1996 CHANGES If you purchased a GTSizer (GTSizer v 1.1 or GTSize32 v 1.0) between January and July 1996, the GTSizer has changed considerably. You can order your update now, download a trial version, or read the following summary of information about the new features. CHANGES
Property DescriptionsRTDISPLAYHEIGHT: Allows you to set a run time display height which is larger or smaller than your form's height at design time.RTDISPLAYWIDTH: Allows you to set a run time display width which is larger or smaller than your form's width at design time. RTMAXIMUMHEIGHT: Allows you to set a maximum height beyond which the user may not resize the form at run time. RTMAXIMUMWIDTH: Allows you to set a maximum width beyond which the user may not resize the form at run time. RTMINIMUMHEIGHT: Allows you to set a minimum height beyond which the user may not resize the form at run time. RTMINIMUMWIDTH: Allows you to set a minimum width beyond which the user may not resize the form at run time. GTUPDATE: Updates the equations and settings the GTSizer stores for your form. This is particularly helpful when you move controls after dropping the GTSizer on your form. |