Search found 3 matches

by Frank
Tue May 04, 2010 4:11 pm
Forum: Object Identification and Technologies
Topic: Invoking XtraTabbedMdiManager
Replies: 2
Views: 6090

Invoking XtraTabbedMdiManager

Hi, I tried to acces the close-Buttons of some tabPages, which are MDI-Forms [1]. But I can't cast System.Windows.Forms.Control into DevExpress.XtraTabbedMdi.XtraTabbedMdiManager. The XtraTabbedMdimanager contains a collection of tabPages (and I hope also a way to the close-Buttons or the locations/...
by Frank
Mon Apr 19, 2010 10:07 am
Forum: General Questions
Topic: identifying defaultlabel
Replies: 3
Views: 2617

Re: identifying defaultlabel

Thank you for the information. But one question again:
FindDescendant(string) is actually an obsolete method and will be removed in future major versions of Ranorex.
Do you have plans to remove other methods too? Like FindChild(string)?
by Frank
Tue Mar 30, 2010 2:58 pm
Forum: General Questions
Topic: identifying defaultlabel
Replies: 3
Views: 2617

identifying defaultlabel

FindDescendant has the following parameter: label (String) The label to search by ('defaultlabel' attribute). But how can I identify the defaultlabel? Is the defaultlabel always the attribute of the matching element? e.g. in WinFormsTest /form[@controlname='Form1']/container[@controlname='groupBox2'...