YoseMite Posted June 4, 2006 Posted June 4, 2006 Hi!Is it possible to make icons in a status bar?Like this:Thanks,YoseMite
JoshDB Posted June 4, 2006 Posted June 4, 2006 (edited) If the status bars are in your AU3 GUI, then yes. Definitely. You can even use the as little buttons. Check out GUICtrlCreatePic() Edited June 4, 2006 by JoshDB Ha, I haven't been on these forums since... 2006, almost. Behold, my legacy signature:My AutoIt idol is Valuater. You know you love him, too.My Stuff: D&D AGoT Tools Suite
GaryFrost Posted June 5, 2006 Posted June 5, 2006 in beta you would use _GuiCtrlStatusBarSetIcon SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference.
powaking Posted August 29, 2006 Posted August 29, 2006 in beta you would use _GuiCtrlStatusBarSetIconHow do you clear out the icon once your status is completed? I'm doing a _GUICtrlStatusBarSetIcon($StatusBar1,0,"shell32.dll",49)icon #49 is blank. SHould be a better way though.
GaryFrost Posted August 29, 2006 Posted August 29, 2006 (edited) How do you clear out the icon once your status is completed? I'm doing a _GUICtrlStatusBarSetIcon($StatusBar1,0,"shell32.dll",49) icon #49 is blank. SHould be a better way though. -1 for id should remove the icon just tested real quick, and this worked _GUICtrlStatusBarSetIcon($StatusBar1, 0, "", -1) Edited August 29, 2006 by gafrost SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference.
powaking Posted August 29, 2006 Posted August 29, 2006 -1 for id should remove the icon just tested real quick, and this worked _GUICtrlStatusBarSetIcon($StatusBar1, 0, "", -1) Damn, you would think by now that I would have tried it with -1. THanks!
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