I’ve seen this question come up a couple times recently. And while it would be nice to do you cant.
The frame type is required to be set when the window is constructed. And there’s no constructor on a window that allows you to do something like
dim w as new Window(frametype)
So how can you have something like a document window on macOS and a movable modal on Windows ?… Read the rest