LSXCommand bug? CommandTabFileComplete Thread last updated on 2003-06-30 09:32:12

Posted by member 2112 on 2003-06-03 20:30:10

Has anyone else experianced a bug with LSXCommand when using CommandTabFileComplete? I've found that if I tab complete a files name LS freezes then gets and error and closes down. There isn't a specific error message, just your typical MS message asking you to send the error report to them. If I comment out "CommandTabFileComplete" and CommandNoTabMicroComplete" it works fine.

This is my code for the LSXCommand. Maybe I'm using conflicting features...?
CommandX 0
CommandY 20
CommandWidth 125
CommandHeight 20
CommandTopBorderSize 2
CommandBottomBorderSize 2
CommandLeftBorderSize 2
CommandRightBorderSize 12
CommandTextSize 14

CommandBGColor ffffff
CommandTextColor 000000
CommandTextFontFace "Verdana"

CommandContextMenuStandardItems 2
CommandUnixHistory
CommandHistoryMenuEntries 10
CommandNewestHistoryItemsOnTop
CommandNoTabMicroComplete
CommandTabFileComplete
CommandTime "lsxcommand"
CommandClockDisappearOnFocus

commandhiddenonstart
CommandHideOnUnfocus


I use a simple script to show the command.
*Script bang !ShowLSXCommand
*Script exec !CommandShow
*script exec !CommandMove
*Script ~bang

Come to think of it I don't even need to to this as a mzscript :)

I haven't contact the author yet in case it's a well known glitch.

Posted by member 5120 on 2003-06-04 09:23:35 link

Yes, the exact same thing happened to me. I'm under XP I might add.

Posted by member 7 on 2003-06-04 11:10:30 link

Just stepped through the completion code in the debugger, it seems to be an access violation. I'll try to fix it in 1.8.4.

Posted by member 45783 on 2003-06-30 05:04:51 link

My problem too, has decreased the usablity of LSXcommand a lot.

When can we expect it to get fixed?

Posted by member 45783 on 2003-06-30 09:32:12 link

Boy I feel stupid, he has already done it.