|
Asynchronous event driven architecture are
a nice thing, however In a GUI you sometimes just *have* to wait before things come back, otherwise your system
becomes instable. For example, let’s say I’m
doing an expensive search (takes a couple of seconds). The result needs to be
placed into a datagrid or something like that. If I can close the window in
which the datagrid is hosted within the ‘waiting’ period, the
datagrid will be gone. Once the result of the search comes back it will not
find the datagrid anymore, and highly likely an error will be the result. I used the TitleWindow approach myself,
but I did not like the ‘blurring’ happening all the time. Is there
a way to switch the ‘blurring’ off? Cheers, Franck From: ----- Original Message ----- -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
YAHOO! GROUPS LINKS
__,_._,___ |
- [flexcoders] Re: Simple way to do "Please wait...... Tim Hoff
- Re: [flexcoders] Re: Simple way to do "Pleas... Rick Root
- RE: [flexcoders] Re: Simple way to do "Pleas... Franck de Bruijn
- RE: [flexcoders] Re: Simple way to do "Pleas... Dimitrios Gianninas
- [flexcoders] Re: Simple way to do "Please wa... Tim Hoff
- Re: [flexcoders] Re: Simple way to do "P... Rick Root
- [flexcoders] Re: Simple way to do "P... Tim Hoff
- Re: [flexcoders] Re: Simple way to do... Rick Root
- [flexcoders] Re: Simple way to d... Tim Hoff
- Re: [flexcoders] Re: Simple ... Rick Root
- [flexcoders] Re: Simple ... bhaq1972

