How to recognize Dev Component Controls

Ask general questions here.
ahzam_khan
Posts: 3
Joined: Tue Jun 08, 2010 2:46 pm

How to recognize Dev Component Controls

Post by ahzam_khan » Thu Jun 10, 2010 3:36 pm

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

atom
Posts: 357
Joined: Sun Dec 07, 2008 11:14 pm
Location: Dublin, Ireland

Re: How to recognize Dev Component Controls

Post by atom » Thu Jun 10, 2010 5:49 pm

what does Ranorex Spy show when pointed at the 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: How to recognize Dev Component Controls

Post by Support Team » Mon Jun 14, 2010 1:41 pm

As atom already saided, please post a Ranorex snapshot of the corresponding control and the application, respectively.

Regards,
Alex
Ranorex Team

ahzam_khan
Posts: 3
Joined: Tue Jun 08, 2010 2:46 pm

Re: How to recognize Dev Component Controls

Post by ahzam_khan » Tue Aug 10, 2010 10:38 am

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

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

Re: How to recognize Dev Component Controls

Post by Support Team » Tue Aug 10, 2010 10:41 am

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

ahzam_khan
Posts: 3
Joined: Tue Jun 08, 2010 2:46 pm

Re: How to recognize Dev Component Controls

Post by ahzam_khan » Wed Aug 11, 2010 10:10 am

Hi,

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

Thanks
Ahzam Khan

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

Re: How to recognize Dev Component Controls

Post by Support Team » Wed Aug 11, 2010 4:24 pm

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