Re: Re: Synchronous modal sheet

2008-08-15 Thread Daniel Dickison
Yeah, I've worked with sheets before in different contexts. The problem with this one is that I want to display the sheet during the first iteration of a loop (in which I do a bit of work with other loops), and splitting it up will take some work. But unless there are any good alternatives

Re: Synchronous modal sheet

2008-08-15 Thread Jacob Bandes-Storch
Yeah, I've worked with sheets before in different contexts. The problem with this one is that I want to display the sheet during the first iteration of a loop (in which I do a bit of work with other loops), and splitting it up will take some work. But unless there are any good alternatives

Re: Synchronous modal sheet

2008-08-15 Thread Graham Cox
On 15 Aug 2008, at 3:16 pm, Jacob Bandes-Storch wrote: I want to display a modal sheet, but my code isn't currently at the point where I can split it up. Is there a way to run a modal sheet synchronously, so the rest of the code after it starts isn't called until it ends? Or do I have no c