| View previous topic :: View next topic |
| Author |
Message |
CookieMonster
Joined: 14 Aug 2006 Posts: 6
|
Posted: Wed Aug 16, 2006 8:28 am Post subject: Support of 3rd Party Componets (DevExpress) |
|
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 |
|
| Back to top |
|
 |
admin Site Admin
Joined: 05 Jul 2006 Posts: 351
|
Posted: Wed Aug 16, 2006 10:24 pm Post subject: |
|
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 |
|
| Back to top |
|
 |
sahoko
Joined: 09 Oct 2007 Posts: 9
|
Posted: Thu Jan 10, 2008 10:02 pm Post subject: Automating DevExpress Controls |
|
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 |
|
| Back to top |
|
 |
Support Team Site Admin
Joined: 07 Jul 2006 Posts: 256
|
Posted: Fri Jan 11, 2008 11:16 am Post subject: |
|
Please, post follow-ups to the following thread:
Delphi DevExpress controls
Regards,
Alex
Ranorex Support Team |
|
| Back to top |
|
 |
|