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_
   Programming Questions & Help
   Syntax
(Moderators: fry, REAS)
   Semantic Error  para un "novato"
« Previous topic | Next topic »

Pages: 1 
   Author  Topic: Semantic Error  para un "novato"  (Read 287 times)
miguel angel


Semantic Error  para un "novato"
« on: Jan 6th, 2005, 8:11pm »

Hola:
 
¿Puede alguien ayudarme con estos dos errores semanticos?. Debe ser una tonteria pero es que acabo de tocar e instalar processing. Muchas gracias.
 
 
Semantic Error: No field named "SMOOTH_IMAGES" was found in type "Temporary_3816_7815".C:/processing/lib/build/Temporary_3816_7815.java:3 1:9:31:24:  
 
Semantic Error: No applicable overload for the method named "setFont" was found in type "java.awt.Container". Perhaps you wanted the overloaded version "void setFont(java.awt.Font $1);" instead?
 
miguel angel


Re: Semantic Error  para un "novato"
« Reply #1 on: Jan 7th, 2005, 7:20pm »

Bueno, ya esta resuelto. ya funciona.
 
Supongo que eran instrucciones de versiones anteriores de processing.
 
Los cambios que he hecho son:
 
hint(SMOOTH_IMAGES); ------>     smooth();
 
setFont(ocr, 16);    ------>     textFont(ocr, 16);
 
 
... thans!
 
Pages: 1 

« Previous topic | Next topic »