Posted by member 314318 on 2006-04-12 14:32:53 link

Alright help me out a bit if you don't mind. I'm not at my computer right now, but here are the settings I recall:

xTaskbarLoadInBox
xTaskbarWidth 438
xTaskbarHeight 39
(misc other settings that work fine without using the hook module)

Under labels I have this:

*Label LabelTask
LabelTaskModuleHook !xTaskbarLSBoxHook

LabelTaskWidth 438
LabelTaskHeight 39
LabelTaskX 272
LabelTaskY -39
LabelTaskImage taskbar.png

Beyond this, I don't know how to implement xTaskbar's features into the label. xTaskbarShowText for example. I have that normally set to false, but it is obviously being ignored when I hook the module in as a label. How do I add this setting so that the label implements it?

Thanks again