Search found 3 matches

by rajm
Fri Jan 17, 2020 3:31 pm
Forum: General Questions
Topic: Duplicate tree nodes
Replies: 5
Views: 1128

Re: Duplicate tree nodes

Hi, Thanks for your response. Yes after disabling the delphi plugin- the duplicate disappeared, and only the form with MDIClient appears. But for some reason , the mdiclient container is not found during runtime under frmmain using below code. //if(formInfo.FindAdapter<Form>().TryFindSingle<Ranorex....
by rajm
Fri Jan 17, 2020 12:11 pm
Forum: General Questions
Topic: Duplicate tree nodes
Replies: 5
Views: 1128

Re: Duplicate tree nodes

Sorry added attachments. its the main form and the xpath is :- /form[@title~'Flight Handler' and @controlname='frmMain']. Xpath and most other attributes appears to be same for both tree nodes. I need to chose frmmain which has MDIClient container and forms as child to it. Not the flight handler for...
by rajm
Thu Jan 16, 2020 1:00 pm
Forum: General Questions
Topic: Duplicate tree nodes
Replies: 5
Views: 1128

Duplicate tree nodes

Hi, Im trying to find a container under a main form, which inturn contains other child forms to work on. But since the main form appears as duplicates and only one of them displays the proper hierarchy, the code fails to find elements using the ranorex repository definition. Ranorex chooses the firs...