Search found 5 matches

by Waterman
Fri Jul 27, 2012 1:49 pm
Forum: Automation Tools
Topic: Identify only visible table elements
Replies: 1
Views: 2208

Identify only visible table elements

Hi, in my Flex application I have a scrollable table which contains some elements. In the table cutout only some elements are visible concurrently. When a xpath query is done, the visible elements are in the query result and some more! It would be nice when I get only the visible elements. Unforunat...
by Waterman
Fri Jul 27, 2012 10:40 am
Forum: Automation Tools
Topic: No access to Flex application
Replies: 7
Views: 3096

Re: No access to Flex application

Hi Larissa, I checked my application again. The following call does not work correctly: import Ranorex.RxAutomation; RxAutomation.Init(); After changing the init method call and I can access on the Flex application. import Ranorex.RxAutomationAir; Ranorex.RxAutomationAir.Init(); Please modify your d...
by Waterman
Wed Jul 25, 2012 1:05 pm
Forum: Automation Tools
Topic: No access to Flex application
Replies: 7
Views: 3096

Re: No access to Flex application

Hi Larissa, I use Adobe Air 3.1 and Flex 4.6. The compilation went well after including the library and import RxAutomation. After starting my Flex application, I found also the following message in the log output: Ranorex: playerType: Desktop Ranorex: begin AIR setup Ranorex: try initialize server ...
by Waterman
Wed Jul 25, 2012 8:38 am
Forum: Automation Tools
Topic: No access to Flex application
Replies: 7
Views: 3096

Re: No access to Flex application

My Flex application is no web application. So I selected the option 'Java AWT/Swing'. I think, the option 'Adobe Flash/Flex' is only usable for Flex web applications. In spite of I tried the option 'Adobe Flash/Flex' and installed the flash debug player for Internet Explorer and enabled the Preloade...
by Waterman
Tue Jul 24, 2012 1:07 pm
Forum: Automation Tools
Topic: No access to Flex application
Replies: 7
Views: 3096

No access to Flex application

Hi I want to use Ranorex 3.3 for testing a Java application which uses Adobe Flex as UI. My IDE is eclipse. For using Ranorex, I load the Ranorex Lib in the Flex application. For this I add following line to the the compiler argument in the eclipse settings (under Flex Compiler): -include-libraries ...