Search found 6 matches

by deepblue
Mon Jul 19, 2010 2:06 pm
Forum: Automation API
Topic: Ensuring an item in a scrollable panel is visible
Replies: 5
Views: 2193

Re: Ensuring an item in a scrollable panel is visible

Select seems to do the trick.

Thanks for the help!
by deepblue
Mon Jul 19, 2010 10:10 am
Forum: Automation API
Topic: Ensuring an item in a scrollable panel is visible
Replies: 5
Views: 2193

Re: Ensuring an item in a scrollable panel is visible

Yes, I tried using these two methods. The parent tree is indeed visible and focussed, but the element of the tree that I want isn't visible to the user because they need to scroll down the tree to see it.

I guess the question is applicable to any kind of control which uses scroll bars.
by deepblue
Mon Jul 19, 2010 9:05 am
Forum: Automation API
Topic: Ensuring an item in a scrollable panel is visible
Replies: 5
Views: 2193

Ensuring an item in a scrollable panel is visible

Hi Guys,
I'm in the process of writing a test which iterates over a TreeView, but I'm having trouble making sure that the items are visible because the user has to scroll to get to the bottom of the list.

Does anyone have a cunning way to do this?

Cheers
by deepblue
Thu Jul 08, 2010 9:38 am
Forum: Object Identification and Technologies
Topic: Avoiding @class= in the generated RanorexPath
Replies: 3
Views: 2824

Re: Avoiding @class= in the generated RanorexPath

Thanks for the tips - I'll give your suggestions a try. Purhapse the ideal solution is to not use the number on the end of the class? Or could you modify the algorithm that gets run when you search for the control to be slightly fuzzy? I'm sure neither option is trivial and modifying the core funcit...
by deepblue
Wed Jul 07, 2010 4:52 pm
Forum: Object Identification and Technologies
Topic: Avoiding @class= in the generated RanorexPath
Replies: 3
Views: 2824

Avoiding @class= in the generated RanorexPath

Hi Guys, I was feeling quite smug after I managed to get a large, sprawling test up and running, then I attempted to run it on a subtly different build and it all started to go wrong. I think I've tracked it down to the (many) instances of @class= in paths like this: container[@controlname='mainDock...
by deepblue
Fri Jul 02, 2010 11:26 am
Forum: Bug Reports
Topic: NullReferenceException when using a timeout
Replies: 1
Views: 2081

NullReferenceException when using a timeout

Hi guys, I just encountered this exception after adding a timeout in the recorder: Ranorex Studio Version : 2.3.2.8802 .NET Version : 2.0.50727.3053 OS Version : Microsoft Windows NT 5.1.2600 Service Pack 3 Current culture : English (United Kingdom) (en-GB) Current UI language : en-US Working Set Me...