Posted by member 62644 on 2004-01-01 08:43:40 link

Ok i dont want to spam this forum with more threads so ill ask my noob questions in this thread :)

I have the taskbar width set to 250, it looks lame when you have like 2-3 tasks open and the rest of the bar is empty.
The max task width is 16, i have disabled text. i want the bar to reisize depending how many icons i have on the bar.
If i could make it get the number of the tasks i could make something like this
IF TasksOpen = 1
TaskarWidth 16
ELSEIF TasksOpen = 2
TaskbarWidth 32
etc..

that would be quite long.
any ideas ?