jennico Posted July 7, 2007 Posted July 7, 2007 (edited) hello again, experimenting on creating a statusbar for my gui i came across the udf _GUICtrlStatusBar..... functions. $statusbar=_GUICtrlStatusBarCreate($parent,-1,"") my problem: how can i hide the statusbar temporarily or delete it ? neither GUICtrlDelete($statusbar) nor GUICtrlSetState($statusbar,$GUI_HIDE) will work. any alternative to that ? and maybe it could be a good idea to implement this into the udf in coming versions ? thanx j. Edited July 7, 2007 by jennico Spoiler I actively support Wikileaks | Freedom for Julian Assange ! | Defend freedom of speech ! | Fight censorship ! | I will not silence.Don't forget this IP: 213.251.145.96
GaryFrost Posted July 7, 2007 Posted July 7, 2007 Look in the help _GUICtrlStatusBarShowHide _GUICtrlStatusBarDelete SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference.
jennico Posted July 7, 2007 Author Posted July 7, 2007 i don't have this. Spoiler I actively support Wikileaks | Freedom for Julian Assange ! | Defend freedom of speech ! | Fight censorship ! | I will not silence.Don't forget this IP: 213.251.145.96
jennico Posted July 7, 2007 Author Posted July 7, 2007 no matter what i do: my helpfile says: v3.2.0.1 i just downloaded AutoIt v3.2.4.9 but still the helpfile is the same. so where did you find these commands please ? j. Spoiler I actively support Wikileaks | Freedom for Julian Assange ! | Defend freedom of speech ! | Fight censorship ! | I will not silence.Don't forget this IP: 213.251.145.96
jennico Posted July 7, 2007 Author Posted July 7, 2007 User Defined Function Description _GUICtrlStatusBarCreate Creates Statusbar _GUICtrlStatusBarGetBorders Gets width of the borders. _GUICtrlStatusBarGetIcon Gets Statusbar panel Icon handle. _GUICtrlStatusBarGetParts Retrieves a count of the parts in a status window. _GUICtrlStatusBarGetRect Retrieves the bounding rectangle of a part in a status window. _GUICtrlStatusBarGetText Gets Statusbar Text from a part. _GUICtrlStatusBarGetTextLength Retrieves the length, in characters, of the text from the specified part of a status window. _GUICtrlStatusBarGetTip Gets Statusbar TipText. _GUICtrlStatusBarGetUnicode Retrieves the Unicode character format flag for the control. _GUICtrlStatusBarResize Resize Statusbar. _GUICtrlStatusBarSetBKColor Sets the background color in a status bar. _GUICtrlStatusBarSetIcon Sets an Icon in the Panel. _GUICtrlStatusBarSetMinHeight Sets the minimum height of a status window's drawing area. _GUICtrlStatusBarSetSimple Specifies whether a status window displays simple text or displays all window parts. _GUICtrlStatusBarSetText Sets the text in the specified part of a status window. _GUICtrlStatusBarSetTip Sets the ToolTip text for a part in a status bar. _GUICtrlStatusBarSetUnicode Sets the Unicode character format flag for the control. thats all i have ! j. Spoiler I actively support Wikileaks | Freedom for Julian Assange ! | Defend freedom of speech ! | Fight censorship ! | I will not silence.Don't forget this IP: 213.251.145.96
jennico Posted July 7, 2007 Author Posted July 7, 2007 (edited) okay i got it.there might be a problem with your download files. when i use the page:http://www.autoitscript.com/autoit3/scite/downloads.phpi download the file:SciTE4AutoIt3.exe(3655Kb) 6/18/2007 Installer containing SciTE and all configuration files plus utilities.Update History. Definition files included: AutoIt v3.2.4.9 and BETA v3.2.3.14but this does contain v3.2.0.1 helpfilewhen i use the "check for updates" link, i get the file:autoit-v3-setup.exe v3.2.4.9 with new helpfile including the above commandsmaybe something is mixed up.thx j.edit: wow there's a new colour in editor: light blue. wow :-) Edited July 7, 2007 by jennico Spoiler I actively support Wikileaks | Freedom for Julian Assange ! | Defend freedom of speech ! | Fight censorship ! | I will not silence.Don't forget this IP: 213.251.145.96
jennico Posted July 7, 2007 Author Posted July 7, 2007 another wow and congratulations, gafrost !!!!! the v3.2.4.9 works amazingly incredibly faster than the old one !!!!!!!! 40% faster !!!! thank u so much j. Spoiler I actively support Wikileaks | Freedom for Julian Assange ! | Defend freedom of speech ! | Fight censorship ! | I will not silence.Don't forget this IP: 213.251.145.96
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