Search found 3 matches

by bszot
Sun Feb 18, 2007 9:28 pm
Forum: General Questions
Topic: Find window with title and class name?
Replies: 1
Views: 5342

Find window with title and class name?

Can a window be searched with title and class name?
We have sometimes more than one application with the same title but with different class names.

Thanks

Ben
by bszot
Sat Jul 22, 2006 9:09 am
Forum: Automation Tools
Topic: ControlId of an application.
Replies: 1
Views: 4466

ControlId of an application.

if i use ranorexspy and i drag the finder tool to the header of an application, i get a big negative control id.
is it a bug?
by bszot
Sat Jul 22, 2006 8:42 am
Forum: Automation API
Topic: How to set the text of a text box in Python?
Replies: 1
Views: 5428

How to set the text of a text box in Python?

I use RanorexPython and want to automate some simple controls.
CheckBox, Button and ComboBox works fine, but I cannot find a function EditboxSetText.
How can I set the text of a text box?