HP Forums

Full Version: INPUT: dropbox, width
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi,
I've a dropbox line in an input, like this one:

Code:

{mychoose,{"alfa","beta","gamma", "human"}, {40,15,1}}

how can I set the width of the field?
I get always a 2-3 char field, so every words will be truncated...

thank you,
Salvo

EDIT
I apologize for the dumb question (I was tired yesterday): found it.
Code:

{mychoose,{"alfa","beta","gamma", "human"}, {40,20,1}}
Second number of dimension set it: {40, 20, 1} (20)...
Reference URL's