How do I make the top stack ignore the others?

2007-05-21 Thread LunchnMeets
Hi Everyone, 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? What I’m trying to accomplish is making a dialog box instead of using the built in ask and

Re: How do I make the top stack ignore the others?

2007-05-21 Thread Ian Wood
On 21 May 2007, at 13:06, [EMAIL PROTECTED] 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

Re: How do I make the top stack ignore the others?

2007-05-21 Thread Peter T. Evensen
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, [EMAIL PROTECTED] wrote: I want to open a smaller

Re: How do I make the top stack ignore the others?

2007-05-21 Thread Ken Ray
On Mon, 21 May 2007 10:49:07 -0500, Peter T. Evensen wrote: 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. Unless you use the trick outlined