Choose function
|
05-15-2015, 06:49 AM
Post: #1
|
|||
|
|||
Choose function
Hallo all,
How can i make a Choose function with e. g. a yellow background? |
|||
05-16-2015, 05:45 PM
Post: #2
|
|||
|
|||
RE: Choose function
(05-15-2015 06:49 AM)Heino Wrote: Hallo all, I think no, almost for now. Standing on the help we have: «CHOOSE(var, “title”, “item1”, “item2”,[…"item14"]) or CHOOSE(var,"title",{"item1"..."itemN") Description Displays a choose box with the given title and containing items with the strings "item1", etc. If the user choose an object, var will be updated to contain the number of the selected object (an integer, 1, 2, 3, …); otherwise, stores zero in var if the user exits without choosing. Returns true (non zero) if the user selects an object, otherwise return false (0).» Salvo ∫aL√0mic (IT9CLU) :: HP Prime 50g 41CX 71b 42s 39s 35s 12C 15C - DM42, DM41X - WP34s Prime Soft. Lib |
|||
05-16-2015, 09:21 PM
Post: #3
|
|||
|
|||
RE: Choose function
I would have to say that at the moment you cannot choose the background graphic for the choose command. I have tried in vain, and it appears that the choose box only appears on top of the screen that the program is started from and not the current screen in the program (i.e. RECT_P() to clear the screen). If anyone has found a way to circumvent this I would love to hear about it...
|
|||
05-17-2015, 01:49 PM
Post: #4
|
|||
|
|||
RE: Choose function
Thanks for the answer!
|
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)