lsxcommand-1.8.5.dll question Thread last updated on 2004-04-05 11:05:20

Posted by member 86279 on 2004-04-03 22:47:19

I'm using the "Orbital" theme by aquatron found here, and I can't get the date to be centered in the command box. This is the code for that module in steps.rc:

CommandY 748
CommandWidth 55
CommandHeight 19
CommandTextFontFace "verdana"
CommandJustify "center"
CommandTextSize 15
CommandTextColor 7F7F7F
CommandBgColor E4E4E0
CommandBorderSize 0
CommandLeftBorderSize 0
CommandBorderColor FFFFFF
CommandNotMoveable
CommandNotAlwaysOnTop
CommandNoCursorChange
CommandExplorePaths
CommandHistoryMenuEntries 5
CommandHistoryEntries 20
CommandTime "%B"

Everything else changes when I edit the corresponding values, but the text justification doesn't change at all when I change CommandJustify to "center"

Am I doing something wrong here? I'm not very good with steps.rc stuff.

Posted by member 99 on 2004-04-03 23:57:27 link

I don't think there ever was a "CommandJustify" setting...

Posted by member 1340 on 2004-04-04 00:45:29 link

maybe uses spaces before %B ...
CommandTime " %B"
works.... but sure is eeky... :)

Posted by member 1340 on 2004-04-04 00:45:30 link

maybe uses spaces before %B ...
CommandTime " %B"
works.... but sure is eeky... :)

Posted by member 99 on 2004-04-04 19:31:42 link

lsxcommand-1.9.0 will have a "CommandTextAlign" that work like this. (looks like someone intended to do this earlier but never finished it...)

Posted by member 86279 on 2004-04-04 23:32:42 link

Do you know where I can find that .dll? I searched Google and litestep.net doesn't seem to have it.

Posted by member 7223 on 2004-04-05 07:27:45 link

will have

Posted by member 86279 on 2004-04-05 11:05:20 link

I didn't realize he meant it in that context.