Posted by member 331651 on 2007-08-01 12:33:04 link

to clarify what im trying to do visually, its a simple thing..::
win c brings up my draggable lsxcommand edit box and i want it to rest centered on a png that i made, and this png has a sort of shadow effect around the edges. it simply looks like a little rectangle with a shadow.

well i tried to figure out how to hook it to a label but i cant figure it out, it isnt working.

heres my code, i commented out the part where i tried to do hooking cuz it wasnt working. the other stuff that is commented out you can just ignore, it is either old syntax or didnt do what i wanted
________________________
CommandTopBorder 18
CommandBottomBorder 14
CommandLeftBorder 45
CommandRightBorder 20
;CommandTextHeight 50

;CommandTextFontFace "$Font$"
CommandFont "AvantGarde LT Medium Caps"
;CommandFontColor 000000

CommandMoveable
CommandNotAlwaysOnTop
;CommandHiddenOnStart

CommandStartHidden
CommandNoCursorChange
CommandOffsetX 1
CommandOffsetY 1
CommandHideOnUnfocus

;commandTextureAlphaTransparency
CommandPaintingMode .image
CommandImage "lsx_3_effects.png"

;;;;
;*label maxback
;(maxback)image "lsx_3_effects.png"
;*(maxback)ModuleHook !CommandBoxHook
;CommandWaitForBox
;;;;;


;CommandTrueTransparency true
CommandAlphaTransparency 235
commandHideOnEsc

;CommandBackground lsx_back_max.png
;CommandTransparentEditBox
;CommandTime "%#x"
;CommandClockDisappearsOnFocus
;CommandContextMenuAboveBox
__________________________