Hide systray2 only one icon with winclass: #32770 Thread last updated on 2003-06-15 10:48:28

Posted by member 21413 on 2003-06-15 10:48:28

Hi, I want to hide an icon from the systray. Searched the forum, the systray2 docs, and finally found on the changes.txt:

- Added [systray2 / Vendicator / 2002-05-20]
- Implemented icon hiding base on window class name.
Format: *systrayhide Window_Class_Name min_inactive_before_hiding


So tried on my step.rc:

*systrayhide #32770 min

Wasn't sure about the "min_inactive_before_hiding" but it worked with the "min", but the window class name of the app that I want to hide is: #32770. And if I hide it, I hide about 3 other aplications from the tray which I don't want to hide. Is there a way to make a workaround to this? Use the title name, window handle, or other thing to only hide the one I want?

Thanks in advance,
Mguel