LiteStep v. 0.24.6 documentation

written by the LiteStep Documentation Effort, August 2000
Changes.TXT

  .: introduction   .: configuration   .: installation   .: theme installation   .: theme creation   .: development   .: glossary   .: links  
  .: command   .: desktop   .: hotkey   .: litestep   .: lstime   .: popup   .: shortcut   .: systray   .: taskbar   .: vwm   .: wharf  

What does command.dll do?
The Command Box provides a simple console, or command line, for the user to interact with LiteStep. The Command Box accepts all Windows executables (just like the Run dialog box) as well as LiteStep !Bang Commands. You can also use your Up and Down arrow keys as you do in explorer to scroll through a history of commands or just drag and drop a file into the command box to have its full path inputted.

For a far more advanced LiteStep command line, the Third Party module LSXCommand is a popular alternative.

Note: This project has been removed from futre LiteStep Releases.

Step.RC Syntax for command.dll
CommandX [X CO-ORDINATE] The horizontal co-ordinate of the Command Box's screen position.

Default: 0

CommandY [Y CO-ORDINATE] The vertical co-ordinate of the Command Box's screen position.

Default: 0

CommandWidth [NUMBER] Sets the width of the Command Box, in pixels.

Default: 160

CommandHeight [NUMBER] Sets the height of the Command Box, in pixels.

Default: 20

CommandBorderSize [NUMBER] Defines a uniform border width in pixels for all sides of the Command Box.

Default: -1 (No Border)

CommandTextSize [NUMBER] Defines the font size to be used within the Command Box.

Default: 14

CommandBGColor [COLOR] Allows you to set the background color of the Command Box.

Default: FFFFFF

CommandTextColor [COLOR] Defines the font color to be used within the Command Box.

Default: 000000

CommandBorderColor [COLOR] Sets the color to be used for the border around the Command Box.

Default: FFFFFF

CommandTextFontFace [FONT] Defines the font to be used within the Command Box.

Default: Arial

CommandBottomBorderSize [NUMBER]
CommandTopBorderSize [NUMBER]
CommandLeftBorderSize [NUMBER]
CommandRightBorderSize [NUMBER]
Allows you to specify separate border widths in pixels for each side of the Command Box.

Note: Use this only when you have not defined CommandBorderSize

Default: 2

CommandHideOnUnfocus [BOOL] Hides the Command Box it loses focus.
CommandHiddenOnStart [BOOL] Hides the Command Box when LiteStep first starts up and after you !Recycle.
CommandNotAlwaysOnTop [BOOL] Allows you to let applications appear on top of the Command Box.
CommandSelectAllOnFocus [BOOL] Sets the Command Box to highlight all text in the Command Box once it gets the focus. This way you can easily delete all text in the Command Box without highlighting everything.
CommandNoClearOnCommand [BOOL] Allows you to keep the last executed command in the Command Box even after it is executed.
CommandBevel [BOOL] Creates a 3D bevel around the Command Box.
CommandBevelSize [NUMBER] Sets the size of the bevel around the Command Box in pixels.

Default: 1

CommandBevelLightColor [COLOR] Set the light color to be used in the 3D bevel.

Default: 3D Highlight (from Windows Display Properties)

CommandBevelDarkColor [COLOR] Set the dark color to be used in the 3D bevel.

Default: 3D Shadow (from Windows Display Properties)

CommandNotMoveable [BOOL] This setting configures the Command Box so that it is no longer dragable.
CommandRememberPosition [BOOL] With this option you can store the previous position of the Command Box so you can have it return there later using !CommandResetPos.
!Bang Commands for command.dll
!CommandShow Shows the Command Box if it is hidden.
!CommandHide Hides the Command Box if it is visible.
!CommandToggle Toggles the Command Box between hidden and visible states.
!CommandFocus Gives focus to the Command Box for immediately entering a command. If the Command Box is hidden, this !Bang command will firstly show the Command Box.
!CommandResetPos Moves the Command Box to the position it previously held before being moved.

Note: You must have CommandRememberPosition set to TRUE in order for this to work correctly.