Search found 8 matches

by prabhu_thi
Fri Jul 22, 2011 12:00 pm
Forum: Object Identification and Technologies
Topic: NOt able to identify DevComponents.WpfEditors.DateTimeInput
Replies: 5
Views: 2786

Re: NOt able to identify DevComponents.WpfEditors.DateTimeInput

HI, Our problem is that , ranorex is not identifying the entire control.Instead it identify as seperate two text for date seperators "/" and one button control.Its not identifying the date. This was my earlier post too... Ranorex is not identifying the date..how do i provide snapshot for that..?This...
by prabhu_thi
Fri Jul 22, 2011 8:05 am
Forum: Object Identification and Technologies
Topic: NOt able to identify DevComponents.WpfEditors.DateTimeInput
Replies: 5
Views: 2786

NOt able to identify DevComponents.WpfEditors.DateTimeInput

Hi,

Ranorex is not able to identify the date time control.I am using DevComponents.WpfEditor.DateTimeInput..as my date control,,,,...

Its identifying only the button and date splitters (eg : "\" ) ..other than this the exact date is not identified..please suggest what needs to be done over here...
by prabhu_thi
Mon Jul 18, 2011 1:04 pm
Forum: Automation API
Topic: Performance with Infragistics grid
Replies: 5
Views: 8902

Re: Performance with Infragistics grid

HI, I am trying to automate testing for Grid (Dev Express).In which the first tow is for data filter.I need to access the filter row to set my own filter criteria.I need only the filter row to achieve this.I dont need other row.But ranorex is taking more than a minute to get this row (if there are m...
by prabhu_thi
Mon Jun 06, 2011 9:43 am
Forum: General Questions
Topic: How to use RawText GDI plugin through Visual Studio
Replies: 21
Views: 4937

Re: How to use RawText GDI plugin through Visual Studio

I found the issue resolved after making the window visible.It mean that , if UI is entirely visible,its able to detect.If some other over rides the same.Its not able to do so...

But for other normal controls..its not the case..

Is it expected behaviour..?
by prabhu_thi
Mon Jun 06, 2011 6:57 am
Forum: General Questions
Topic: How to use RawText GDI plugin through Visual Studio
Replies: 21
Views: 4937

Re: How to use RawText GDI plugin through Visual Studio

HI, I tried with the same,its not working for me too.SPY is able to access the RawText with the available path,but thru the .net code not able to recognise the same. bool bValid = Host.Local.TryFindSingle("/form[@title='MFC Grid Control Demo']/element/rawtext[@rawtext='75' and @row='3']", out elem);...
by prabhu_thi
Wed Feb 02, 2011 5:23 am
Forum: Automation Tools
Topic: WPF Combo Box
Replies: 4
Views: 2685

Re: WPF Combo Box

Hi,

Wether the above mentiond is fixed..Becaus i am also facing problems in WPF Combo controls
by prabhu_thi
Wed Feb 02, 2011 5:09 am
Forum: Bug Reports
Topic: WPF Combo COntrol
Replies: 1
Views: 1881

WPF Combo COntrol

Hi, For WPF Combo's,consider there are nearlt 200 items bounded.But iam not able to retreive or search ny FindDecsantes<Text>("MyText").Because it retrives only the list tat are visible.For eg : If i have items bounded like A,B,C...Z.If A is selected,then in combo box list Z will not be retrived by ...