|
Yup I've used that same method as well in a few places,
users can be very impatient, even waiting 2 secs for them is too long, so they
click again.
In my latest app I use the modal pop up, with Flex 2 and
the auto-blur of the background, this fits in nicely. In older apps I would
simply have a status bar at the bottom of the screen displaying what action is
currently occurring.
Dimitrios
Gianninas
RIA Developer
Optimal
Payments Inc.
From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Douglas Knudsen Sent: Tuesday, August 01, 2006 9:01 AM To: [email protected] Subject: Re: [flexcoders] Re: Simple way to do "Please wait..." type window I'm liking Jesse 'JW' Wardens's suggestion. (If you had a dollar for
everyone that noticed that, eh?) But I've been playing with this. I
set a bool flag in my model called inProgress. When a command runs its
execute() method, I set inProgress = true. in the onresult() and onfault()
I set inProgress = false. Now anywhere I have say a button I don't want
the user to click I use enabled="{ !pathtomaodel.
-- 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

