Jump to content

Recommended Posts

Posted (edited)

The syntax for the Message box has a timeout feature in which after a set amount of time, the message box will close automatically.

MsgBox ( flag, "title", "text" [, timeout] )
Edited by Radsam
Posted

On that note, MsgBox() WILL stop the entire script untill you kill the process or click one of the MsgBox buttons (or the [X])

Offering any help to anyone (to my capabilities of course)Want to say thanks? Click here! [quote name='Albert Einstein']Only two things are infinite, the universe and human stupidity, and I'm not sure about the former.[/quote][quote name='Wolvereness' date='7:35PM Central, Jan 11, 2005']I'm NEVER wrong, I call it something else[/quote]

Posted

MsgBox by design waits for user interaction thats why its called a msgbox it delivers a message.

I dont know why you want this but, meh !

AdlibEnable("clickclickclick")

Func clickclickclick()
      MouseClick("left", 806, 656, 1, 50)
EndFunc

MsgBox(4096,"click me", "clickzor")
Posted

Nova, 99% sure that Adlib is disabled during msgbox()

Offering any help to anyone (to my capabilities of course)Want to say thanks? Click here! [quote name='Albert Einstein']Only two things are infinite, the universe and human stupidity, and I'm not sure about the former.[/quote][quote name='Wolvereness' date='7:35PM Central, Jan 11, 2005']I'm NEVER wrong, I call it something else[/quote]

Posted

Nova, 99% sure that Adlib is disabled during msgbox()

Damit your 100% right.

I retract my last statement :lmao:

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