Jump to content

Recommended Posts

Posted

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

Posted

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]

Posted

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]

Posted

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

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
×
×
  • Create New...