Re: [flexcoders] removePopUp on rollout, but not if rollOver popup itself?

2009-01-23 Thread Haykel BEN JEMIA
I had the same problem with a component I developed and the only solution I found was to track rollOver and rollOut on both components (in your case for the day and the popUp). For every component I set a flag to true on rollOver. On rollOut I set it to false then only if both flags are false I

RE: [flexcoders] removePopUp on rollout, but not if rollOver popup itself?

2009-01-23 Thread Alex Harui
The event should have a relatedObject property that is “rollInto” From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Haykel BEN JEMIA Sent: Friday, January 23, 2009 12:07 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] removePopUp on rollout

RE: [flexcoders] removePopUp on rollout, but not if rollOver popup itself? - solved

2009-01-22 Thread Tracy Spratt
Yeak, setting flags works, so problem solved, but I'd like to hear any other suggestions. Tracy Spratt Lariat Services Flex development bandwidth available From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Tracy Spratt