[flexcoders] Re: Automation libraries kill my app

2008-05-27 Thread Geoffrey
I added a mouseevent handlers to teh stage and this is what I see when I click on a textarea: The MouseEvent's currentTarget is the application root. The target is a VBox. I'm not really sure where this VBox is comming from. Is it something automation adds in there? The TextArea is inside a Fo

Re: [flexcoders] Re: Automation libraries kill my app

2008-05-28 Thread Sangavi G
Hi, > Automation does not add any VBox. This Vbox is from your application only. > Check the complete identification of this component. The Vbox need not be in > the application hierarchy of the textArea. There is no relationship > between the Vbox and the control you would like to interact.