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 & HelpPrograms › broken tabs
Page Index Toggle Pages: 1
broken tabs? (Read 630 times)
broken tabs?
May 18th, 2006, 11:37pm
 
I have been working on an application for some time now, and it has been working fine, even across multiple versions of Processing. Today I was working on it and all of a suddenit went from compiling and executing just fine to giving me strange compile time errors as if it can no longer see the code in my tabs.
When I use functions in the main tab that I had written in other tabs it complains "no accessible method with signature function_name() was found in type temporary_some_numbers".
I've tried creating a new project and readding the tabs. I've also tried creating a new project and copying and pasting the code back into brand-new, empty, tabs. Nothing seems to help. It continues to act as if it cannot see my work in the other tabs. Any suggestions would be great.
Re: broken tabs?
Reply #1 - Sep 13th, 2006, 9:53am
 
There are high chances that the problem is coz of missing closing braces or incorrectly placed braces '}'
In a large program it could be cumbersome, but if you want a solution to this, look through every opening and closing braces {} and see if they are at the positions where you want them.
Page Index Toggle Pages: 1