Difference between revisions of "ISKernel:WindowTaskbar (Command)"

From Lavish Software Wiki
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 8: Line 8:
  
 
== Examples ==
 
== Examples ==
 +
===Add session to windows taskbar===
 +
*WindowTaskbar on
 +
===Add session to windows taskbar with a tooltip===
 +
*WindowTaskbar on "Captain Monkeypants"
 +
===Remove a session from windows taskbar===
 +
*Windowtaskbar off
  
 
== See Also ==
 
== See Also ==
 
*[[LavishScript:Commands|LavishScript Commands]]
 
*[[LavishScript:Commands|LavishScript Commands]]
 +
*[[IS:Kernel#Commands|Kernel Commands]]
 
*[[IS:Session#Commands|Inner Space Session Commands]]
 
*[[IS:Session#Commands|Inner Space Session Commands]]
 +
  
 
{{Command-Stub}}
 
{{Command-Stub}}
 
[[Category:Inner Space]]
 
[[Category:Inner Space]]
[[Category:Inner Space Session]]
+
[[Category:Inner Space Kernel]]
[[Category:Inner Space Session Commands]]
+
[[Category:Inner Space Kernel Commands]]

Latest revision as of 04:29, 19 October 2005

Syntax

WindowTaskbar off|on [tooltip]

Forms

  • WindowTaskbar off - removes the taskbar icon
  • WindowTaskbar on - adds an icon to windows taskbar with the same icon as the games. when the session is minimized it will minimize to system tray, bring it back up by clicking on the icon in the taskbar
  • Windowstaskbar on [tooltip] - same as above, only you can customize the tooltip when hovering mouse over the icon in the taskbar

Examples

Add session to windows taskbar

  • WindowTaskbar on

Add session to windows taskbar with a tooltip

  • WindowTaskbar on "Captain Monkeypants"

Remove a session from windows taskbar

  • Windowtaskbar off

See Also