I have a script, requesting a comment from the user.
I use a text edit box, but cannot modify the length of the box (on the screen).
Any Idea how to set a value for the length (like 40 characters, 2 lines, ...) since I want the user to type in detailed comments
example:
H List Box(
Text Box( "Type in comment: " ),
teb = Text Edit Box( initial_text)
),
Spacer Box( size(1, 10) ),
H Center Box(.....
Edit (jthi): added jsl formatting