Hi,
I am using ranorex version 2.3. I need to do a invokeremote function on devexpress xtra list. But i can't find the control class under Ranorex namespace. I have also serached the dlls in ranorex folder. Its still not available. Any help on this?
Regards,
Siva R S
Control Class is not available
- Support Team
- Site Admin
- Posts: 12145
- Joined: Fri Jul 07, 2006 4:30 pm
- Location: Houston, Texas, USA
- Contact:
Re: Control Class is not available
Hi,
You won't find the control class in the Ranorex namespaces, because this is not a Ranorex control. To get access to the public classes of this XTRA List, you have to add the DLL of DevExpress to the references of your Ranorex project. If you successfully added all needed references, please take a look to following post
http://www.ranorex.com/forum/invokeremo ... t1002.html
Regards,
Peter
Ranorex Team
You won't find the control class in the Ranorex namespaces, because this is not a Ranorex control. To get access to the public classes of this XTRA List, you have to add the DLL of DevExpress to the references of your Ranorex project. If you successfully added all needed references, please take a look to following post
http://www.ranorex.com/forum/invokeremo ... t1002.html
Regards,
Peter
Ranorex Team
-
- Posts: 62
- Joined: Wed Mar 09, 2011 4:40 pm
Re: Control Class is not available
Hi,
In the link that you have given i saw the following piece
Control picturecontrol = @"/form[@title~'^Microsoft\ SQL\ Server\ Mana']/container[@caption='']/element/element[@class='DockingView' and @instance='1']/*/container[@caption='']/*/container[@controlname='rightPaneControl']/*/*/picture[@controlname='iconPlaceholder']";
As you said i have included the dlls for my dev express xtra tree list. But still i cant find control class.
In the forum i have seen many codes like
Ranorex.Control ctrl="rx path of control"
And then they invoke remotely the function. So am confused about this control class
How can i cast my rx path into a Ranorex.Control class object and then invoke my function remotely. Any help?
Regards,
Siva R S
In the link that you have given i saw the following piece
Control picturecontrol = @"/form[@title~'^Microsoft\ SQL\ Server\ Mana']/container[@caption='']/element/element[@class='DockingView' and @instance='1']/*/container[@caption='']/*/container[@controlname='rightPaneControl']/*/*/picture[@controlname='iconPlaceholder']";
As you said i have included the dlls for my dev express xtra tree list. But still i cant find control class.
In the forum i have seen many codes like
Ranorex.Control ctrl="rx path of control"
And then they invoke remotely the function. So am confused about this control class

Regards,
Siva R S
- Support Team
- Site Admin
- Posts: 12145
- Joined: Fri Jul 07, 2006 4:30 pm
- Location: Houston, Texas, USA
- Contact:
Re: Control Class is not available
Hi,
Please use following blog as guide
http://www.ranorex.com/blog/transfering ... et-control
If you can't find the expected class for your control, please ask your developers in which DLL of the DevExpress libraries the control is nested.
Regards,
Peter
Ranorex Team
Please use following blog as guide
http://www.ranorex.com/blog/transfering ... et-control
If you can't find the expected class for your control, please ask your developers in which DLL of the DevExpress libraries the control is nested.
Regards,
Peter
Ranorex Team
-
- Posts: 62
- Joined: Wed Mar 09, 2011 4:40 pm
Re: Control Class is not available
Hi,
I found out the answer. The Control class am looking for is in Ranorex.plugins.winform.dll. Thanks,
Regards,
Siva R S
I found out the answer. The Control class am looking for is in Ranorex.plugins.winform.dll. Thanks,
Regards,
Siva R S