Adapter for NumericUpDown?

Class library usage, coding and language questions.
rustyhowell
Posts: 1
Joined: Fri Aug 09, 2013 9:55 pm

Adapter for NumericUpDown?

Post by rustyhowell » Fri Aug 09, 2013 10:03 pm

I saw that there used to be an adapter for the NumericUpDown control. But it seems that it has been removed in the later version of Ranorex. What is the best way to handle a NumericUpDown control?

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

Re: Adapter for NumericUpDown?

Post by Support Team » Mon Aug 12, 2013 9:06 am

rustyhowell wrote:I saw that there used to be an adapter for the NumericUpDown control.
Are you referring to the old Ranorex 1.5 NumericUpDown class? If so, then you are right, there is no 1-to-1 replacement for that class in Ranorex 2.0 and above.

However, such controls are still 100% supported. Just track the NumericUpDown control (the individual Up/Down buttons and text boxes should be recognized) and use the Ranorex repository to access the control.

Regards,
Alex
Ranorex Team