Page 1 of 1

How to access TcxTreeList?

Posted: Tue May 24, 2011 11:14 am
by qsml
Hello,

I have an application which is written in Delphi 2006. There are a lot of components of type TcxTreeList.
But in Spy there are not recognized (UNKNOWN). Is there a way to get access this component -
e.g. window handle HWND or InvokeRemotely ?

Thank you!

Best regards,
Mathias

Re: How to access TcxTreeList?

Posted: Tue May 24, 2011 2:28 pm
by Support Team
Hi,

The TcsTreeList is a third party control of DevExpress right? It seems they have not implemented accessibility for this control. If you try a standard TTreeList, Ranorex is able to get the elements with more information. I would suggest you to contact the support of DevExpress and ask them if they plan to support accessibility or if there is an API documentation to add accessibility. We have a Plug-In named RawText-Plug In which captures the RawText elements, but I would suggest you this solution at least.

Regards,
Peter
Ranorex Team