Search found 14 matches

by acalhoun
Wed Apr 23, 2014 6:58 pm
Forum: Object Identification and Technologies
Topic: Inconsistencies with EnsureVisible
Replies: 1
Views: 2163

Inconsistencies with EnsureVisible

I'm using Ranorex 5.0.1 with Win7 and am seeing some inconsistencies with using EnsureVisible. It is working for some objects, but not for others (specifically working with flex objects at the moment). In some cases a button on one page works, but not a button on another page. In another instance it...
by acalhoun
Wed Apr 23, 2014 3:07 pm
Forum: Automation Tools
Topic: Set Value - SelectedItemText not working for my drop down
Replies: 5
Views: 4281

Re: Set Value - SelectedItemText not working for my drop down

Hi Rakesh,

Thanks for the suggestion, but when I try to do a Select() on the text item in the drop down it tells me the operation is not supported. For now, I have just recorded scrolling down in the list until my option is visible, although I know that will not hold up over time.
by acalhoun
Tue Apr 15, 2014 6:53 pm
Forum: Automation Tools
Topic: Set Value - SelectedItemText not working for my drop down
Replies: 5
Views: 4281

Set Value - SelectedItemText not working for my drop down

I am running Ranorex 5.0.1 on a Win7 machine and am having problems setting the value for a Flex drop down. I am trying to use the Set Value/SelectedItemText to set the value, but nothing is happening. I used the spy to look at the drop down with my deisred item selected so I could see the value of ...
by acalhoun
Thu Jul 11, 2013 2:16 pm
Forum: Automation Tools
Topic: Can access getStyle from Ranorex Spy, but not Studio
Replies: 6
Views: 3741

Re: Can access getStyle from Ranorex Spy, but not Studio

That worked for me, thanks so much!
by acalhoun
Wed Jul 10, 2013 3:21 pm
Forum: Automation Tools
Topic: Can access getStyle from Ranorex Spy, but not Studio
Replies: 6
Views: 3741

Re: Can access getStyle from Ranorex Spy, but not Studio

Hi Bernhard, These are the couple things I have tried so far and the results I get. I have also attached the Ranorex snapshot. getStyle' is not a member of 'Ranorex.Text'. (BC30456) - 'Dim color As String = repo.POModule.crownPOAmtGrid_byPoType.getStyle("color") 'Report.Info(color) Outputs null 'Dim...
by acalhoun
Tue Jul 09, 2013 1:27 pm
Forum: Automation Tools
Topic: Can access getStyle from Ranorex Spy, but not Studio
Replies: 6
Views: 3741

Re: Can access getStyle from Ranorex Spy, but not Studio

Hello,
I've tried that already, but I get an error that Value of type 'Ranorex.Text' cannot be converted to 'Ranorex.FlexElement'.
by acalhoun
Mon Jul 08, 2013 9:59 pm
Forum: Automation Tools
Topic: Can access getStyle from Ranorex Spy, but not Studio
Replies: 6
Views: 3741

Can access getStyle from Ranorex Spy, but not Studio

Hello, I am trying to verify the color of a text object. When I right click on the object in Spy I can access GetStyle where I can specify the color property and it returns me the color code just like I want. However, in Studio, when I drag the object from the repo into the grid I don't get GetStyle...
by acalhoun
Mon Jun 03, 2013 6:01 pm
Forum: General Questions
Topic: Ranorex preloader instrument
Replies: 23
Views: 4283

Re: Ranorex preloader instrument

We did have the Ranorex lib loaded previously and it worked with the init statment, but we took it out in favor of the preloader because the developer preferred not to have conditional logic to load in certain test environments but not production. Is there a way to get the preloader to work or is lo...
by acalhoun
Thu May 30, 2013 1:47 pm
Forum: General Questions
Topic: Ranorex preloader instrument
Replies: 23
Views: 4283

Re: Ranorex preloader instrument

Hello,
Attached is the log file from this morning when the preloader didn't work vs the log from a successful load.
by acalhoun
Wed May 29, 2013 2:39 pm
Forum: General Questions
Topic: Ranorex preloader instrument
Replies: 23
Views: 4283

Re: Ranorex preloader instrument

Hi Markus, Flash debug player is installed. Every time I have to re-implement the preloader I only check the box to enable preloader instrumentation, I don't have to reinstall the debug player each time. I tried again this morning and verified it wasn't working. Then I modified the mm.cfg file to en...
by acalhoun
Tue May 28, 2013 2:05 pm
Forum: General Questions
Topic: Ranorex preloader instrument
Replies: 23
Views: 4283

Re: Ranorex preloader instrument

Hi Markus, I guess I would need to understand what could be reset that would upset the preloader before I could answer that question. From reading about the preloader I see it creates that mm.cfg file in the user profile folder and that is still in place after the test environment is restarted. So I...
by acalhoun
Thu May 23, 2013 6:28 pm
Forum: General Questions
Topic: Ranorex preloader instrument
Replies: 23
Views: 4283

Re: Ranorex preloader instrument

Hello, I seem to be experiencing the same problem. Every time we do a deployment to our test environment Ranorex quits seeing the flex objects and I have to re-run the instrumentation wizard to enable the preloader instrumentation. Was a solution ever proposed other than automating the wizard and ru...
by acalhoun
Tue Mar 05, 2013 6:52 pm
Forum: Object Identification and Technologies
Topic: Cannot recognize Flex objects after compiling Ranorex lib in
Replies: 3
Views: 2206

Re: Cannot recognize Flex objects after compiling Ranorex lib in

Hi Markus,
The user guide indicates that those steps are for AIR apps, which ours is not. That is why we did not do it in the first place and our developer is hesitant to do it now. Can you explain the reasoning behind doing this?

Thanks!
by acalhoun
Mon Mar 04, 2013 11:28 pm
Forum: Object Identification and Technologies
Topic: Cannot recognize Flex objects after compiling Ranorex lib in
Replies: 3
Views: 2206

Cannot recognize Flex objects after compiling Ranorex lib in

We are trying to test our flex application by compiling the ranorex lib into our app rather than using the PreLoader to avoid having to install the debug flash player. However, after following the instructions on how to load the lib, re-compiling the app, and restarting both the app and ranorex we a...