taskbar3.dll and TaskbarGrow Thread last updated on 2004-04-19 09:27:26

Posted by member 105006 on 2004-04-16 06:14:32

I'm trying to create a taskbar that will shrink and grow and buttons are added.

i have
TaskbarOnAdd !Execute [!TaskbarGrow 30 0]
TaskbarOnDel !Execute [!TaskbarShrink 30 0]

and i have tried
TaskbarOnAdd !TaskbarGrow 30 0
TaskbarOnDel !TaskbarShrink 30 0

No luck. The TaskbarShrink and Grow work fine when called from SystrayOnAdd and SystrayOnDel. It doesn't like changing itself when called from the TaskbarOnAdd and OnDel.

I'm using taskbar3-0.306_alpha-3.

Anybody have any idea's.

Cheers

Posted by member 7 on 2004-04-16 06:27:38 link

Do other !bangs work? For example
TaskbarOnAdd !alert test
TaskbarOnDel !alert test2

You don't need to use !execute by the way.

Posted by member 105006 on 2004-04-16 09:21:48 link

Well it worked, screwed my PC up a bit as it fired up loads of windows.

Do you think it will have something to do with changing some of its own settings??

Posted by member 7223 on 2004-04-16 11:43:25 link

and this ?
TaskbarOnAdd "!TaskbarGrow 30 0"
TaskbarOnDel "!TaskbarShrink 30 0"

Posted by member 105006 on 2004-04-19 09:27:26 link

Excellent that works. Is there a way to use TaskbarMove or something similar so that i can keep it in the middle of my screen as it grows ans shrinks...

Cheers for the help.