Formatting Answer Dialog Buttons?

Anything beyond the basics in using the LiveCode language. Share your handlers, functions and magic here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
ctflatt
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 243
Joined: Sun Dec 06, 2009 12:24 am
Contact:

Formatting Answer Dialog Buttons?

Post by ctflatt » Tue Oct 09, 2012 2:03 pm

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

Klaus
Posts: 14213
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Formatting Answer Dialog Buttons?

Post by Klaus » Tue Oct 09, 2012 2:09 pm

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

ctflatt
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 243
Joined: Sun Dec 06, 2009 12:24 am
Contact:

Re: Formatting Answer Dialog Buttons?

Post by ctflatt » Tue Oct 09, 2012 2:38 pm

Thanks, Klaus...

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

Have a good day!

Klaus
Posts: 14213
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Formatting Answer Dialog Buttons?

Post by Klaus » Tue Oct 09, 2012 3:00 pm

:D

Post Reply