Search found 10 matches

by niranjantest
Wed May 24, 2017 2:49 pm
Forum: Object Identification and Technologies
Topic: Fetch row/column count and iterate through each cell values
Replies: 7
Views: 4002

Re: Fetch row/column count and iterate through each cell values

Thanks to asfd buddy for helping to give me the idea to resolve this issue. Thank you very much!!
by niranjantest
Wed May 24, 2017 2:47 pm
Forum: Object Identification and Technologies
Topic: Fetch row/column count and iterate through each cell values
Replies: 7
Views: 4002

Re: Fetch row/column count and iterate through each cell values

Atlast after much R&D i could able to found a solution which works great way without any delay issue for the previously USED FOR loop. Below is the code snippet: foreach(Row row in repo.FormWindow.AllegesTableRows.Rows ) { //row.Focus(); foreach (Cell cell in row.Cells) { //cell.Focus(); String ColV...
by niranjantest
Wed May 24, 2017 2:06 pm
Forum: Object Identification and Technologies
Topic: Fetch row/column count and iterate through each cell values
Replies: 7
Views: 4002

Re: Fetch row/column count and iterate through each cell values

Thanks for the reply, I tried the provided solution but again its returning NULL value in both cases. Also, i am bit wondering how without cell/row iteration it will fetch the value as suggested by you. But i tried some other way as per below code snippets: var allegesTableRows = repo.FormWindow.All...
by niranjantest
Wed May 24, 2017 1:48 pm
Forum: Object Identification and Technologies
Topic: RANOREX 7.0.1.SPY get stuck
Replies: 3
Views: 1791

Re: RANOREX 7.0.1.SPY get stuck

Thanks for the help extended..I have confirm with the Dev team that infragristic(WPF) controls has some issue with the UI Automation updates and because of which the application behavior bit weird with the automation tool.

Regards,
Nir
by niranjantest
Fri May 19, 2017 12:37 pm
Forum: Object Identification and Technologies
Topic: Fetch row/column count and iterate through each cell values
Replies: 7
Views: 4002

Re: Fetch row/column count and iterate through each cell values

Unfortunately i cannot post the screenshot view due to company policy with the attachment restriction. I am able to fetch the row count successfully using the below code snippet but wondering how can i get the cells values of each rows. var allegesTableRows = repo.FormWindow.AllegesTableRows; int ro...
by niranjantest
Fri May 19, 2017 9:58 am
Forum: Object Identification and Technologies
Topic: RANOREX 7.0.1.SPY get stuck
Replies: 3
Views: 1791

RANOREX 7.0.1.SPY get stuck

Hi, I am using the updated version of Ranorex 7.0.1 to automate an application build heavily on Infragristic2/WPF and while try to spy a Grid as per attached snapshot, the ranorex either stuck or goes to no responding mode. I have kill the Ranorex exe from the task manager to work again. Its really ...
by niranjantest
Tue May 16, 2017 6:23 am
Forum: Object Identification and Technologies
Topic: Fetch row/column count and iterate through each cell values
Replies: 7
Views: 4002

Re: Fetch row/column count and iterate through each cell values

Believe it or not I have tried to take the ranorex snapshot but Ranorex iteslf gets stuck and not able to save the same.

Let me try to take it today again..if success will able to share..

regards,
Nir
by niranjantest
Mon May 15, 2017 2:48 pm
Forum: Object Identification and Technologies
Topic: Fetch row/column count and iterate through each cell values
Replies: 7
Views: 4002

Fetch row/column count and iterate through each cell values

hi, I am trying to access a grid build on Infragistics2.Win.UltraWinGrid control type. My intention is to get the below action donw : 1- get the row count 2- get the column count 3- iterate each cell value one by one Attached is the app snapshot and spy shot. Ranorex version-5.4.5 Any help will real...
by niranjantest
Mon May 15, 2017 2:42 pm
Forum: Object Identification and Technologies
Topic: Unable to get the child object of WPF window
Replies: 3
Views: 2272

Re: Unable to get the child object of WPF window

Thanks Guys..I am able to recognize the individual item now by enabling the plugins for the WPF options true in the Ranorex 5 version only.
by niranjantest
Fri May 12, 2017 11:32 am
Forum: Object Identification and Technologies
Topic: Unable to get the child object of WPF window
Replies: 3
Views: 2272

Unable to get the child object of WPF window

Hi I am using RANORX 5.4.5 version and trying to automate a desktop application (Infragristic and WPF controls). I have one SPLASH screen where there is option to select various option . My target is to first check the right version content appeared or not and if found then click on that . But RANOR...