Command |
Description |
Sample |
NumberOfSliders =
integer |
The number of Sliders to create (Required)
|
NumberOfSliders = 3 |
Command |
Description |
Sample |
Description =
string |
The sliders description
which appears on tooltip (If blank, then no tooltip for the main window)
|
Description = Internet Programs |
LnkPath =
string |
The directory to read
the .lnk files (Required)
|
LnkPath = c:\Internet |
StartUpHidden =
integer |
The button
is initially hidden. |
StartUpHidden = 0 |
MainTooltip =
integer |
Display
the tooltip for the Main Button. Note that you must have a Description for the button
to get a tooltip. This is just a way to turn it off. |
MainTooltip = 0 |
MainMouseOverSound =
string |
The
sound to play when the mouse passes over the main button.
|
MainMouseOverSound = D:\LiteStep\over.wav |
MainPressSound =
string |
The
sound to play when the mouse is pressed on the main button.
|
MainPressSound = D:\LiteStep\pressed.wav |
XPos =
integer |
The X Position to place the main button.
If the value is positive, the value is relative to the left side of the screen. If it is negative,
it is relative to the right side of the screen.
|
XPos = 10 |
YPos =
integer |
The Y Position to place the main button.
If the value is positive, the value is relative to the top of the screen. If it is negative,
it is relative to the bottom of the screen.
|
YPos = 0 |
AlwaysOnTop =
integer |
Keep the button
always on top. |
AlwaysOnTop = 1 |
MainBitmap =
string |
The bitmap used
for the main button (Required)
|
MainBitmap = C:\Litestep\Image\MainButton.bmp |
MainOverBitmap =
string |
The bitmap used
when the mouse is over the main button.
|
MainOverBitmap = C:\Litestep\Image\MainOver.bmp |
MainPressedBitmap =
string |
The bitmap used
when the mouse presses the main button.
|
MainPressedBitmap = C:\Litestep\Image\MainPress.bmp |
PanelMouseOverSound =
string |
The
sound to play when the mouse passes over a button on the panel.
|
PanelMouseOverSound = D:\LiteStep\over.wav |
PanelPressSound =
string |
The
sound to play when the mouse is pressed on a button on the panel.
|
PanelPressSound = D:\LiteStep\pressed.wav |
PanelTooltip =
integer |
Display the
description of the button the mouse is over on the panel. |
PanelTooltip = 0 |
PanelTopBitmap =
string |
Bitmap to place
at top of the Panel.
|
PanelTopBitmap = C:\Litestep\Image\PanelTop.bmp |
PanelMiddleBitmap =
string |
Bitmap used for
background of each .lnk file in the panel (Required)
|
PanelMiddleBitmap = C:\Litestep\Image\PanelMid.bmp |
PanelBottomBitmap =
string |
Bitmap to place
at bottom of Panel.
|
PanelBottomBitmap = C:\Litestep\Image\PanelBot.bmp |
Orientation =
integer |
Orientation of Panel |
Orientation = 1 |
SlideDirection =
integer |
Direction to slide
the Panel |
SlideDirection = 5 |
SlideSpeed =
integer |
How much to expand
the panel (in pixels) each loop until it is fully expanded. |
SlideSpeed = 15 |
ShowIcon =
integer |
Show Icons on
the panel. |
ShowIcon = 1 |
UseSmallIcon =
integer |
Use the small
icon or the big one. |
UseSmallIcon = 1 |
IconXPos =
integer |
Where to place
the icon. This means the location of the icon on the PanelMiddleBitmap.
|
IconXPos = 10 |
ShowText =
integer
|
Do we print
the .lnk decription. |
ShowText = 1 |
TextXPos =
integer |
Same as the
IconXPos and IconYPos except for the Text
|
TextXPos = 20 |
TextColorR = integer |
The color of the
text when printing the .lnk decription.
|
TextColorR = 200 |
TextHighlightColorR = integer |
The color of the
text when it is highlighted.
|
TextHighlightColorR = 255 |
FontName =
string
|
The font to use
when printing the .lnk decription. |
FontName = Tahoma |
FontSize =
integer
|
The size of font
to use when printing the .lnk decription. |
FontSize = 9 |
PanelXPos =
integer |
Where to place
the panel (In Screen Coordinates). If these are blank or missing, the location will calculated to be
either under / over / left or right of the MainButton depending on the Orientation and slide direction.
If the values are positive, the values is relative to the left side of the screen. If they are negative,
they are relative to the right side of the screen.
|
PanelXPos = 200 |
[Default]
AlwaysOnTop = 1
MainTooltip = 1
PanelToolTip = 0
PanelBottomBitmap = d:\LiteStep\images\LSLnkMenuBottom.bmp
PanelMiddleBitmap = d:\LiteStep\images\LSLnkMenuMiddle.bmp
SlideDirection = 1
SlideSpeed = 15
TextXPos = 15
TextYPos = 2
TextColorR = 200
TextColorG = 200
TextColorB = 200
TextHighlightColorR = 255
TextHighlightColorG = 255
TextHighlightColorB = 0
FontHeight = 9
FontName = Tahoma
ShowText = 1
ShowIcon = 0
[Slider1]
LnkPath = D:\shortcuts\Coding Stuff
Description = Code
XPos = 264
YPos = 0
MainBitmap = D:\LiteStep\images\CodeButton1.bmp
MainPressedBitmap = D:\LiteStep\images\CodeButton.bmp
MainOverBitmap = D:\LiteStep\CodeButton.bmp
[Slider2]
LnkPath = D:\Coding Utilities
XPos = 304
YPos = 0
Description = Coding Utilities
MainBitmap = D:\LiteStep\images\CodeUtilButton1.bmp
MainPressedBitmap = D:\LiteStep\images\CodeUtilButton.bmp
MainOverBitmap = D:\LiteStep\images\CodeUtilButton.bmp
Command |
Description |
Sample |
!LsLnkRefresh xxxx
|
Causes
the Button to refresh its Panel (.Lnks). Pass the Description of the button
to refresh that button, or pass the Slider number of the button. Pass no arguments to
refresh all buttons
|
!LsLnkRefresh Code |
!LsLnkExecute
xxxx yyyy
|
Causes
a program in LsLnkMenu to execute. Pass the Description of the button, or
the Slider number of the button that contains the .Lnk file for the first parameter.
Pass .Lnk description or button number in the panel for the second parameter.
|
!LsLnkExecute Code 1
(Causes the first .Lnk in the Code button to execute) |
!LsLnkHide
xxxx
|
Hides a
button. Pass the Description of the button, or pass the Slider number
of the button to hide it. Pass no arguments to hide all buttons.
|
!LsLnkHide Code (Hides the
button with the description of 'Code') |
!LsLnkShow
xxxx
|
Shows a
button. Pass the Description of the button, or pass the Slider number
of the button to show it. Pass no arguments to show all buttons.
|
!LsLnkShow Code (Show the
button with the description of 'Code') |
!LsLnkToggle
xxxx
|
Toggle's the visible state of a button. Pass the Description of the button,
or pass the Slider number of the button to toggle it. Pass no arguments to toggle all buttons
|
!LsLnkToggle Code (Toggle the
button with the description of 'Code') |
!LsLnkMove
xxxx aa bb
|
Move a button. Pass the Description of the button, or the Slider
number of the button for the first parameter. Pass the XPos and YPos for the
second and third parameters.
|
!LsLnkMove Code 100 56 (Move the
button with the description of 'Code' to Screen Coord 100, 56) |