We are about to switch to a new forum software. Until then we have removed the registration on this forum.
So I haven't used processing seriously in a while (sorry I got stuck in Open Frameworks land don't judge me!)
Though I remember always having issues going full screen in eclipse and exporting it. However the same code in the IDE works fine and exports fine. I never understood the difference.
Is there still no way around having variables final or other wise in the size()
method in eclipse? I can call size(displayWidth, displayHeight)
in the IDE and that works and exports fine...
Any new developments on this at all??
Thanks
Answers
What issues do you have in using full screen from eclipse? What code are you using?
What specifically are you talking about when it comes to final variables? What code are you using?
in eclipse i write a basic setup method that creates a window at fullscreen
that won't export into an app because it says i can't use variables in the size command. However the exact same code in the Processing IDE will run export just fine.
Lucky for us Processing's devs leave secret public functions for us to @ Override whene'er we will to:
And to get rid of the window border:
hmm i tried that and i still seem to be getting the same error. I'm using the Proclipsing Plugin for eclipse and the @ Overrides work but when I try to export an app i get the same error with the size code. Here's what I have so far.
Try this in the class where your setup and draw methods are: