From: Panayotis K. <pan...@pa...> - 2010-07-15 14:34:15
|
I am happy to announce that just now a patch of mine has been applied to the main XMLVM source tree, which will make XMLVM Android compatibility and emulator a bit better than before :) Here is a rough change-log of the changes: 1) Improved handling of specific events and support of background images in Android compatibility library 2) Improved Activity pipeline in Android projects 3) CompoundButton under Android properly works 4) Fixed some Android API inconsistencies 5) Support of images, background images and control states in UIButton (and emulator) 6) Property support of background color in UIView and children 7) Improved emulator support of UILabel, UITextField and UITextView. Improved support of UITextField and UITextView 8) Improved support of launching iPhone applications: arguments supported and custom UIApplication classes 9) UIApplicationDelegate used instead of UIApplication being itself a UIApplicationDelegate 10) Template project does not have the "xmlvm" string any more, and comments added to xcode.project file I'd like also to mention again the problem with (obsolete) iPhone 3 projects. To define a iPhone 3 project, one have to edit file nbproject/xcode.properties and set xmlvm.project to iphone3 Or, if someone wants to work with the command line version of xmlvm, he should pass the parameter -DXcodeProject=iphone3 to the xmlvm binary. I hope you will enjoy it! |