Deactivating display of default message in FW Message Bar
Posted: Sun Sep 23, 2007 7:54 am
Hello All,
Does anyone know a way to stop the message bar from reverting back to the string it was initialized with whenever the user moves the mouse? I'm using:
oMainAppWnd:oMsgBar:SetMsg( "New message" )
... to update what I want to have displayed, and I would like it to stay that way until I change it again with a subsequent SetMsg() call. I know I can create an entirely new message bar to replace the existing one which would have a new default string, but that is much slower and creates a noticeable flashing in the message bar area.
Thanks!
Does anyone know a way to stop the message bar from reverting back to the string it was initialized with whenever the user moves the mouse? I'm using:
oMainAppWnd:oMsgBar:SetMsg( "New message" )
... to update what I want to have displayed, and I would like it to stay that way until I change it again with a subsequent SetMsg() call. I know I can create an entirely new message bar to replace the existing one which would have a new default string, but that is much slower and creates a noticeable flashing in the message bar area.
Thanks!