by JADE News Administrator >> Thu, 29 Oct 1998 5:09:52 GMT
You may think that your application's forms all look wonderful, until a User starts playing around with their screen resolution and switching between small and large fonts; then your beautiful application can suddenly look like a pile of custard.
By setting the "scaleForm" property on each of your forms to true, when Jade loads the form, the font's will be automatically scaled according to the workstation's current settings.
You can also preserve the general relative layout of your form's controls by setting the relative height, left, top and width to true. Then you can allow the User to resize the forms however they choose without losing the overall look of the form. Note that the comboBox does not have a relative height, so if you use the "Update all selected controls" option on the properties dialog, and the last control selected was a comboBox, then the relative height of all the other controls won't be set. You can get around this by deselecting another control (say a textBox) then reselecting it, and *then* setting the relative properties.
--
Darrell Duniam
dduniam@cnzmail.aoraki.co.nz
darrelld@ozemail.com.au