On Sep 15, 2010, at 10:47 AM, Arno Puder wrote:
>
> one new feature of the C backend is that it can automatically generate C
> wrappers from the Cocoa Java classes in org.xmlvm.iphone.*. What
> basically happens is that everything that is publicly visible from those
> classes is used to generate the C wrappers (for the Objective-C backend
> all of this had to be written manually from scratch).
>
> You placed UIGenericToolbar in the org.xmlvm.iphone.internal package,
> but used it at the same time as a base class for official Cocoa classes.
> This makes UIGenericToolbar publicly visible and therefore I had to move
> it out of the internal package. I consider this only a quick fix.
> UIGenericToolbar is not an official Cocoa class and should not be used
> as a base class. Once this is fixed, this class should of course be
> moved back to the internal package.
>
> Arno
>
You are right.
Well this is obviously the fastest solution to move one ;)
|