How to open a blank Window from the REPL?
Moderator: MSandro
How to open a blank Window from the REPL?
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?
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?
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
Now this may be a bit vexatious, but how do you draw to the window :P