How do I make the top stack ignore the others?
Peter T. Evensen
pevensen at siboneylg.com
Mon May 21 11:49:07 EDT 2007
Won't *modal stack "whatever"* pause the current script and wait for the
modal dialog to be dismissed? I believe that is how it works, so you
don't need the global property and wait listed below.
Ian Wood wrote:
> On 21 May 2007, at 13:06, LunchnMeets at aol.com wrote:
>
>> I want to open a smaller sized stack on top of a larger one. This
>> stack needs
>> to be dominant so that clicks to the stacks showing underneath are
>> ignored.
>> Is there a way to accomplish this?
>
> modal stack "whatever"
>
>> With that in mind, I also need to know how to make a script delay its
>> execution for the input to this custom dialog box.
>
> I'd set a global or a custom property to false in the script, set it
> to true in the modal stack, and then use the form:
>
> wait until gNameoftheprop is true with messages
>
> in the delayed script.
>
> Ian
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
>
More information about the use-livecode
mailing list