Page 1 of 1

Support of 3rd Party Componets (DevExpress)

Posted: Wed Aug 16, 2006 7:28 am
by CookieMonster
Is it planed in Ranorex to support 3rd Party Componets e.g. from DevExpress or Component One?
I made a small application with a few Windows.Forms Controls, and it was possible to automate them, but I had no chance to automate 3rd Party Componets from DevExpress. Ranorexspy didn't recognize them.

Dan

Posted: Wed Aug 16, 2006 9:24 pm
by webops
Ranorex supports active accessibility, you can automate every control and every element of a control that support active accessibility.
The developer should set the properties AccessibleRole and AccessibleName properties of the controls and control items.

Some user reported, that RanorexSpy didn't recognize a control, but they could automate them. Try to dump out all elements of the control.
See RanorexVS2005Sample for the function DumpElementTree.

Jenö Herget
Ranorex Team

Automating DevExpress Controls

Posted: Thu Jan 10, 2008 9:02 pm
by sahoko
Hi,
We also are having troubles seeing and controlling DevExpress controls in Delphi application. We read your thread about the AccessibleRole and name properties but can't seam to find those properties. Could you please be more specific on how we can expose the DevExpress controls to our Ranorex Framework?

Thanks

Posted: Fri Jan 11, 2008 10:16 am
by Support Team
Please, post follow-ups to the following thread:
Delphi DevExpress controls

Regards,
Alex
Ranorex Support Team