Posted by member 177445 on 2005-07-24 20:16:14 link

Okay. So the theme I'm using is utilizing the LsBox module to make the little stand-alone winamp box. The coding for it is as follows:

LsBoxName sound
LsBoxX 135
LsBoxY 684
LsBoxHeight 58
LsBoxWidth 127
LsBoxBackGround $LSImageFolder$box_sound.png
LsBoxRememberPosition "1"
LsBoxZOrder HUGBOTTOM
LSBoxDragRect 0 0 199 27

*ModuleHook !SliderHook "Volume" 9 24 3 slider.png sliderb.png HI [VOLUME] 1
*ModuleHook !LabelLsBoxHook foopowerLabel
*ModuleHook !LabelLsBoxHook fooplayLabel
*ModuleHook !LabelLsBoxHook foopauseLabel
*ModuleHook !LabelLsBoxHook fooprevLabel
*ModuleHook !LabelLsBoxHook foonextLabel


Is there any way to add the xlabel code to the box?