I have a calendar component. When I rollOver a day that has a calendar event, I pop-up a panel with the event's detail.
I want to hide the detail popup when the user rolls out of the day. But if I roll over the currently displayed popup, flex registers a rollout of the day, hides the pop-up, but then the cursor is still over the day so the popup tries to display, which registers a rollout, so my UI just blinks. I looked for a "rollInto" property I could check, but didn't find anyting useful. Any suggestions? Maybe I need to track rollOver on the popUp, and set a flag and check that in the day rollOver handler? Tracy Spratt Lariat Services Flex development bandwidth available

