Search found 3 matches

by Yossarian1508
Wed Jul 29, 2009 7:53 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Customizing Modal Dialog Boxes
Replies: 6
Views: 6114

That's done it.

I ran this script on openStack:

set the backgroundColor of stack "negotiations" to "white"

and then this script on openCard to set the background of the cards:

set the backgroundPattern of card "FTS" to the id of image "Shape2"

Thanks for the help.
by Yossarian1508
Tue Jul 28, 2009 7:26 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Customizing Modal Dialog Boxes
Replies: 6
Views: 6114

Thanks for the reply.

So does that mean the "answer" dialogs are part of a default stack called "answer"?

Unfortunately when I run this script in the message box I get the following error:

Script compile error:
Error description: Properties: token is not a property

What am I missing?
by Yossarian1508
Tue Jul 28, 2009 1:38 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Customizing Modal Dialog Boxes
Replies: 6
Views: 6114

Customizing Modal Dialog Boxes

I've created a stack and appear to have inadvertently customized the answer dialog boxes. When I export as a standalone application the dialog boxes are using the stack's background image which I'd prefer they didn't. I'm not sure if this is the cause of it but here's the command I run on openStack:...