|
mj_cole Wanderer
Joined: 19 Apr 2001 Posts: 59 Location: USA
|
Posted: Tue Jul 22, 2003 1:02 pm
Fancy yesno window |
Is it possible to have multi-lines of buttons in a yesno window?
Regards
Marts |
|
|
|
DeathShadow Adept
Joined: 11 Nov 2000 Posts: 228 Location: USA
|
Posted: Tue Jul 22, 2003 6:15 pm |
Not sure of your meaning of Multi-lines of buttons, but you can have more then just yes and no.
For example:
#YESNO {p:YesNo Example} {Button1:#echo cmd1} {Button2:#echo cmd2} {Button3:#echo cmd3} {Button4:#echo cmd4} {Button5:#echo cmd5}
That would create a Button Dialog of 5 buttons. |
|
|
|
mj_cole Wanderer
Joined: 19 Apr 2001 Posts: 59 Location: USA
|
Posted: Tue Jul 22, 2003 7:08 pm |
Yeah got multipule buttons, but what I wanted to do was get say 12 buttons, in two rows of 6 etc.
Regards |
|
|
|
MattLofton GURU
Joined: 23 Dec 2000 Posts: 4834 Location: USA
|
Posted: Tue Jul 22, 2003 10:35 pm |
Nope, not possible. The buttons stay on one line and the yesno window only widens to a certain length (if it's not an arbitrary number then it's something like the prompt length plus a little extra)
|
|
|
|
megamog75 Enchanter
Joined: 20 Nov 2002 Posts: 627 Location: USA
|
Posted: Tue Jul 22, 2003 10:39 pm |
Do you mean that you want so that it organizes the buttons for you?
or just give you 12 buttons?
yesno probably can not be configured to give you in an exact order per say but you could make it so what it does give you is the way you want the button order to be in, do you understand? |
|
|
|
mj_cole Wanderer
Joined: 19 Apr 2001 Posts: 59 Location: USA
|
Posted: Tue Jul 22, 2003 10:40 pm |
OK, hmm, is there a way to force a #pick to allow only one item to be selected ?
Regards
Marts |
|
|
|
DeathShadow Adept
Joined: 11 Nov 2000 Posts: 228 Location: USA
|
|
|
|
mj_cole Wanderer
Joined: 19 Apr 2001 Posts: 59 Location: USA
|
Posted: Wed Jul 23, 2003 1:58 am |
Perfect, that does what I wanted.
Regards
Marts |
|
|
|
|
|