SYT.Tooltip

<< Click to Display Table of Contents >>

Navigation:  3. Script Language > OS and Software > Systray-Icon Commands >

SYT.Tooltip

MiniRobotLanguage (MRL)

 

SYT.Tooltip

Add a Tooltip to your Systray-Icon

 

 

Intention

 

This Command will Add an Toolltip to the Systray Icon for your running Script.

 

Example:

 

$$ICA=?path\Blue.ico

' Locate any other window

STW.ct|ThunderRT6FormDC|Screenshot

' Get the Window-Handle

$$MYW=#hwn#

' Bind the Icon

SYT.ai|$$MYW|$$ICA

SYT.tp|$$MYW|Zhis is a Icon Tooltip.

 

The Icon will automatically disappear when your Script ends.

 

 

 

Syntax

 

SYT.Tooltip|P1|P2

 

 

Parameter Explanation

 

P1 - [VAR with] Valid Window Handle

P2 - optional, VAR with parameter, depends on command number.

 

 

 

Example

 

'*****************************************************

' EXAMPLE 1: 

'*****************************************************

'

$$ICA=?path\Blue.ico

$$ICB=?path\Red.ico

$$ICC=?path\Green.ico

$$ICD=?path\Yellow.ico

SYT.oi|$$ICA

' Need to localize an Application window here

STW.c|explorer

$$MYW=#hwn#

SYT.ai|$$MYW|$$ICB

PAU.5

SYT.co|$$ICC

PAU.5

SYT.ca|$$MYW|$$ICD

SYT.hi|$$MYW|$$RES

DBP.Has Icon: $$RES

SYT.hi|#cbw#|$$RES

DBP.Own Icon: $$RES

SYT.hi|6554616|$$RES

DBP.Own Icon: $$RES

PAU.5

SYT.ot|Hallo Tooltip.

SYT.tp|$$MYW|Hallo App.

PAU.1

MBT.Hallo

ENR.

 

 

 

Remarks

 

-

 

 

Limitations:

 

-

 

 

See also: