need help on lsbox.dll Thread last updated on 2003-07-18 02:02:55

Posted by member 14891 on 2003-07-17 07:14:57

greeting, i'm having problem with my lsbox v2.95, here's my lsbox configuration in step.rc & topbar.box.

step.rc -->
LoadModule "$ModulesDir$lsbox.dll"
*LsBoxCreate "$ConfigDir$topbar.box"

topbar.box -->
LsBoxName topbar
LsBoxX 0
LsBoxY 15
LsBoxBackGround top_bar.png

but nothing shows up? @.@ any help will be appreciated!

Posted by member 1783 on 2003-07-17 07:32:42 link

you're not using "tabs" in your topbar.box, right?

Posted by member 14891 on 2003-07-17 15:34:16 link

yupe, i'm using tabs! fixed it anyway. btw, how to make the systray transparent following the lsbox? i tried using grdtransparent on systray2.dll, after it's transparent, i still can see my lsbox bar, hmm. hope u understand what i mean.

Posted by member 1316 on 2003-07-17 17:40:00 link

is your systray in a box too, or is it just loading normally?

Posted by member 14891 on 2003-07-17 18:07:28 link

the systray tray is behind the box! meaning that when i use transparency on lsbox, i can see the systray, if i'm not using transparency on lsbox, i cant see the systray. any idea? thanks in advance. :)s

Posted by member 14891 on 2003-07-18 02:02:55 link

can anyone check this code for me -->
step.rc
SystrayX "0"
SystrayY "-16"
SystrayDirection "Right"
SystrayIconSize "14"
SystrayIconSpacingX "3"
SystrayHeight "14"
SystrayAutoSize "True"


topbar.box
LsBoxName topbar
LsBoxX 0
LsBoxY -17
LsBoxBackGround top_bar.png
LsBoxAlphaTransparency $Transparent$

*ModuleHook !systrayHook


i cant get the systray to appear. it appeared before i uncomment the *ModuleHook command, but after i uncomment the line & recycle, it disappear. any idea?