|
Hi there !
I have a search pane. I open it (sliding to the right).
Now, i want to go somewhere else in the
application.
In order to do that, when clicking on let's say
'contact', i dispatch an event which is gonna show page contact.
The thing is that when clicking 'contact', before
executing the command which is gonna build contact page, i want to check if
the search pane is open, and if so, i want to dispatch event closeSearchPane,
wait until it is fully closed, and only then execute my command
showContactPage.
I guess coding this logic in my command
showContactPage won't scale as i may need this logic to work everywhere in the
app, whichever event i am gonna dispatch.
How would you do it ? What am i missing here
?
Best,
Jean-Luc
PS: Thanx Alex for previous answers regarding
getters setters ! Worked fine !
-- 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] Dispatching multiple events in order with cair... JL E.
- [flexcoders] Re: Dispatching multiple events in order ... Tim Hoff
- Re: [flexcoders] Re: Dispatching multiple events i... Jean-Luc ESSER
- RE: [flexcoders] Re: Dispatching multiple even... Alex Uhlmann
- RE: [flexcoders] Re: Dispatching multiple ... Darren Houle
- Re: [flexcoders] Re: Dispatching mult... Jean-Luc ESSER
- [flexcoders] Re: Dispatching mult... Tim Hoff
- RE: [flexcoders] Re: Dispatch... Darren Houle
- RE: [flexcoders] Re: Dispatch... Alex Uhlmann
- [flexcoders] MAX 2006 Darren Houle

