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.
Page Index Toggle Pages: 1
noBackground() (Read 523 times)
noBackground()
Jul 11th, 2007, 4:47pm
 
Hello Community.
I´m very new in this processing stuff, very very new.
But i´m working with flash for a long time.

I´m trying to get some code to analyze it and i get this Robert Hodgin script.

The problem is when i copy this code and other codes with this "function", the compiler give various error:







C:/DOCUME~1/bdasilva/LOCALS~1/Temp/build28041.tmp/Temporary_3822_1450.java:57:3:
57:16: Semantic Error: No method named "noBackground" was found in type "Temporary_3822_1450". However, there is an accessible method "getBackground" whose name closely matches the name "noBackground".


C:/DOCUME~1/bdasilva/LOCALS~1/Temp/build28041.tmp/Temporary_3822_1450.java:58:15
:58:29: Semantic Error: No accessible field named "CENTER_DIAMETER" was found in type "Temporary_3822_1450".


C:/DOCUME~1/bdasilva/LOCALS~1/Temp/build28041.tmp/Temporary_3822_1450.java:62:3:
62:25: Semantic Error: No accessible method with signature "beginVideo(int, int, int)" was found in type "Temporary_3822_1450".


C:/DOCUME~1/bdasilva/LOCALS~1/Temp/build28041.tmp/Temporary_3822_1450.java:64:34
:64:38: Semantic Error: No accessible field named "video" was found in type "Temporary_3822_1450".


C:/DOCUME~1/bdasilva/LOCALS~1/Temp/build28041.tmp/Temporary_3822_1450.java:65:34
:65:38: Semantic Error: No accessible field named "video" was found in type "Temporary_3822_1450".


C:/DOCUME~1/bdasilva/LOCALS~1/Temp/build28041.tmp/Temporary_3822_1450.java:91:24
:91:28: Semantic Error: No accessible field named "video" was found in type "Temporary_3822_1450".


C:/DOCUME~1/bdasilva/LOCALS~1/Temp/build28041.tmp/Temporary_3822_1450.java:92:26
:92:30: Semantic Error: No accessible field named "video" was found in type "Temporary_3822_1450".


C:/DOCUME~1/bdasilva/LOCALS~1/Temp/build28041.tmp/Temporary_3822_1450.java:96:23
:96:27: Semantic Error: No accessible field named "video" was found in type "Temporary_3822_1450".


C:/DOCUME~1/bdasilva/LOCALS~1/Temp/build28041.tmp/Temporary_3822_1450.java:96:44
:96:48: Semantic Error: No accessible field named "video" was found in type "Temporary_3822_1450".


C:/DOCUME~1/bdasilva/LOCALS~1/Temp/build28041.tmp/Temporary_3822_1450.java:118:2
4:118:28: Semantic Error: No accessible field named "video" was found in type "Temporary_3822_1450".


C:/DOCUME~1/bdasilva/LOCALS~1/Temp/build28041.tmp/Temporary_3822_1450.java:121:2
0:121:24: Semantic Error: No accessible field named "video" was found in type "Temporary_3822_1450".


C:/DOCUME~1/bdasilva/LOCALS~1/Temp/build28041.tmp/Temporary_3822_1450.java:125:2
4:125:28: Semantic Error: No accessible field named "video" was found in type "Temporary_3822_1450".


C:/DOCUME~1/bdasilva/LOCALS~1/Temp/build28041.tmp/Temporary_3822_1450.java:128:2
5:128:29: Semantic Error: No accessible field named "video" was found in type "Temporary_3822_1450".


C:/DOCUME~1/bdasilva/LOCALS~1/Temp/build28041.tmp/Temporary_3822_1450.java:135:3
9:135:43: Semantic Error: No accessible field named "video" was found in type "Temporary_3822_1450".


C:/DOCUME~1/bdasilva/LOCALS~1/Temp/build28041.tmp/Temporary_3822_1450.java:136:3
9:136:43: Semantic Error: No accessible field named "video" was found in type "Temporary_3822_1450".


C:/DOCUME~1/bdasilva/LOCALS~1/Temp/build28041.tmp/Temporary_3822_1450.java:148:2
4:148:28: Semantic Error: No accessible field named "video" was found in type "Temporary_3822_1450".


C:/DOCUME~1/bdasilva/LOCALS~1/Temp/build28041.tmp/Temporary_3822_1450.java:151:2
4:151:28: Semantic Error: No accessible field named "video" was found in type "Temporary_3822_1450".

i try to search this and all google pages and i cant fidn any clue.

I´m at work in an dell worksation with an intel graphic card instaled (a bull shit) you think this can cause the problem

hope someone has this error in the past and can help me

i´m stuck and no light int he end of the tunnel

P.L.U.R
Re: noBackground()
Reply #1 - Jul 11th, 2007, 5:37pm
 
it would be helpfull to see what code you are running ...

my best guess is that the code you are using was written in an older version of processing. all the changes are listed here:
http://processing.org/reference/changes.html

F
Re: noBackground()
Reply #2 - Jul 11th, 2007, 6:12pm
 
Hello fjen!

Thnks for your help
I guess that is the problem too!!

keep going see you Wink
Page Index Toggle Pages: 1