AlejandraV25 / proclipsing

Automatically exported from code.google.com/p/proclipsing
0 stars 0 forks source link

Export doesn't like dynamically-sized applications #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a project with size(screen.width, screen.height); in the setup.
2. Try to export the project as an Application.

What is the expected output? What do you see instead?

I'm not sure what the Export process is using my app's size for, but I 
would expect it to handle dynamically sized apps gracefully, perhaps 
defaulting to 640x480 when it can't be determined or if it's an 
application, not an applet.

The error is:
java.lang.reflect.InvocationTargetException
at dch.eclipse.p5export.P5ExportWizard$1.run(P5ExportWizard.java:54)
[ERROR] The size of this applet could not be automatically be determined 
from your code.

What version of the product are you using? On what operating system?

Eclipse 3.4.1
Proclipsing 1.0.0
Processing 1.0.9
Mac OS X 10.5.8

My app is available at http://github.com/spilth/ci-build-
monitor/tree/master/processing/ci_build_monitor/ if you need code to test 
against.

Original issue reported on code.google.com by polymo...@gmail.com on 11 Jan 2010 at 4:08

GoogleCodeExporter commented 9 years ago
Works as Processing does, but can't hurt to add a 640x480 default. Changing 
priority to low...

Original comment by daniel.c.howe@gmail.com on 2 Mar 2010 at 11:36

GoogleCodeExporter commented 9 years ago

Original comment by daniel.c.howe@gmail.com on 2 Mar 2010 at 11:40