Page 1 of 1

Formatting Answer Dialog Buttons?

Posted: Tue Oct 09, 2012 2:03 pm
by ctflatt
Good morning!

I searched the forum for a way to format the button list with a carriage return (CR) following each choice, instead of the default in-line display.

I want:

Choice 1
Choice 2
Choice 3

instead of

Choice 1 Choice 2 Choice 3

Is this possible?

Thanks!

:Todd

Re: Formatting Answer Dialog Buttons?

Posted: Tue Oct 09, 2012 2:09 pm
by Klaus
Hi Todd,

since the ASK/Answer dialogs are just plain Livecode stacks, you could of course modify their scripts,
but you will need to do this everytime a new version comes out 8)

But you are free to "roll your own", of course :D


Best

Klaus

Re: Formatting Answer Dialog Buttons?

Posted: Tue Oct 09, 2012 2:38 pm
by ctflatt
Thanks, Klaus...

I've become quite fond of rolling my own :)

Have a good day!

Re: Formatting Answer Dialog Buttons?

Posted: Tue Oct 09, 2012 3:00 pm
by Klaus
:D