I am trying to set a new message bar text, but it does not work properly...
- Code: Select all Expand view
- oWnd:oMsgbar:SetText("New text")
oWnd:oMsgbar:Refresh()
It sets the text and it's displayed, but when I move the mouse pointer, it reset's to it's original text...
Am I doing anything wrong???