TaskbarBorder w/Taskbar3 Thread last updated on 2003-12-02 15:23:11

Posted by member 71746 on 2003-11-30 19:07:32

Trying to use TaskbarBorder with Taskbar3-0.306

It creates the space for the border and draws all the taskbar buttons properly, but it doesn't actually draw the border at all - just leaves it as whitespace.

I'm using TaskbarSkinLeft to define the image (and pointing to a file that does in fact exist).

As far as I can tell from the docs, that command should draw the left edge of the taskbar. .. but it isn't.

Anyone know how to display a left-border? Am I doing it right and there's some bug, or am I just screwing it up? :)

Posted by member 7223 on 2003-12-01 08:19:28 link

Post your code !

Posted by member 71746 on 2003-12-01 14:06:00 link

Gavol!

;------------------------------------------------------------------------------
; Taskbar config
;------------------------------------------------------------------------------

TaskbarX 0
TaskbarY -104
TaskbarWidth 5
TaskbarHeight 32

TaskbarMaxButtonCount $ResolutionX/31$
TaskbarMaxTaskWidth 30
TaskbarBorder 5 0 0 0
TaskbarButtonBorder 0 0 0 0
TaskbarButtonFontBorder 0 0 0 0


TaskbarSkinLeft "$LSImageFolder$taskbar.edge.left.bmp"
TaskbarNormalSkinCenter "$LSImageFolder$taskbar.task.bmp"
TaskbarActiveSkinCenter "$LSImageFolder$taskbar.task.active.bmp"
TaskbarMinimizedSkinCenter "$LSImageFolder$taskbar.task.minimized.bmp"
TaskbarFlashingSkinCenter "$LSImageFolder$taskbar.task.minimized.bmp"

TaskbarRefresh 100
TaskbarButtonDirection .right
TaskbarUseToolTips true
TaskbarNoSkinshift true
TaskbarNoFontShift true

TaskbarAlwaysOnTop
TaskbarStartHidden

TaskbarSpacing 0
TaskbarIconShow true
TaskbarIconSize 16
TaskbarIconX 7
TaskbarIconY 8

TaskbarFontShow false

TaskbarSort true

TaskbarOnAdd !TasksBoxIconAdded
TaskbarOnDel !TasksBoxIconDeleted

Posted by member 1316 on 2003-12-01 16:16:06 link

dunno, it looks right, unless if there's a syntax change (again) that i'm not aware of. have you tried removing the quotes?

Posted by member 7223 on 2003-12-02 01:14:31 link

I guess you should try, at least, to define
taskbarskincenter myimage.bmp...


...and you don't need the "$lsimagefolder$" prefix :)

Posted by member 71746 on 2003-12-02 01:16:27 link

The other images load fine so I don't imagine quotes are the issue.

(trying)

Nope.

Posted by member 71746 on 2003-12-02 05:39:50 link

smurth, tried skincenter. displays nothing.

Posted by member 7223 on 2003-12-02 09:52:51 link

Don't know what to say anymore: in my previous theme, I successfully used taskbarskincenter, taskbarskinleft and taskbarskinright with this version of taskbar3.

Have you tried to increase the initial taskbarwidth ?

Posted by member 71746 on 2003-12-02 13:44:51 link

Yep. Originally TaskbarWidth was set to 0 as it uses auto-sizing scripting. When I added the left border, it wasn't displaying because of the lack of padding allowed for it. When I set TaskbarWidth to 5, the space was made for the left border but the border isn't actually drawn.

Posted by member 7223 on 2003-12-02 13:50:14 link

no clue. sorry

Posted by member 71746 on 2003-12-02 15:23:11 link

Lol so check this out. I put in SkinCenter again and it bloody-well works this time. I donno what kinda wacked out stuff went on there, probably some unidentified PEBCAK or something.