news |
info |
people |
software |
stuff |
If an info window is already showing, its text will be replaced by the new text.
Note that this routine requires the Info XCMD.
on UL_PutMsg text -- if the window already exists, just update the text if there is a window "Info" then set the text of window "Info" to text else -- otherwise, create the info window Info text,"0,0,300,80",centered end if end UL_PutMsg