I thought I'd post this real quick because its something very simple that can make your bots look a lot better (IMHO).
Its a simple status bar. In the past when trying to update the status of a bot I'd always just do a Gui, Add, Text... and then update that as the status changed. It was annoying but it worked. I now just use the status bar option in AHK and it looks WAY better and is WAY easier. Yes, I know its easy but I did not know about it until just a few weeks ago so maybe you did not know about it either. Here you go:
This will add a statusbar at the bottom of your gui with the text "loading":
Now, anywhere you want to update the status bar just do this:Code:Gui, Add, StatusBar,, Loading
There are some additional options you can play with like having multiple parts to a status and you can read about that in the AHK help file or post here if you have questions!Code:SB_SetText("New Status Bla bla bla")


2Likes
LinkBack URL
About LinkBacks
Reply With Quote
