Search found 5 matches

by e.boyle
Tue Nov 27, 2012 11:33 am
Forum: Automation Tools
Topic: Recognizing elements on a TabControl
Replies: 22
Views: 11537

Re: Recognizing elements on a TabControl

I am able to see the controls following the suggestion at, http://social.msdn.microsoft.com/forums/en-us/wpf/thread/20BBF742-F115-426F-B4C6-6A436E99797F I created a custom peer and if I start my application and then start Ranorex SPY I can see the elements. If however I start Ranorex studio and then...
by e.boyle
Tue Oct 30, 2012 4:50 pm
Forum: Automation Tools
Topic: Recognizing elements on a TabControl
Replies: 22
Views: 11537

Re: Recognizing elements on a TabControl

Find attached the whole project.
by e.boyle
Fri Oct 26, 2012 12:06 pm
Forum: Automation Tools
Topic: Recognizing elements on a TabControl
Replies: 22
Views: 11537

Re: Recognizing elements on a TabControl

You can see in my previous post the source for this application - it's using only a couple of standard controls with the template overridden for the standard TabControl.

Please have a look at the code in the previous post and tell me if there is something missing/incorrect about it.

Thanks,
Eamonn
by e.boyle
Thu Oct 25, 2012 10:42 am
Forum: Automation Tools
Topic: Recognizing elements on a TabControl
Replies: 22
Views: 11537

Re: Recognizing elements on a TabControl

I'm using VS 2010 and targeting .NET 4.0 Full in a 64 bit Win 7 environment. I've tried this with Ranorex 3.3.3. The application that reproduces the problem is basically a new WPF application with the code posted in the previous reply in the MainWindow xaml. I've attached a snapshot from this app an...
by e.boyle
Wed Oct 24, 2012 1:50 pm
Forum: Automation Tools
Topic: Recognizing elements on a TabControl
Replies: 22
Views: 11537

Re: Recognizing elements on a TabControl

I am having a similar issue but the assignment of the name did not help. I've a simple test project and I cannot see the buttons inside the tabs. <Window x:Class="RanorexFindIssues2.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/wi...