From: Adrian B. <kil...@gm...> - 2010-01-19 10:19:53
|
Hey guys I have electronically signed the CLA. The iPhone Java emulator seems to have problems with multiple text fields on the same screen. Due to the fact that the org.xmlvm.iphone.internal.Display class does only support one key listener. I have fixed that. I assume the problem is just in the emulator, once cross compiled the text fields would behave correctly. I'm going to submit a patch, if my assumption about the no need to touch the Objective-C stuff is right. About the password fields and multiline labels, yes I can help there. I'm quite good at building Java UI's but don't know anything about Objective-C. So I need help with the Objective-C part. Regards, Adrian 2010/1/18 Wolfgang Korn <wol...@xm...>: > Adrian, > > you did not overlook an existing implementation. Neither password > fields, nor multiline labels are supported by now. So feel free to > contribute to XMLVM. If you need help to get started don't hesitate to > contact us. > > To accept contributions we ask you to sign our Contributors License > Agreement (CLA) . Please have a look at http://xmlvm.org/contribute/ > > -- Wolfgang > > > Adrian Buerki wrote: >> Hey guys >> >> First of all, this is a great project! >> >> I'm trying to write an iPhone application using the components in the >> org.xmlvm.iphone package. I'm missing some kind of password text field >> component. I have no problem in extending the UITextField and add the >> functionality, just want to make sure I did not overlook something? >> >> Is there some kind of multi-line support in the UILabel component? The >> text I have set is too long and runs over the window border. I can >> split it into multiple labels, but that does not feel like the >> appropriate solution... >> >> Keep up the good work! >> Adrian >> >> ------------------------------------------------------------------------------ >> Throughout its 18-year history, RSA Conference consistently attracts the >> world's best and brightest in the field, creating opportunities for Conference >> attendees to learn about information security's most important issues through >> interactions with peers, luminaries and emerging and established companies. >> http://p.sf.net/sfu/rsaconf-dev2dev >> _______________________________________________ >> xmlvm-users mailing list >> xml...@li... >> https://lists.sourceforge.net/lists/listinfo/xmlvm-users >> > > |