Mihai Chira wrote
> I would use event.target. I haven't compiled the code, but I imagine
> something like this should work:
> 
> if(event.target == p)
> {
>     removeElement(p);
>     p = null;
> } 

Unfortunately "target" and "currentTarget" refers always to the "Panel".

Olaf



--
View this message in context: 
http://apache-flex-users.2333346.n4.nabble.com/rollOut-Issue-with-child-dropdown-in-panel-tp13568p13576.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.

Reply via email to