Jump to content

Recommended Posts

Posted

When I run a script it shows the current "Line" and command running in the tooltip when I hover over the System Tray icon.

Is there a way to have my script use SplashTextOn to automatically show current running Line without having to manually script a ControlSetText before each line in the script?

I would assume that if the AutoIt interpreter can send the line info then it could be intercepted (for lack of a better term).

If @error Then
    MsgBox(262192, "", @ComputerName & " slaps " & @UserName & " around a bit with a large trout!")
EndIf

"Yeah yeah yeah patience, how long will that take?"  -Ed Gruberman

REAL search results  |  SciTE4AutoIt3 Editor Full Version

Posted

An option that comes to mind would be to use AdlibRegister to periodically update the splash.

I am not aware of another method which will automatically update it.

Posted
9 hours ago, spudw2k said:

use AdlibRegister to periodically update the splash

Update with what? To have such an information you need something to keep track your code lines which I don't think it's possible without doubling the lines of code.

Posted
13 hours ago, Andreik said:

Update with what?

I assume with this (from the OP)

On 10/4/2023 at 12:27 AM, alienclone said:

the current "Line" and command running

 

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