FAQ
Cover
This is the archive Discourse for the Processing (ALPHA) software.
Please visit the new Processing forum for current information.

   Processing 1.0 _ALPHA_
   Bugs
   Bug Fixes, Implemented Suggestions
(Moderator: fry)
   Export to Web "Issue"
« Previous topic | Next topic »

Pages: 1 
   Author  Topic: Export to Web "Issue"  (Read 326 times)
Donald Tyler
Guest
Email
Export to Web "Issue"
« on: Aug 15th, 2003, 9:44pm »

There seems to be an "Issue" when exporting to web.
 
I am using the basic windows version. running Windows XP Tablet Edition.
 
When I export to web, occasionaly the IDE incorrectly states that there is an unexpected character. This can be resolved by first pressing "Play" then closing the program window and exporting again.
 
Once the exporting is finished, the program does not run at all in a web browser on my system. Here is the code for a very simple program that did not work when exported:
 
void setup()
  {
  size(400,400);
  background(0);
  stroke(255);
  }
 
void loop()
  {
  fill(153);
  rect(100,100,200,200);
  }
 
Donald Tyler
Guest
Email
Re: Export to Web "Issue"
« Reply #1 on: Aug 15th, 2003, 10:04pm »

Just found out this was already posted earlier by someone else. Sorry.
 
fry


WWW
Re: Export to Web "Issue"
« Reply #2 on: Aug 17th, 2003, 8:16pm »

ooooh.. tablet windows, neato.
 
if you feel like installing the java plugin, that'd be likely to fix it: http://java.com and hit the 'get it now' button.
 
fry


WWW
Re: Export to Web "Issue"
« Reply #3 on: Aug 22nd, 2003, 5:24am »

moving to fixed since this is a dupe..  
 
http://proce55ing.net/discourse/yabb/board_Proce55ing_software__bugs_action_display_num_1060792938.html
 
ok, it's not fixed yet, but..
 
Pages: 1 

« Previous topic | Next topic »