You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried to use pretzel with few blocks that requires to use primary window for its own purposes and I couldn't find any way how to get GUI to be at secondary window. I took a quick peek at source and since pretzel uses generic getWindow () for everything including mouse events, instead of Window Reform set in initialization, it would require some rewrite(maybe another constructor with window reference to window as parameter?)
The text was updated successfully, but these errors were encountered:
There is now an updated branch with multi-window support. It's not extensively tested enough for production, but it's pretty stable. Saving/Loading might not work as intended at the moment, otherwise it's ready for testing.
I've tried to use pretzel with few blocks that requires to use primary window for its own purposes and I couldn't find any way how to get GUI to be at secondary window. I took a quick peek at source and since pretzel uses generic getWindow () for everything including mouse events, instead of Window Reform set in initialization, it would require some rewrite(maybe another constructor with window reference to window as parameter?)
The text was updated successfully, but these errors were encountered: