Latest Forum Posts
dac on 08 Nov : 14:27
I'm not sure I understood yo[more]

Andymon on 08 Nov : 13:18
Well, The SnapTo Saving might [more]

Andymon on 08 Nov : 13:16
Well, it's deactivated, why do[more]

Wolzly on 08 Nov : 10:00
No worries

Wolzly on 08 Nov : 09:59
Yeh I'm finding the "remember [more]

Backend
Our headlines can be syndicated by using either our rss or text feeds.
news.xml - news.txt





 
The Litestep Site for News, Modules, Sources, and all the other stuff around Litestep.

 
 
   
xLabel-3.1 and xLabelLight-3.1 Released!!
Posted on Wednesday 07 July 2004 - 17:08:15 by GothsSecret
Grab xLabel-3.1

Grab xLabelLight-3.1

-----------
Changes:
-----------

3.1 Released on 07-07-2004, Changes by Andymon

Info: [ip] accepts arguments ("1", "2", ...) with which you should choose your desired Network IP.
[ip('1')] == [ip] is only Default.

- Added: (label-name)FontOutLine
Makes a special Shadow, an 1 Pixel OutLine around the whole letter.
You cannot have a Normal Shadow together with a Outline!

- Added: (label-name)FontOutLineColor (color)
Defines the Color of the OutLine.

- Added: xLabelDesktop:
xLabelDesktopFontOutLine
xLabelDesktopFontOutLineColor (color)
See above.

- Added: xLabelDesktop:
xLabelDesktopSnapTo (x) (y) (cx) (cy) (snapdistance)
If ALL FIVE values are defined, the DesktopIcons Snap To a virtual Grid (with LeftTop),
if moved. The Grid Lines starts at "x" and "y" and are repeated every "cx" and "cy".

- Added: (label-name)HoverSaturationIntensity
(label-name)HoverHueIntensity
(label-name)HoverHueColor
(label-name)HoverImageLeftEdge
(label-name)HoverImageTopEdge
(label-name)HoverImageRightEdge
(label-name)HoverImageBottomEdge
(label-name)HoverImageMode
(label-name)PressedSaturationIntensity
(label-name)PressedHueIntensity
(label-name)PressedHueColor
(label-name)PressedImageLeftEdge
(label-name)PressedImageTopEdge
(label-name)PressedImageRightEdge
(label-name)PressedImageBottomEdge
(label-name)PressedImageMode

Just for more flexibility.
Btw.: Default for HoverSettings are NormalSettings, Default for PressedSettings are HoverSettings!
Except are SaturationIntensity and HueIntensity settings, they work as an On/Off Switch, so
you must set them explicit for each state to get an effect.

- Added: (label-name)SolidHoverBevelSize
(label-name)SolidPressedBevelSize
Just for more flexibility.

- Added: (label-name)SolidGradientColors (color) [(color)] [(color)] ....
(label-name)SolidHoverGradientColors (color) [(color)] [(color)] ....
(label-name)SolidPressedGradientColors (color) [(color)] [(color)] ....
If defined, a Gradient is Painted with the BackgroundColor and the specified
Gradient Colors. The optional BevelColors defined together with
(label-name)SolidColors, (label-name)SolidHoverColors or (label-name)SolidPressedColors
are left unchanged (-> NO GRADIENT PAINTED ON BORDER!).

- Added: (label-name)SolidPulseStep (number)
Steps till the next color is reached, allowed are values between 1 and 255.

Information: Pulse Animation is used, if the (label-name)SolidPulseDelay is set to something
else then 0.
First Color of the Pulse Animation is the BackgroundColor from (label-name)SolidColors,
the following Colors are defined with (label-name)SolidGradientColors.

- Added: (label-name)SolidPulseDelay (number)
Sets the delay between each painted PulseStep, allowed are values between 0 and 1000.

- Added: (label-name)SolidGradientVertical
(label-name)SolidHoverGradientVertical
(label-name)SolidPressedGradientVertical
If set, the Painted Gradient is vertical instead of horizontal, for each state.

- Added: [exportedevar('evar')]
Shows the dynamic Value of any Exported Evar (or normal Evar).
Example: [exportedevar('xlabelcurrentwidth')] shows the current width of the
label called xlabel.

- Added: (label-name)OnDrop "shortcut" "FULL Path to Folder"
Creates a shortcut to the dropped file(s) in the specified folder.

- Added: "Nested If Conditions" (Not really, but you can achieve the same, as with Nested If's !)
Each condition Check (If or ElseIf) can now have up to three SubConditions, which MUST be
all TRUE to make the If or ElseIf Loop TRUE.

Example:
LabelText "[if(winampplaying,connected)]Winamp+Internet[elseif(winampplaying)]Only Winamp[endif]"

- Added: !LabelGhosted (label-name) (true|on, false|off or toggle|switch)
Multifunction Bang! Just specify additional the desired State.

- Changed: MUCH more speed on Startup or on Recycle

- Changed: AutoLineBreak now only breaks at ' ' and '-'.
If it has no other choice it will still break where it's required to show all Text.

- Changed: !LabelAlwaysOnTop (label-name) (true|on, false|off or toggle|switch)
Is now a Multifunction Bang! Just specify additional the desired State.

- Removed: !LabelToggleAlwaysOnTop (label-name)
Use instead:
!LabelAlwaysOnTop label-name toggle or !LabelAlwaysOnTop label-name switch

- Removed: !LabelPinToDesktop (label-name)
Use instead:
!LabelAlwaysOnTop label-name false or !LabelAlwaysOnTop label-name off

- Removed: !LabelToggleGhosted (label-name)
Use instead:
!LabelGhosted (label-name) (true|on, false|off or toggle|switch)

- Removed: Animation Settings no longer (partly) support Default Settings!

This concerns the following Normal Animation Settings:
(label-name)FrameLoops, (label-name)FrameDelay, (label-name)FrameCount,
(label-name)Frames, (label-name)FrameWidth, (label-name)FrameHeight
(label-name)HoverFrameLoops, (label-name)HoverFrameDelay, (label-name)HoverFrameCount,
(label-name)HoverFrames, (label-name)HoverFrameWidth, (label-name)HoverFrameHeight

As well as the New SolidPulseSettings:
(label-name)SolidPulseStep, (label-name)SolidPulseDelay

- Fixed: [verticaldown('Text')] and [verticalup('Text')] were broken.

- Fixed: I think, the Condition "FileExists('file')" has always returned TRUE. Fixed.

- Fixed: !PlaySound had locked the File, so it couldn't be modified till next Recycle.

- Fixed: If TransparencyMode was set to False and No valid Image was set, the Image was Black.
Now it's again the Default Button with "Raised Edge".

- Fixed: All ImageTexture and All SolidTexture Settings (except Animation Settings) support
now the DefaultValues (LabelGroup and/or "AllLabels").

- Fixed: Dynamic True Transparent Text without a Background sometimes had Pink remainders.










Chatbox



Maestr0
   on 07 Nov : 17:35
chatbox looks very cool, very nicely done!


GothsSecret
   on 07 Nov : 15:27
ok, to all xLabel Desktop users, if you want to enable the desktop funtion, you need to set "xLabelUsexDesktop"!
!! else it couldn't work. sorry for forgetting to mention it in the readme *g* next time it will be in there


GothsSecret
   on 02 Nov : 19:54
hehe doin my best


Wolzly
   on 01 Nov : 18:54
ROFL!

You guys never fail to entertain


GothsSecret
   on 01 Nov : 15:47
oh.. sorry to those 2 online ppl, Just fucked up the site for a short mement


Backslash
   on 01 Nov : 06:00
xPopup 1.0.8 ROCKS!


Juan Guillermo
   on 31 Oct : 23:46
Thanks a lot for your GREAT work guis , xmodules are transforming the Litestep shell in a much more fancy/varsatile thing.


AngelKnight
   on 30 Oct : 16:44
^_^


Backslash
   on 29 Oct : 00:54
>Andymon - woot!
>GothsSecret - If necessary, you could probably reduce the gaps between the center and the sides, for those with lower resolutions (not me, I'm at 1280x1024!).


Andymon
   on 28 Oct : 13:02
Just wanna tell:
HighColor(16bit) is coming for all xModules in the near future, finally.









© by LS-Universe.info