Border, Cursor, FieldVisitor and other "missing" classes.
Please Login to Remove!
Hi all,
I'm trying to use the setBorder method in Field but I can't seem to compile it and the compiler complains that it cannot find the Border class. Cursor and FieldVisitor have the same issues.
Are these classes part of another API that I have not included, or are they part of some restricted API that I cannot use?
I'm using Eclipse to do my development, and was trying to figure out how to do the internationalization stuff that the JDE allows. If I use rapc to compile the .rrh file, it generates a JAR file that I can include in my build path and then all but one of my resource-related compile errors disappears. That last remaining error is :
"The type net.rim.device.api.ui.FieldVisitor cannot be resolved. It is indirectly referenced from required .class files".
I can't find this class anywhere. Anyone been able to resolve this issue? Thanks.
Last edited by pchandra : 05-07-2007 at 02:32 PM.
Reason: Solved problem
I am also using the Eclipse as my environment, and me also faced the same issue, and at last I changed the compiler settings from 6 to 1.3 , and its not throwing the exception now.