Posted by member 212656 on 2006-03-02 16:06:56 link

jqubit: I'm just in "testing mode" now. If I ever get the code to work, I'll switch it around.

SOMETHING'S WRONG. I can't seem to get even the simplest of Bangs to work. Here's some code: (I've got a Taskbar and a Vtray "hooked" into a label called "TaskGroupLabel". In the "taskgrouplabel" part, I'm doing a simple "alert" test with the leftclick, but it doesn't do a damn thing.)

*Label TaskGroupLabel
TaskGroupLabelAlwaysOnTop true
TaskGroupLabelHeight 32
TaskGroupLabelWidth $ResolutionX$
TaskGroupLabelX 0
TaskGroupLabelY -27

;---WHY WON'T THIS WORK?
TaskGroupLabelOnLeftClick !alert "click"
;-----------------------

*TaskGroupLabelModuleHook !VtrayHook
*TaskGroupLabelModuleHook !TaskbarBoxHook

TaskbarX 0
TaskbarY 0
TaskbarWidth $ResolutionX-85$
TaskbarHeight 32
TaskbarMaxTaskWidth 160
TaskbarBorder 3 0 3 6
TaskbarButtonBorder 4
TaskbarSpacing 2
TaskbarButtonFontBorder 20 0 0 0
TaskbarIconSize 20

VtrayX -85
VtrayY 0
VtrayDirection left
VtrayAutoSize false
VtrayWrapCount 7
VtrayHeight 27
VtrayWidth 85
VtrayIconSpacingX 2
VtrayIconSpacingY 2
VtrayBgColor eaeaea
VtrayBorderColor 999999


PLEASE HELP!