rickd Posted June 7, 2007 Posted June 7, 2007 Hi, I'm new to the forum and want to say Hi first off, I've found heaps of really good info here so far that has helped a lot. Just one quick question, how do I clear all the text in an edit box (TAEdit) by clicking a button that is also on the form? Thanks
Zedna Posted June 7, 2007 Posted June 7, 2007 GUICtrlSetData($edit_control, '') Resources UDF ResourcesEx UDF AutoIt Forum Search
rickd Posted June 8, 2007 Author Posted June 8, 2007 Thanks, that did exactly what I wanted. One other thing I haven't been able to find from the help, is it possible to give a window a status bar? And if so, how to write values to it (ie. status messages)?
Lord Maim Posted June 8, 2007 Posted June 8, 2007 Look at _GUICtrlStatusBarCreate in the "GuiStatusBar Management" section in the help file.
rickd Posted June 10, 2007 Author Posted June 10, 2007 Look at _GUICtrlStatusBarCreate in the "GuiStatusBar Management" section in the help file.I have got the status bar on my window now, but no text appears in it.$statusbar = _GUICtrlStatusBarCreate($Form1, 361, "test bar text")Is that wrong?
florisch Posted June 12, 2007 Posted June 12, 2007 I do not know. I use a status bar which is empty on creation and then use _GUICtrlStatusBarSetText($StatusBar, "Text") to fill in text.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now