09-11-2008 02:58 AM
I want to place a TextField object on the form and that works fine. However, I'd like for the text field to take up the entire width of the screen and allow just one line of text. By default, it allows multiple lines of text.
How can I accomplish this?
Thanks
09-11-2008 10:27 AM
09-11-2008 11:15 AM
Another approach that I used in the past is to first place the textField in a horizontalManager and set the extent of the manager to whatever size you have. This will allow you to control the size of the textfield using screen pixels.
Rab