Author Topic: SCI1.1 Titles on a Print statement  (Read 2930 times)

0 Members and 1 Guest are viewing this topic.

Offline Cloudee1

SCI1.1 Titles on a Print statement
« 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.

Code: [Select]
                 (Print:
                   addTitle("A Title")
                   addText("The message to be displayed")
                   init()
                 )

Has anyone else gotten a title to appear on a print statement?


Halloween Competition Brass Lantern Prop Competition Groundhog Day Competition

Offline Kawa

Re: SCI1.1 Titles on a Print statement
« Reply #1 on: August 20, 2015, 09:46:34 AM »
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))
« Last Edit: August 20, 2015, 09:49:26 AM by Kawa »


SMF 2.0.19 | SMF © 2021, Simple Machines
Simple Audio Video Embedder

Page created in 0.021 seconds with 23 queries.