[ALLY] Re: Difference between view and inform - inform within inform *bad*
From: arolls::bigpond::net::au at: 24-Jun-2001 17:12
> 1. >> inform simple-request
> 2. Click on the "pick file" button
> 3. "before request-file" prints out
> 4. Then nothing happens ?? step 5 and 6 are deferred until I close the
> "pick file" window.
>
> What do I need to do to get a modal dialog to work properly?
The source to request-file has a call to 'inform
to open its window. This means you are trying
to open a modal window from inside a modal
window. Not a good thing to do.
Anton.