Jump to content

tooltip question


Recommended Posts

hello,

I am very new to auto it and I made a simple bot but now I am stuck at a point which is tooltip.

I want to have a tooltip with multiline let give a little example

That is what I want

windowname: Tooltip
text: to shutdown the program press esc
text: to burn your computer press 1

But I can get this now

windowname: Tooltip
text: to shutdown the program press esc

Without the second message

I have been looking into help and it says i can do it with @CR but I dun understand it and the help isnt giving any example about @CR so i hope one of you guys can help me

Link to comment
Share on other sites

hello,

I am very new to auto it and I made a simple bot but now I am stuck at a point which is tooltip.

I want to have a tooltip with multiline let give a little example

That is what I want

windowname: Tooltip
text: to shutdown the program press esc
text: to burn your computer press 1

But I can get this now

windowname: Tooltip
text: to shutdown the program press esc

Without the second message

I have been looking into help and it says i can do it with @CR but I dun understand it and the help isnt giving any example about @CR so i hope one of you guys can help me

Hi there...

try this

ToolTip("press ESC to go" & @CRLF & "press F1 to stay", 20, 30, "Choose")
Sleep(10000)

Cheers

Old Scriptology

Visual Ping 1.8 - Mass Ping Program with export to txt delimited.

Desktop 2 RGB and YMCK - Pick a color in the desktop and get the RGB and YMCK code.

Desktop 2 RGB - Pick a color in the desktop and get the RGB code.

ShootIT 1.0 - Screen Capture full and partial screen

[font="'Arial Black';"]Remember Remember The Fifth of November.[/font]

Link to comment
Share on other sites

thank you very much for the fast response and it works :D

hehehe

Go ahead, script it...

And dont forget, the best script is the one that works :)

Cheers

Old Scriptology

Visual Ping 1.8 - Mass Ping Program with export to txt delimited.

Desktop 2 RGB and YMCK - Pick a color in the desktop and get the RGB and YMCK code.

Desktop 2 RGB - Pick a color in the desktop and get the RGB code.

ShootIT 1.0 - Screen Capture full and partial screen

[font="'Arial Black';"]Remember Remember The Fifth of November.[/font]

Link to comment
Share on other sites

i got a other little question :) i dun want the script to run twice at the same time is that possible becuase i was thinking of processclose but that will close my first script to XD

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