Page 1 of 1

How to open a blank Window from the REPL?

Posted: Oct 27th, '18, 17:53
by Calloway
Is there anyway to open a blank window from the REPL without it crashing the application?

Re: How to open a blank Window from the REPL?

Posted: Jun 3rd, '19, 13:24
by JohnM
You should be able to call the "openWindow" primitive. (Type "help openWindow" for a short description.) If the normal GP app works on your computer, the above should also work. There may be a limit on the maximum window size. You can only have one window open at a time.

Re: How to open a blank Window from the REPL?

Posted: Jun 5th, '19, 18:53
by Calloway
Thank you! I was wondering why it kept crashing
Now this may be a bit vexatious, but how do you draw to the window :P