Jump to content

TOOL TIP feature not working


Recommended Posts

MsgBox() opens a message box... not a tooltip. ToolTip() will show you a tooltip. Does this work for you?

ToolTip("Hello World!!!")
Sleep(3000)
No ... When I type the M key a tool tip box should pop up that lets me select all the M commands ... this does not happen.

Also when I type (MsgBox) A tooltip feature should show me all the command paramaters.

Thanks for trying to help me.

Link to comment
Share on other sites

No ... When I type the M key a tool tip box should pop up that lets me select all the M commands ... this does not happen.

Also when I type (MsgBox) A tooltip feature should show me all the command paramaters.

Thanks for trying to help me.

In addition ... When I type the F5 key my code does not execute. I'm not sure if I have all the executables for auto-it installed properly.
Link to comment
Share on other sites

Looks like 1.74 is the most recent one.

Just checking but have you saved your script with a .AU3 extention? Until you've done this the special AutoIt tools in Scite will not work.

"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to build bigger and better idiots. So far, the universe is winning."- Rick Cook

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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