Jump to content

Recommended Posts

Posted (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 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
  • 2 months later...
Posted

in beta you would use _GuiCtrlStatusBarSetIcon

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.

Posted (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 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.

 

Posted

-1 for id should remove the icon

just tested real quick, and this worked

_GUICtrlStatusBarSetIcon($StatusBar1, 0, "", -1)
:P Damn, you would think by now that I would have tried it with -1. THanks!

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...