[flexcoders] Re: Confirm dialog in Flex?

2007-11-26 Thread Robert Csiki
Thanks Alex, that's what I was doing (using a handler for the Alert's close event), I thought there might be a smarter way doing it. --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: There is no threads or blocking. After you put up the alert, don't execute any more code

[flexcoders] Re: Confirm dialog in Flex?

2007-11-26 Thread per.olesen
--- In flexcoders@yahoogroups.com, Robert Csiki [EMAIL PROTECTED] wrote: How would I implement a Confirm-like dialog in Flex? Basically, a confirmation popup (modal) window so the application will wait (freeze) for the user's input and then will use it to continue its execution? [snip] ..I