Window always appears at startup

  1. make a new blank project (I’m on macOS 64-bit)
  2. turn off Implicit Instance for the app’s window
  3. add the Open event for the window, and in that write: self.hide
  4. run the project

The window appears. Seems like it shouldn’t. What have I missed?

App > Inspector > Appearance > Default window -> set to None

2 Likes

I had a hunch I had forgotten something very basic. Thank you :slight_smile: