Search found 4 matches

by aguirre.lawrence
Thu Nov 05, 2015 2:34 pm
Forum: General Questions
Topic: Runtime license
Replies: 1
Views: 1225

Runtime license

Hi,

We're planning to build automation project using Visual Studio. If we're going to purchase a runtime license of Ranorex, can we use all the necessary Ranorex libraries in creating scripts in VS?

Thanks in Advance.
by aguirre.lawrence
Wed Oct 28, 2015 5:49 am
Forum: General Questions
Topic: Cannot get data from table(datagrid) in desktop app
Replies: 5
Views: 1628

Re: Cannot get data from table(datagrid) in desktop app

Thanks for your response. But when I already changed the Global Settings, the table cell values are being identified as Element (Please see attached snapshot). How can I retrieve the table values if this is the case? Thanks in advance.
by aguirre.lawrence
Thu Oct 15, 2015 12:11 pm
Forum: General Questions
Topic: Cannot get data from table(datagrid) in desktop app
Replies: 5
Views: 1628

Cannot get data from table(datagrid) in desktop app

Hi, I'm trying to get the row count of the table(datagrid) in a desktop application but it always returns zero. What are the possible issue here? Here's my code: Dim repo As DPSRepository = DPSRepository.Instance Dim previewGrid As Ranorex.Table = repo.TestHarnessMainWindow1.PreviewGrid msgbox(previ...