Search the web
Sign In
New User? Sign Up
flexcoders · RIA Development with Adobe Flex
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Automation libraries kill my app   Message List  
Reply | Forward Message #114275 of 149550 |
Re: [flexcoders] Re: Automation libraries kill my app

   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.

It is the fact that this container is overlapping the control "physically" not hierarchically.

Details of this issue are addressed in the blog below.

http://ranikumar.wordpress.com/2008/04/02/automation-issues-controls-non-clickable


Hope this helps.




Wed May 28, 2008 9:43 am

sangavi_s
Offline Offline
Send Email Send Email

Forward
Message #114275 of 149550 |
Expand Messages Author Sort by Date

I'm trying to use FunFX(http://funfx.rubyforge.org/) to do some automated testing of our GUI. I noticed that after I add the automation libraries to the...
Geoffrey
gtb104
Offline Send Email
May 23, 2008
6:38 pm

Hi, This happens if there is an invisible container on the top of these controls. The solution you can try is to add a mouseClick event listener to the ...
Sangavi G
sangavi_s
Offline Send Email
May 26, 2008
6:15 am

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...
Geoffrey
gtb104
Offline Send Email
May 27, 2008
5:08 pm

Hi,...
Sangavi G
sangavi_s
Offline Send Email
May 28, 2008
9:44 am
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help