Re: Eclipse cannot find binding in WO Components

2008-08-20 Thread Roger Perryman
On Aug 20, 2008, at 2:34 PM, Pascal Robert wrote: "protected int dayIndex;" should be "public int dayIndex;". You get this warning because if you're using packages (I guess you're not, for now) your code wouldn't work. Better fix those warnings right now so that you can use packages later

Re: Eclipse cannot find binding in WO Components

2008-08-20 Thread Pascal Robert
"protected int dayIndex;" should be "public int dayIndex;". You get this warning because if you're using packages (I guess you're not, for now) your code wouldn't work. Better fix those warnings right now so that you can use packages later on. It took a lot of work, but I have completed mos

Eclipse cannot find binding in WO Components

2008-08-20 Thread Roger Perryman
It took a lot of work, but I have completed most of the transition of my project from Xcode 2.x (WO 5.3) to Eclipse 3.3.2 / WOLips 3.3.5385 (WO 5.4.2). The java files are error from but still have some warnings, mostly due to generics. The problem I am running into is with the WO components