Formatting answer dialog box text
Mark Schonewille
m.schonewille at economy-x-talk.com
Sun Feb 7 15:40:30 EST 2010
Hi Bill,
The answer and ask dialog boxes use standard buttons. If you want to
have special buttons, you need to design your own dialog.
Naturally, you could hack the answer and ask dialog stacks, but it is
easier to make your own.
--
Best regards,
Mark Schonewille
Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk.com
Twitter: http://twitter.com/xtalkprogrammer
Try the new URL shortening service http://qurl.tk
Op 7 feb 2010, om 21:31 heeft Bill Vlahos het volgende geschreven:
> I can figure out how to format the prompt text but not the button
> choices.
>
> This script gives me a nice looking dialog box with the single OK
> button.
>
> on mouseUp
> answer question "<b>This is header in bold.</B><br><i>This is
> in italics.</I><br>"& \
> "<p>Option A<br> or <br>Option B<br></p>"
> end mouseUp
>
> How would I add the "with statement" to get two buttons. Without the
> formatting it would be
> ...with "Option A" or "Option B"
>
More information about the use-livecode
mailing list