Posted by member 343162 on 2006-09-08 00:03:57 link

Did work....

I can't have 0 for a value because I need it in that specific posistion

IF lsxDisable = False

IF lsxAutoHide = True
lsxY "$ResolutionY-1050$"
*ckHotspot "$ResolutionX-191$" "$ResolutionY-1050$" 154 50 !lsx_show !lsx_hide
ENDIF

CommandAlwaysOnTop true
CommandWaitForBox
*lsxModuleHook !CommandBoxHook

*Label lsx
lsxX "$ResolutionX-191$"
lsxY 27
lsxHeight 18
lsxWidth 154
lsxImage lsx_bg.png


CommandHiddenOnStart true

CommandTextSize 15
CommandTextColor 9a9a9a
CommandTextFontFace AvantGarde LT Medium

CommandSearchEngineList "$ModulesDir$docs\lsxcommand-1.9.4\engines.list"
CommandHistoryFile "$ModulesDir$docs\lsxcommand-1.9.4\history.ini"
CommandHistoryEntries 20
CommandHistoryMenuEntries 10
CommandSelectAllOnFocus true
CommandClearHistoryOnStartup true
CommandNewestHistoryItemsOnTop true
CommandUnixHistory true
CommandAddExternalsToHistory true
CommandTabFileComplete true

CommandContextMenuStandardItems 0

CommandExplorePaths

CommandContextMenuExecute

ENDIF


Theres the whole LSX chunk while my script for autohide (even though that shouldn't be the problem):

;LSX Command--------------------------------

*Script bang !lsx_show
*Script exec !Labelmove lsx "$ResolutionX-191$" "27" 20 30
*Script ~bang

*Script bang !lsx_hide
*Script exec !Labelmove lsx "$ResolutionX-191$" "$ResolutionY-1050$" 20 30
*Script ~bang