Ranorex

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

 
Post new topic   Reply to topic    Ranorex Forum Index -> RanorexPython
View previous topic :: View next topic  
Author Message
bszot



Joined: 22 Jul 2006
Posts: 3

PostPosted: Sat Jul 22, 2006 9:42 am    Post subject: 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?
Back to top
View user's profile Send private message
admin
Site Admin


Joined: 05 Jul 2006
Posts: 351

PostPosted: Sun Jul 23, 2006 10:44 am    Post subject:
You can use the control functions for every control type.
To set the text of an edit box, use ControlSetText(editbox,'text').
Please study the sample ControlTest.py, you can see here, how to use the control functions.

Jenö Herget
Ranorex
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    Ranorex Forum Index -> RanorexPython All times are GMT + 2 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum