Hide specific modules with systray2 Thread last updated on 2004-05-15 09:22:47

Posted by member 160647 on 2004-05-15 02:20:31

Can you hide specifik icons in the systray if you use the module systray2 (systray2-2.0.2 to be exact)?

Posted by member 31 on 2004-05-15 03:19:35 link

I *think* only vtray.dll supports this

Posted by member 111 on 2004-05-15 09:22:47 link

?

from the docs:
*SystrayHide
Hides a systray icon based on window class.
Format: *SystrayHide Window_Class_Name minutes_inactive_before_hiding

...

!SystrayShowIcons
Displays any hidden icons.

!SystrayIconInfo
Added for debugging purposes


use !SystrayIconInfo to determine window's class name
don't forget to set
LSLogFile "$LiteStepDir$litestep.log"
LSLogLevel 3

before