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)
   more 0053 bug
« Previous topic | Next topic »

Pages: 1 
   Author  Topic: more 0053 bug  (Read 333 times)
Martin

122417302122417302martingomez_listsmg1ph WWW Email
more 0053 bug
« on: Apr 8th, 2003, 5:06am »

this works well in 0052 but 0053 returns me a series of strings...
 
Code:
background(0);
size(750,800);
smooth();
BFont font;
font = loadFont("Meta.vlw.gz");
setFont(font);
fill(255);
translate(width/2,height/2);
scale(4.0);
push();
rotateY(radians(-45));
text("hello world",-50,0);
pop();
 
fry


WWW
Re: more 0053 bug
« Reply #1 on: Apr 11th, 2003, 5:45pm »

as in, a bunch of "increment()" lines or debugging output?
 
Martin

122417302122417302martingomez_listsmg1ph WWW Email
Re: more 0053 bug
« Reply #2 on: Apr 11th, 2003, 6:12pm »

yup! a bunch of increment() lines. saw your reply to glen's mssg. looking forward to 0054.
« Last Edit: Apr 11th, 2003, 6:14pm by Martin »  
fry


WWW
Re: more 0053 bug
« Reply #3 on: Apr 11th, 2003, 9:22pm »

yup, fixed in 54, now available for download.
 
Pages: 1 

« Previous topic | Next topic »