problem hooking lsxcommand to lsbox Thread last updated on 2003-07-18 10:33:08

Posted by member 14891 on 2003-07-18 06:37:11

here's my code in step.rc & bottombar.box, i just cant get the lsxcommand to appear on the desktop. any help would be appreciated. :)

step.rc
CommandX "5"
CommandY "-14"
CommandWidth "185"
CommandHeight "12"
CommandNotAlwaysOnTop "True"
CommandTextFontFace "$FontFace$"
CommandTextSize "$FontSize$"
CommandBgColor "ffffff"
CommandBorderColor "ffffff"
CommandTopBorderSize "1"
CommandBottomBorderSize "1"
CommandRightBorderSize "2"
CommandLeftBorderSize "2"
CommandContextMenuAboveBox "True"
CommandTime "%#dth %B %Y :: %A :: %#I:%M %p"
CommandHistoryFile "$ConfigDir$cmdHistory.ini"
CommandUnixHistory "True"
CommandClockDisappearsOnFocus "True"
CommandTransparentEditBox "True"
CommandNoAutoComplete "True"


bottombar.box
LsBoxName bottombar
LsBoxX 0
LsBoxY -17
LsBoxBackGround bottom_bar.png
LsBoxAlphaTransparency $Transparent$

*ModuleHook !commandBoxHook


anything wrong with my coding?

Posted by member 1783 on 2003-07-18 08:34:43 link

u are loading lsxcommand before creating the box, right?

Posted by member 37809 on 2003-07-18 10:33:08 link

also try only positive coordinates w/ stuff inside boxes (at least x,y = 0,0 to test first).