xlabel and mouse events Thread last updated on 2005-11-11 03:52:01

Posted by member 51749 on 2005-11-10 02:04:34

hey there
one particular theme im modifying uses xlabel to some degree of prettiness (thats an understatement really), but when i add my own and give it a labelOnLeftClick event, strange things happen.

labelOnLeftClick !msgbox "hello!" - gives a msgbox saying hello. all good.
labelOnLeftClick !LabelRefresh label labelImage someimage.png - replaces the bg image. awesome.
labelOnLeftClick !LabelRefresh label labelText "test" - does absolutely nothing.

are there any global xlabel settings that need to be set before you can refresh a labels text?

Posted by member 212670 on 2005-11-10 03:18:40 link

!LabelSetText thelabel "the text"

It's in the help file.

Posted by member 51749 on 2005-11-11 03:52:01 link

cheers, that works.