Search found 5 matches

by Mark Klamt
Mon Sep 23, 2013 11:36 am
Forum: Bug Reports
Topic: BUG: TryFindSingle-Behavior
Replies: 3
Views: 2250

Re: BUG: TryFindSingle-Behavior

Hi Bernhard, thanks for the hint, but even this call does not work. The code I use is the following: bool notFound = Validate.NotExists(MainViewRepository.Instance.ExplorerControl.GetPath().ToResolvedString(), Validator.ELEMENT_SEARCH_TIMEOUT, "Searching for explorer", false); if (notFound) { //do s...
by Mark Klamt
Thu Sep 19, 2013 9:37 am
Forum: Bug Reports
Topic: BUG: TryFindSingle-Behavior
Replies: 3
Views: 2250

BUG: TryFindSingle-Behavior

Dear support team, in our test solutions, we use the Host.Local.TryFindSingle method to validate if elements exist or are visible. In some cases, we want to make sure that an Element does NOT already exist, but just using the method the way you describe in the tutorial does not work (reference: forc...
by Mark Klamt
Tue Aug 13, 2013 3:53 pm
Forum: Bug Reports
Topic: REQUEST: Sort Repository Items alphabetically
Replies: 3
Views: 2439

REQUEST: Sort Repository Items alphabetically

Dear support team, at the moment, new repository items are just appended to the list in a repository. Typing the first letter helps finding the element later on, but in case of huge repositories, it may take some time. Sorting repositories alphabetically would make it easier to find items after some...
by Mark Klamt
Thu Aug 01, 2013 10:10 am
Forum: Bug Reports
Topic: CS0246: Missing reference in Ranorex 4.0.5
Replies: 3
Views: 2766

Re: CS0246: Missing reference in Ranorex 4.0.5

Hi,

I just removed and re-included all Ranorex assemblies, then re-added the missing project assembly. Now the build is running fine. Thanks for the hint!

Regards,
Mark
by Mark Klamt
Tue Jul 30, 2013 2:45 pm
Forum: Bug Reports
Topic: CS0246: Missing reference in Ranorex 4.0.5
Replies: 3
Views: 2766

CS0246: Missing reference in Ranorex 4.0.5

Dear support team, while trying to migrate our test solution from Ranorex version 3.2.3 to the new 4.0.5, we are encountering an error in assembly references. In a project, we are trying to access a code module of another project of the same solution, which is correctly added to the references. This...