We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I just followed this tutorial - https://processing.org/tutorials/eclipse/ - to set up Processing in Eclipse. I used the Processing 2 core file as the imported core.
When I try and changed the size in settings it does not work but it does in setup. Why is this the case?
Thanks
Answers
I believe the settings() function was implemented in version 3. This was related to setting the size of the sketch from a initially loaded image.
However you can set the size in setup and it shouldn't be a problem.
Kf