taskbar 306 textalign Thread last updated on 2005-08-22 12:57:34

Posted by member 130127 on 2005-08-21 15:58:08

is it possible to set the text to the left with icons disabled? it seems like the text uses offset so that i cant get it to the "really left". any help would be great. thx.

Posted by member 248213 on 2005-08-21 17:18:05 link

20 seconds reading the docs:
- HorizontalFontAlign (apply the following prefixes):
TaskbarHorizontalFontAlign
TaskbarNormalHorizontalFontAlign
TaskbarActiveHorizontalFontAlign
TaskbarMinimizedHorizontalFontAlign
TaskbarFlashingHorizontalFontAlign
General horizontal font alignment. With anything else than the TaskbarHorizontalFontAlign, Horizontal gets shortened to H. example: TaskbarNormalHFontAlign

.left (Left) .right (Right) .center (Center)

Posted by member 130127 on 2005-08-22 05:38:36 link

that is the problem. i set everything to ".left" but the text uses offset. or does it reserve space for icons?
this is what i have:
TaskbarPositioning
TaskBarX 6
TaskBarY -20
TaskbarHeight 15
TaskbarWidth $ResolutionX-12$
TaskbarMaxTaskWidth 100
TaskbarBorder 0
TaskBarSpacing 4
TaskbarNormalFontFace "arial"
TaskbarActiveFontFace "arial"
TaskbarMinimizedFontFace "arial"
TaskbarNormalFontHeight 10
TaskbarActiveFontHeight 10
TaskbarMinimizedFontHeight 10

TaskbarActiveFontColor e1e7e3
TaskbarMinimizedFontColor 44472a
TaskbarNormalFontColor 44472a
TaskbarSkinCenter tasky.bmp
TaskbarNormalSkinCenter taskcenter.bmp
TaskbarNormalSkinLeft taskleft.bmp
TaskbarNormalSkinRight taskright.bmp
TaskbarActiveSkinCenter taskcenter.bmp
TaskbarActiveSkinLeft taskleft.bmp
TaskbarActiveSkinRight taskright.bmp
TaskbarMinimizedSkinCenter taskcenter.bmp
TaskbarMinimizedSkinLeft taskleft.bmp
TaskbarMinimizedSkinRight taskright.bmp
TaskBarRButtonDown !PopupTaskbar
TaskBarMButtonDown !PopupSpecial
TaskButtonFlash False
TaskBarTButtonM .ontop
TaskBarTButtonL .select
TaskBarTButtonR .menu
TaskbarLines 1
TaskBarRefresh 100
TaskbarNoSkinShift True
TaskbarNoFontshift True
TaskbarDisableFlashing

TaskbarIconShow False

TaskbarHorizontalTextAlign .left
TaskbarNormalHFontAlign .left
TaskbarActiveHFontAlign .left
TaskbarMinimizedHAlign .left
TaskbarFlashingHFontAlign .left

Posted by member 248213 on 2005-08-22 10:37:50 link

weird...

I dunno. Are you using the latest version of the module?
(maybe even thin about switching to xTaskbar?)

Posted by member 130127 on 2005-08-22 11:58:06 link

i guess it depends on something else (conflicts with old modules or litestep version - got to check this), cause it does not react on any align (right|center|left). btw i used alpha4. thanx anyway!

Posted by member 248213 on 2005-08-22 12:12:22 link

To test if its an inside theme conflict thingy, just make a new theme only loading the taskbar,

have you tried just left (not .left)?

btw, if its not in the center or the right it will be the left (left is default anyway)...

ps: I am assuming you tried all the variations:
TaskbarHorizontalTextAlign .left
TaskbarNormalHFontAlign .left
TaskbarActiveHFontAlign .left
TaskbarMinimizedHAlign .left
TaskbarFlashingHFontAlign .left

TaskbarHorizontalTextAlign .left


(nothing defined)

Posted by member 130127 on 2005-08-22 12:57:34 link

ok i solved the problem. i forgot to set the "TaskBarButtonFontBorder". thanx fractal for ur help. ;-)