Community
SCI Programming => SCI Syntax Help => Topic started by: Cloudee1 on August 20, 2015, 09:25:02 AM
-
Titles on Print Statement don't seem to work. From everything that I have seen, this should do it.
(Print:
addTitle("A Title")
addText("The message to be displayed")
init()
)
Has anyone else gotten a title to appear on a print statement?
-
BorderWindows ignore titles.
Just change Main.sc's instance mainWindow from BorderWindow to SysWindow and look again. Or, set the Print's window yourself, like (Print: window(mySysWindow))