Posted by member 17071 on 2004-01-04 16:48:21 link

i see... i'll stay outta that for now.

;---------------------------------------------------------------------------------
; Initialize
;---------------------------------------------------------------------------------
*Script bang !ScriptInit
*Script exec !varSet TrayHeight 105
*Script exec !varSet TrayPos -125
*Script exec !SystraySize 20 %{TrayHeight}
*Script exec !SystrayMove -20 %{TrayPos}
*Script exec !varSet TrayIcons 0
*Script ~bang

*Script start !ScriptInit

;---------------------------------------------------------------------------------
; Bottom Corner
;---------------------------------------------------------------------------------
*Script bang !AddToSystray
*Script exec !varAdd TrayHeight 20
*Script exec !varAdd TrayPos -20
*Script exec !varAdd TrayIcons 1

*Script exec !SystraySize 20 %{TrayHeight}
*Script exec !SystrayMove -20 %{TrayPos}
*Script ~bang

*Script bang !DelToSystray
*Script exec !varAdd TrayHeight -20
*Script exec !varAdd TrayPos 20
*Script exec !varAdd TrayIcons -1

*Script exec !SystraySize 20 %{TrayHeight}
*Script exec !SystrayMove -20 %{TrayPos}
*Script ~bang


i would think that that code would put the systray in the bottom right corner, but it just appears at the top right corner.