Ranorex

About ranorex pro

 
Post new topic   Reply to topic    Ranorex Forum Index -> RanorexNet
View previous topic :: View next topic  
Author Message
arishahsan



Joined: 18 Jan 2007
Posts: 26

PostPosted: Mon Mar 12, 2007 3:31 pm    Post subject: About ranorex pro
Will ranorex pro work if we dont have control name of a particular form?

Actually I am using Actipro dlls for gui design of our software and now the problem is that actipro doesent provide controlName to its controls.
Back to top
View user's profile Send private message
admin
Site Admin


Joined: 05 Jul 2006
Posts: 351

PostPosted: Tue Mar 13, 2007 12:09 am    Post subject:
You can find a control also by Text (form.FindChildText), ControlId (form.FindControlId) or ClassName (form.FindClassName).

We also support a general way (with the Element class) to access every kind of control and control elements.
It should also work with custom controls.
Please try RanorexSpy with your custom controls.

Jenö
Ranorex Software
Back to top
View user's profile Send private message Visit poster's website
arishahsan



Joined: 18 Jan 2007
Posts: 26

PostPosted: Thu Mar 15, 2007 5:09 pm    Post subject: could u guide me how can I use RanorexSpy
could u guide me how can I use RanorexSpy for custom control
Back to top
View user's profile Send private message
admin
Site Admin


Joined: 05 Jul 2006
Posts: 351

PostPosted: Fri Mar 16, 2007 8:45 pm    Post subject:
Start RanorexSpy.exe, drag the Finder Tool over the custom control, then release the mouse button.
Check the control and the element properties and use the Control and Element functions to find and automate the objects in the form. Custom controls normally contains other basic controls. Find first the custom control in the form with the Form.Find functions and then the Children of the control with the Control.Find functions, or the elements with the Element.FindChild function.

Jenö
Ranorex Team
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    Ranorex Forum Index -> RanorexNet All times are GMT + 2 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum