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.
IndexProgramming Questions & HelpSyntax Questions › Problems with Open Processing
Page Index Toggle Pages: 1
Problems with Open Processing (Read 324 times)
Problems with Open Processing
Dec 28th, 2008, 10:32pm
 
Hi there,

So I have managed to get together my first two processing visualisations. I have just tried to publish them on Open Processing:

http://openprocessing.org/visuals/?visualID=768
http://openprocessing.org/visuals/?visualID=767

However it does not work Sad  Before you say, did you test it? I have it working on another website:

http://www.bikefacts.co.uk/Processing/3d/above/applet/index.html

http://www.bikefacts.co.uk/Processing/2d/final/applet/index.html

I am guessing it could be related to the loading of the files? Could anyone help me, I have been stuck on this for quite a while now. It also works fine locally on my Mac.
Re: Problems with Open Processing
Reply #1 - Dec 29th, 2008, 12:43pm
 
Looking at "767" code, I see the line fArray[i] = new Setup("http://www.bikefacts.co.uk/Processing/data/memory_dist_t"+a+".txt"); which looks like you are loading files from another site. Java applets can do that only if they are signed, AFAIK.
Re: Problems with Open Processing
Reply #2 - Dec 29th, 2008, 9:13pm
 
Hey PhiLho

Thank you for anwsering my cry for help, again Smiley

I have signed my applets, using this posting (http://processing.org/discourse/yabb_beta/YaBB.cgi?board=Sound;action=display;num=1182948677).

Perfect, I have published (albeit it takes a little while to load). Thank you for you help, I am quite happy to have submitted my first processing applets Smiley
Page Index Toggle Pages: 1