Search found 5 matches

by itmbr
Wed Jan 26, 2011 2:22 pm
Forum: Automation Tools
Topic: Maximum character limit for Ranorex parameter
Replies: 1
Views: 2228

Maximum character limit for Ranorex parameter

Hi there,

in my Tests, i want to test the visibility of Controls in my Program. But there are some controls where the String (with a long part of the Ranorex path, ~270 characters) got cut at the 255th Character. So I want to know whether Ranorex has a limit for a String length?
by itmbr
Fri Jan 21, 2011 12:38 pm
Forum: Automation Tools
Topic: AccessibleDefaultAction isn't working
Replies: 6
Views: 2537

Re: AccessibleDefaultAction isn't working

Although I have an "using Ranorex;"-statement in my Code, I have no "Ranorex.Accessible". So, I get with tabButtonTree.MoveTo() close to the container. So I want to get with the mouse exactly to the container. I saw there is an "Mouse.Position.X"-property, but if i do the command Mouse.Position.X +=...
by itmbr
Thu Jan 20, 2011 2:58 pm
Forum: Automation Tools
Topic: AccessibleDefaultAction isn't working
Replies: 6
Views: 2537

Re: AccessibleDefaultAction isn't working

Hi, thank you for your answer. I tried your last suggestion in my Code, but at first i could not find an Object called 'Accessible', only 'AccessibleObject'. With that I got the error 'Cannot implicitly convert type 'Ranorex.Core.Element' to 'System.Windows.Forms.AccessibleObject'. So, where can I f...
by itmbr
Wed Jan 19, 2011 3:34 pm
Forum: Automation Tools
Topic: AccessibleDefaultAction isn't working
Replies: 6
Views: 2537

AccessibleDefaultAction isn't working

Hi there, In the program I have to test I want to Expand (or Collapse) the container, for example "Zentraler Eingriff" with Ranorex. I've tried to get to it in the program code Ranorex.Container tabButtonTree = "/adfgdasfg" (the Ranorex-Path) //Expand the chosen Container string strDefaultAction = t...
by itmbr
Mon Oct 11, 2010 10:39 am
Forum: Object Identification and Technologies
Topic: Splitter is missing
Replies: 1
Views: 2313

Splitter is missing

Hello, I am looking for the vertical splitter between the two panels of the Container "scTabWorkspace" to move it to the left, but unfortunately i get the following results: Ranorex Spy: I only find the containters surrounding the splitter Ranorex Recorder: I only see Mouse Clicks if I move the spli...