Re: [flexcoders] Re: how do I freeze the users actions while data is loading

2007-11-16 Thread Douglas Knudsen
this is cake in a framework like Cairngorm. Setup a command, event, etc. one event would be 'showLoading' which has a command that increments a variable by 1 and if this variable 0, shows the popup. Another event is called say 'hideLoading'. It decrements this variable, if this variable is 1,

RE: [flexcoders] Re: how do I freeze the users actions while data is loading

2007-11-16 Thread Randy Martin
_ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Douglas Knudsen Sent: Friday, November 16, 2007 10:52 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: how do I freeze the users actions while data is loading this is cake in a framework like Cairngorm