Posted by member 102612 on 2004-03-19 10:15:36 link

I'm using a totally transparent systray (same dll version) w/ not issues. Maybe my code will help you sort out some issues. Note two versions of icon coloring are commented out. The 1 line color scheme where black replaces pink might be of interest.

; tray bg color: transparent
SystrayBGColor FF00FF

; icon color
; black replaces pink
;SystrayIconSaturation "254"
; light no color icons
SystrayIconHueIntensity "50"
SystrayIconSaturation "0"
SystrayIconHueColor "CCCCCC"
; dark no color icons
;SystrayIconHueIntensity "70"
;SystrayIconSaturation "0"
;SystrayIconHueColor "000000"