SYT.Own Tooltip

<< Click to Display Table of Contents >>

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

SYT.Own Tooltip

MiniRobotLanguage (MRL)

 

SYT.Own Tooltip

Add a Tooltip to your Systray Icon.

 

 

Intention

 

This Command will Add an Tooltip to the Systray Icon that has been created using the SYT.-Command.

 

Example:

 

$$ICA=?path\Blue.ico

SYT.oi|$$ICA

SYT.ot|Here is my Tooltip.

 

 

The Icon will automatically disappear when your Script ends.

 

 

 

Syntax

 

SYT.Own Tooltip|P1

 

 

Parameter Explanation

 

P1 - [VAR with] Text for Tooltip.

 

 

 

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: