HP Forums
INPUT: dropbox, width - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html)
+--- Forum: HP Prime (/forum-5.html)
+--- Thread: INPUT: dropbox, width (/thread-3974.html)



INPUT: dropbox, width - salvomic - 05-25-2015 10:48 PM

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)...