Jump to content

Recommended Posts

Posted

Heres my code

;ToolTip features: Text=Yes, X Coordinate=Yes, Y Coordinate=Yes, Title=Yes, Info icon, Balloon Tip
If Not IsDeclared("sToolTipAnswer") Then Local $sToolTipAnswer
$sToolTipAnswer = ToolTip("Waiting for Warrock to start, Please let Warbot start Warrock.",850,850,"WarBot",1,1)
#EndRegion --- CodeWizard generated code End ---
Run(c:/program files/warrock/wrlauncher.exe)

How do i make the Tooltip appear until warrock is started?

Posted

Maybe something like this, drop the line ToolTip("") if that is the last line of your script.

ToolTip("Waiting for Warrock to start, Please let Warbot start Warrock.",850,850,"WarBot",1,1)
Run("wrlauncher.exe", "c:/program files/warrock")
WinWaitActive("window name of your program", "", 20)
ToolTip("")

Posted (edited)

Sorry no, whats xfire

It is a chat program like AIM

Do you have msn messenger? if so can you please add me: mrconner123123@hotmail.com

I just have some questions about autoit

BTW

Got it working

ToolTip("Waiting for Warrock to start, Please let Warbot start Warrock.",850,850,"WarBot",1,1)
sleep(5000)
Run(@ProgramFilesDIR & '\Warrock\WrLauncher.exe') 
WinWaitActive("Warrock", "", 20)
ToolTip("Warrock Has Successfully Loaded!")
sleep(1500)
ToolTip("")

FIddled around with it. Thanks guys!

Edited by ph34r
Posted

Good to see you got it working. If you haven't already, install the full version of Scite. The AutoIt help file examples are very good and you always post your AutoIt questions in this forum.

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