Search found 10 matches

by kam
Tue Mar 29, 2016 9:13 am
Forum: Object Identification and Technologies
Topic: How can Ranorex interacts with FarPoint control
Replies: 3
Views: 2516

Re: How can Ranorex interacts with FarPoint control

Thanks for your support odklizec. Unfortunately, I tried a number of suggestions you posted but have not got the solution to it.

@Ranorex support team, any suggestions?

Regards,
Kam
by kam
Thu Mar 24, 2016 11:00 am
Forum: Object Identification and Technologies
Topic: How can Ranorex interacts with FarPoint control
Replies: 3
Views: 2516

How can Ranorex interacts with FarPoint control

Hello, This is an important part of what to automate on an application under test I'm currently working on. There is a need to interact with field, menu and data on the grid that has FarPoint control in it. I have initially managed to establish Ranorex interaction using co-ordinate option, but this ...
by kam
Tue Sep 15, 2015 1:33 pm
Forum: Object Identification and Technologies
Topic: UltraGrid Cell - Font Color and an Image Verfication
Replies: 7
Views: 2384

Re: UltraGrid Cell - Font Color and an Image Verfication

That's correct (it is previous code) odklizec.

Please do you know any available wpf option(s) that suit my scenario.

Thanks.
by kam
Mon Sep 14, 2015 4:47 pm
Forum: Object Identification and Technologies
Topic: UltraGrid Cell - Font Color and an Image Verfication
Replies: 7
Views: 2384

Re: UltraGrid Cell - Font Color and an Image Verfication

Hi Odklizec, Thanks for your response. I have no Snapshot for the element i'm discussing; this is because it came from clipboard as in code below: Container dataGrid = form.FindSingle<Container>("ranorex rxpath"); int count = dataGrid.Children.Count; IList<Unknown> rows = dataGrid.Children; foreach ...
by kam
Mon Sep 14, 2015 3:04 pm
Forum: Object Identification and Technologies
Topic: UltraGrid Cell - Font Color and an Image Verfication
Replies: 7
Views: 2384

Re: UltraGrid Cell - Font Color and an Image Verfication

Hi Rajneesh, Sorry I couldn't answer your question, but part of your asked question was about to answer my own question. I would like to verify font-color of a string (or text) and realized that you mentioned 'InvokeRemotely' method; please how can i implement it and could you please share your code...
by kam
Thu Sep 10, 2015 3:09 pm
Forum: Object Identification and Technologies
Topic: Issue with accessing data of a Wpf Cell in datagrid
Replies: 10
Views: 3838

Re: Issue with accessing data of a Wpf Cell in datagrid

Hi Odklizec, I tried to implement 2 solutions you suggested but none of them worked for me; I so much appreciate your support. I have now resolved it with 'copy' and 'paste' clipboard option as shown in below code. Container dataGrid = form.FindSingle<Container>("ranorex rxpath"); bool flag = false;...
by kam
Thu Sep 10, 2015 10:28 am
Forum: Object Identification and Technologies
Topic: Issue with accessing data of a Wpf Cell in datagrid
Replies: 10
Views: 3838

Re: Issue with accessing data of a Wpf Cell in datagrid

Hello Odklizec, Thanks for your response, much appreciated. Problem is not with RxPath and all your suggestions around building reliable rxpath have been noted. I was able to click cell, but problem is that i couldn't get data copied out of the cell (please refer to below part of my previous code). ...
by kam
Thu Sep 10, 2015 9:00 am
Forum: Object Identification and Technologies
Topic: Issue with accessing data of a Wpf Cell in datagrid
Replies: 10
Views: 3838

Re: Issue with accessing data of a Wpf Cell in datagrid

Hi Odklizec,

I have re-attached snapshot since yesterday, and haven't seen any replies or solution to it yet.

Kind regards.
by kam
Wed Sep 09, 2015 9:09 am
Forum: Object Identification and Technologies
Topic: Issue with accessing data of a Wpf Cell in datagrid
Replies: 10
Views: 3838

Re: Issue with accessing data of a Wpf Cell in datagrid

Thanks odklizec, I was able to reduce snapshot size with your suggested link.

I have it attached now.

My regards.
by kam
Tue Sep 08, 2015 12:51 pm
Forum: Object Identification and Technologies
Topic: Issue with accessing data of a Wpf Cell in datagrid
Replies: 10
Views: 3838

Issue with accessing data of a Wpf Cell in datagrid

I have written below lines of code in order to access data of a wpf cell in datagrid but no luck :( I tried to attach Snapshot but couldn't due to size restriction. Container dataGrid = form.FindSingle<Container>("/form[@wpfnative='True' and @title='Hubble [DEMO900]' and @processname='Hubble']/conta...