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 & HelpOther Libraries › problem with XML when exporting application
Page Index Toggle Pages: 1
problem with XML when exporting application (Read 675 times)
problem with XML when exporting application
Mar 6th, 2007, 1:53am
 
I have a simple application that uses an XML file to get all of the necessary parameters to make it run (created via ASP). Why is it that when I export the application, I get 100x100 small white square? I import the xml library and have the xml file next to my html one...so how do I fix this?

thanks.
Re: problem with XML when exporting application
Reply #1 - Mar 6th, 2007, 9:24am
 
did you export an application or an applet? is the file in the data-folder?

i'm asking because: if you exported an applet and the file was in the data-folder, then it's gonna end up being inside the jar that's created on export. so it can't be changed by your asp.

F
Page Index Toggle Pages: 1