Page 1 of 1

How to recognize Dev Component Controls

Posted: Thu Jun 10, 2010 3:36 pm
by ahzam_khan
Hi,

Can anyone tell me how to recognize Dev Component Controls >compoents xaml pasted below

xmlns:de="clr-namespace:DevComponents.wpfEditors;assembly=DevComponents.wpfEditors"
<de:DoubleInput Grid.Column="2" Grid.Row="1" Value="{Binding Path =Total.Mode=TwoWay,UpdateSourceTrigger=PropertyChanged}"
HorizonatlContentAlignment="Right" Name="_txtAmt"/>-->
Style="{StaticResource DoubleInputStyle}"
DisplayFormat="#,##0.00" ShowUpDown="False"/>

Thanks
Ahzam Khan

Re: How to recognize Dev Component Controls

Posted: Thu Jun 10, 2010 5:49 pm
by atom
what does Ranorex Spy show when pointed at the control?

Re: How to recognize Dev Component Controls

Posted: Mon Jun 14, 2010 1:41 pm
by Support Team
As atom already saided, please post a Ranorex snapshot of the corresponding control and the application, respectively.

Regards,
Alex
Ranorex Team

Re: How to recognize Dev Component Controls

Posted: Tue Aug 10, 2010 10:38 am
by ahzam_khan
Hi,

When Ranorex Spy pointed on control, It highlights hole Container and after click on that control, It doesn't read. Ranorex is not able to recognize the control.

Thanks
Ahzam Khan

Re: How to recognize Dev Component Controls

Posted: Tue Aug 10, 2010 10:41 am
by Support Team
Hi,

Would it be possible to send us a Ranorex Snapshot of this container?
How to create a Ranorex Snapshot
http://www.ranorex.com/support/user-gui ... html#c2072

Regards,
Peter
Ranorex Team

Re: How to recognize Dev Component Controls

Posted: Wed Aug 11, 2010 10:10 am
by ahzam_khan
Hi,

I work on security based project, so I cant send the snapshot.It will be against "code of condut"

Thanks
Ahzam Khan

Re: How to recognize Dev Component Controls

Posted: Wed Aug 11, 2010 4:24 pm
by Support Team
Hi,

Some controls of the DevComponents third party framework don't support accessibility (MSAA) properly. In that case Ranorex is not able to recognize all elements. There is of course a possibility to automate this control by using InvokeRemotely.
Please take a look to following posts
http://www.ranorex.com/forum/how-to-use ... t1117.html
http://www.ranorex.com/forum/please-hel ... t1240.html

Regards,
Peter
Ranorex Team