We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
Page Index Toggle Pages: 1
Export question (Read 555 times)
Export question
Jun 8th, 2009, 1:08pm
 
Sorry, I'm French and my English is very poor !!

I wish to export a project for a multitouch table.
I use the TuioZones library.

With the editor player it's work very well.
But i wish to obtain an executable .jar
It is not possible because there isn't a main class.
How can i do this?
Re: Export question
Reply #1 - Jun 8th, 2009, 3:09pm
 
Try "Export Application" this will produce executable files for Windows MacOSX and Linux.

The "Export" option exports as an Applet so has no 'main' class
Re: Export question
Reply #2 - Jun 9th, 2009, 2:28am
 
Thank you
I was just stupid!

it works so good!!!!!!!


Re: Export question
Reply #3 - Jun 9th, 2009, 3:34am
 
More one question,
maybe it's already answer but i don't find.

I try to make my own photoviewer
But when i load the image (9 fotos)
i wish to change the focus when the image is pressed.
Because my 9th image loaded is always on the top layers and my first image is always above...
I have a method wich allow me to know when an image is pressed.

Re: Export question
Reply #4 - Jun 9th, 2009, 3:45am
 
It might be useful to see some code, but my guess would be to store the images in an array, and then sort the array based on user input so that they are rendered in the order you want them.
Page Index Toggle Pages: 1