Say you have a custom component called MyBox and it has label inside it.  You create lots of nested boxes and you want to be able to right click on each box and have it be the mouseTarget for your contextMenu event.  The problem is that if you right click on the label that's inside the box, your mouseTarget contains the label component and the textfield that's inside the Label.  For example:

container1.myBox1.label123.textfield456

when what you want is:

contianer1.myBox1

Is there a way to make it so that the Label is ignored and I just get a reference for the box I'm interested in?

Thanks,

Tom
__._,_.___

--
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
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




__,_._,___

Reply via email to