Re: IDE
- Posted by dcole May 01, 2011
- 1368 views
Thank you Zebra and Andy,
You put me on the right track.
For what it's worth:
In Judith's IDE the default EditText font is "MS Sans Serif",7,Normal.
If you go down lower than 7 (6,5,4 etc...) nothing changes in IDE.
When switching from XP to Windows 7, you find your XP programs hard to read then,
Change to setFont(myEditText,"MS Sans Serif",7,Normal+Bold)
To change the size of of all the EditTexts or any Control,
You must Create a new Project.
Go to Options\Configure IDE\Values Used To Create A New Control.
And click on the Control you want to change. Click Save.
From then on any new controls created will be new size.
When finished it is a good idea to change back to default size of the Control here.
Don Cole