Search found 4 matches

by genesiss
Fri Dec 17, 2010 4:25 pm
Forum: Automation API
Topic: Access to TStringGrid elements
Replies: 6
Views: 3153

Re: Access to TStringGrid elements

I did it with clicking the item, as sdaly suggested.

Thank you for quick response!

Regards,
genesiss
by genesiss
Fri Dec 17, 2010 2:15 pm
Forum: Automation API
Topic: Access to TStringGrid elements
Replies: 6
Views: 3153

Re: Access to TStringGrid elements

It works with GDI Capture Plug-In. But now I have another problem: I want to edit some text elements (with *.TextValue = "...") - but Ranorex recognizes them as RawText elements. How could I edit these elements? Thank you. Ranorex.SetAttributeFailedException: Setting attribute 'text' failed on eleme...
by genesiss
Thu Dec 16, 2010 12:54 pm
Forum: Automation API
Topic: Access to TStringGrid elements
Replies: 6
Views: 3153

Re: Access to TStringGrid elements

Thank you!

I will try out approaches suggested in mentioned thread.
by genesiss
Thu Dec 16, 2010 10:16 am
Forum: Automation API
Topic: Access to TStringGrid elements
Replies: 6
Views: 3153

Access to TStringGrid elements

Hi!

I'm trying to access elements in TStringGrid ( which is - as google suggested a delphi object: http://delphi.wikia.com/wiki/TStringGrid_Class ).

How could I get rows inside the grid?

Thank you for your time.