Hi, i'm struggling with the eclipseP5exporter plugin to export processing applications.
Well, the main problem is, that i can't use variables in the size() method, and therefor i can't make the application in fullscreen size based on the screen resolution of the user :/
To explain my problem:
i want to use:
size(screen.width, screen.height) to init the canvas of processing to fullscreen.
eclipseP5exporter does not accept variables in the size() method when exporting...
It works when I start the application within eclipse, but exporting seems to be impossible with the Plugin...
soo, to sum it up, size(1680x1050) works, size(width, height) not...
Any ideas how to bypass this problem?
I am thankful for all answers.
1