Posted by member 104372 on 2008-04-18 18:25:44 link
Thanks for the quick answer xcal
Yeah Clickonic creates icons, but it also creates a bounding area inside which the icons sit, and this bounding area is blocking Milkdrop. It shows up as a black rectangle with the dimensions set in (name)Width and (name)Height.
xDesk has the same problem, covers up Milkdrop. So does the original Desktop module that used to be core for LS.
Overlaylabel is also acting strange. When the parent label's transparency is set to 1 or higher the overlaylabel reacts to clicks, when it's set to 0 it doesn't. Setting it to 1 slows everything down, including moving or resizing windows.
The font problem really has me baffled. It happens with any font I set it to, and any font color, but only in this theme. Here's the config for the xPopup font:
From the comments on the theme it looks like I'm the only one having this problem, though I get it even on a clean install of the theme. If I turn on FontSmoothing it works, but looks like crap. No idea...
Yeah Clickonic creates icons, but it also creates a bounding area inside which the icons sit, and this bounding area is blocking Milkdrop. It shows up as a black rectangle with the dimensions set in (name)Width and (name)Height.
xDesk has the same problem, covers up Milkdrop. So does the original Desktop module that used to be core for LS.
Overlaylabel is also acting strange. When the parent label's transparency is set to 1 or higher the overlaylabel reacts to clicks, when it's set to 0 it doesn't. Setting it to 1 slows everything down, including moving or resizing windows.
The font problem really has me baffled. It happens with any font I set it to, and any font color, but only in this theme. Here's the config for the xPopup font:
IF FontVar = 0
xPopupEntryFont "pix H 8pt"
ELSEIF FontVar = 1
xPopupEntryFont "Calibri"
ELSEIF FontVar = 2
xPopupEntryFont "Standard 07_57 caps"
ENDIF
xPopupEntryFontHeight 12
IF FontSmoothing = 0
xPopupFontSmoothing False
ENDIF
xPopupEntryFontColor 545043
xPopupEntryFontShadow True
xPopupEntryFontShadowColor ECEAE0
xPopupEntryFontRightBorder 4
xPopupEntryFontLeftBorder 4
xPopupFolderFontRightBorder 15
xPopupActiveEntryFontColor F3F3F1
xPopupActiveEntryFontShadow
xPopupActiveEntryFontShadowColor 000000
xPopupActiveFolderFontColor F3F3F1
xPopupActiveFolderFontShadow
xPopupActiveFolderFontShadowColor 000000
xPopupEntryFont "pix H 8pt"
ELSEIF FontVar = 1
xPopupEntryFont "Calibri"
ELSEIF FontVar = 2
xPopupEntryFont "Standard 07_57 caps"
ENDIF
xPopupEntryFontHeight 12
IF FontSmoothing = 0
xPopupFontSmoothing False
ENDIF
xPopupEntryFontColor 545043
xPopupEntryFontShadow True
xPopupEntryFontShadowColor ECEAE0
xPopupEntryFontRightBorder 4
xPopupEntryFontLeftBorder 4
xPopupFolderFontRightBorder 15
xPopupActiveEntryFontColor F3F3F1
xPopupActiveEntryFontShadow
xPopupActiveEntryFontShadowColor 000000
xPopupActiveFolderFontColor F3F3F1
xPopupActiveFolderFontShadow
xPopupActiveFolderFontShadowColor 000000
From the comments on the theme it looks like I'm the only one having this problem, though I get it even on a clean install of the theme. If I turn on FontSmoothing it works, but looks like crap. No idea...