of course it shouldn't happen if the Java and Objective-C side are out
of sync. Can you give an example? I would expect a segfault in that case.
Arno
Dr. Alexander K. Seewald wrote:
> Hi all,
>
> I've just implemented the textColor and textSize tags for Android,
> and extended the background tag to take simple color names as well
> as the #FF123456 hex code notation (alpha,r,g,b)... again a
> scattering of small changes.
>
> The xmlvm/src/xmlvm2objc/compat-lib/ directory has java and objc
> subdirectories which do not seem to be synchronized. Initially I
> implemented parts in Java and then found out that this has no effect
> when compiling for iPhone... so I implemented the objc parts as well.
>
> Is it deliberately done that the code in the java directory is not
> compiled via xmlvm to objc code? Would it be possible to convert
> specific java files to save on half the development effort? ;-)
>
> Best,
> Alex
|