We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi folks,
I am working on an application, but I'm encountering strange behaviour. The width of the sketch window wont go more than a certain size. I use displayWidth and displayHeight to set the size, the height is fine but the width of the window shows up too small. I replaced displayWidth with 1280 (my screen width) but the result is the same. I am not sure why this happens. Any ideas?
Answers
Please share the shortest version of the code that reproduces the issue.
so if I do the following the sketch window size is not correct:
Don't forget, when reporting such problem, to indicate the OS and the version of Processing you use. We can assume it is OS X (given the screenshots) and probably 2.1 (the current latest version) but it is better to give the infos rather than letting us play guess games (we can loose!). B-)
auris (et al), i'm running into the exact same issue. did you ever resolve this? thanks j
How about just downgrade to v2.0.3 for a while? L-)
The new version of Processing doesn't seem to have that problem