-
Notifications
You must be signed in to change notification settings - Fork 258
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to Processing 4.2 #1166
Update to Processing 4.2 #1166
Conversation
ff3934d
to
a3531b5
Compare
6309a5b
to
cf06e64
Compare
1deb098
to
3322de1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Recommend removing the debug lines that show up in the console log whenever the window is moved.
- There is no window resizing cursor on Windows. Can this be added?
Steps to replicate? |
Launch from Processing 4 and then move the GUI window around. You should see something like this:
|
This is something added by Processing 4. Only shows when running from the Processing 4 IDE.
We can resize windows from the top left. Unless we use JAVA2D renderer, but then the sketch crashes when resized. We are locked in for now to using P2D renderer. |
c0d85a4
to
55b5f88
Compare
5c1e7f3
to
1b67b6b
Compare
1b67b6b
to
e4f18b5
Compare
Modify App to be fully compatible with Processing 4
Closes #1111
There are still issues with child windows not being able to be resized and closed properly. To help us move forward for now, FilterUI, ConsoleLog, and EMG Settings UI have been made non-resizeable. A boolean has been left in FilterUI that would allow this again and easy testing, should a fix become available.
CI/CD Update
Closes #1170
Closes #1162
Closes #1171