openGeeksLab / codenameone

Automatically exported from code.google.com/p/codenameone
0 stars 0 forks source link

iOS Crash when accessing class with byte variable #951

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
If you have a class with a byte-variable and you access it on iOS, the App 
crashes. Simulator, Android and j2me do not crash.

I've attached the source of an example.
The App has two Buttons.
The first will show a dialog with the int variable of a test-class.
The second should show a dialog with the byte variable of another test-class, 
but it crashes the App.

I was using CN1 Plugin Version 1.0.57 for Netbeans 7.3 on Windows 7 Home 
Premium 64bit.

Original issue reported on code.google.com by baymatth...@gmail.com on 13 Nov 2013 at 8:12

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks, this is a bit hard to fix. It means reworking some of the stylesheets 
from XMLVM. Ideally I'd like to attack it with the XMLVM array issue. Hopefully 
I'll get it done before 2.0.

Original comment by shai.almog on 21 Nov 2013 at 1:28