Re: [flexcoders] Accordion: save form on exit

2005-08-27 Thread Manish Jethani
On 8/26/05, Simard, Ghislain [EMAIL PROTECTED] wrote: Is there a way to get the opened component saving the values when we click anywhere in the apps outside of that component? I guess you can listen for the mouseDownSomewhere event and check for the event's target property. Manish

Re: [flexcoders] Accordion: save form on exit

2005-08-26 Thread Manish Jethani
On 8/26/05, Simard, Ghislain [EMAIL PROTECTED] wrote: In the following example. If I am in the Comp1 and I click on an item on the left tree...meaning that I am focussing out of the Comp1...how to get the Comp1 saved? mx:HBox mx:Tree .../ mx:Accordion mx:Form

RE: [flexcoders] Accordion: save form on exit

2005-08-25 Thread Simard, Ghislain
On Behalf Of Philippe MaegermanSent: Thursday, August 25, 2005 3:40 AMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Accordion: save form on exit You could alsouse your subComponents'hide' events : mx:Accordionmx:Form id="form1" label="Form One" hide