Search found 8 matches

by bradj
Wed May 29, 2013 10:04 pm
Forum: Object Identification and Technologies
Topic: Repository.RepoItemInfo Not Able To Change SearchTimeout?
Replies: 7
Views: 2263

Re: Repository.RepoItemInfo Not Able To Change SearchTimeout?

Not sure I follow. I tried setting the root element timeout and it still takes the default 30 seconds. Do I have to set EVERY search timeout and every level from root to the element I am looking for in order for this to work? That doesn't seem logical.
by bradj
Tue May 28, 2013 4:37 pm
Forum: Object Identification and Technologies
Topic: Repository.RepoItemInfo Not Able To Change SearchTimeout?
Replies: 7
Views: 2263

Re: Repository.RepoItemInfo Not Able To Change SearchTimeout?

Tried with 4.0.4 and still doesn't work. Code example below of how I tested: sfdcRepo.MainPage.Header.NavBar.TemplatesTabInfo.SearchTimeout = 1000; if (!sfdcRepo.MainPage.Header.NavBar.TemplatesTabInfo.Exists()) { } When the code hits the Exists() function, it takes 30 seconds to return false. I wou...
by bradj
Wed May 22, 2013 9:36 pm
Forum: Object Identification and Technologies
Topic: Repository.RepoItemInfo Not Able To Change SearchTimeout?
Replies: 7
Views: 2263

Repository.RepoItemInfo Not Able To Change SearchTimeout?

Hi- I'm trying to dynamically change the searchtimeout property of the Ranorex.Core.Repository.RepoItemInfo class. However, no matter what I set it to it seems to still use the timeout defined when I created the item in the repository. If I change it manually in the repo, it will use that value. sfd...
by bradj
Thu Mar 28, 2013 10:23 pm
Forum: Object Identification and Technologies
Topic: FlexElement Properties
Replies: 1
Views: 1877

FlexElement Properties

Hi-

Is there any way to get a list of all the properties of a given FlexElement? I know I can call the GetPropertyValue function to get a specific property by name. But is there any way to get a list of all the properties so I can loop thru each one?
by bradj
Fri Mar 22, 2013 11:09 pm
Forum: General Questions
Topic: ToolTips
Replies: 5
Views: 5147

Re: ToolTips

Is there any way to do it without using the recorder? I'd prefer to do it dynamically in code than rely on the recorder.
by bradj
Thu Mar 21, 2013 4:30 pm
Forum: General Questions
Topic: ToolTips
Replies: 5
Views: 5147

ToolTips

I'm having trouble figuring out how to get the tool tip text from a Ranorex button object. Ranorex Spy is able to see the ToolTip in the "Dynamic" section of the element in the Overview tab. How can you get this in code? I've tried a couple of methods and none seem to work. I've tried positioning th...
by bradj
Wed Mar 13, 2013 7:15 pm
Forum: Automation Tools
Topic: Ranorex MSBuild Target Issue In Studio
Replies: 1
Views: 2831

Ranorex MSBuild Target Issue In Studio

I'm using Ranorex Studio 4.0.1 and am having an issue. I'm trying to modify my project files to support automated builds by my IT team. I need to be able to compile the source code on a machine that doesn't have Ranorex installed. I have everything working EXCEPT there is a problem with the Ranorex ...