[codenameone-discussions] Re: Issue with nullable NumericProperty and internalization

2018-04-25 Thread Thomas
Yes just found the typo in the set method of the NumericProperty class too. Thanks ;) On Thursday, April 26, 2018 at 6:22:44 AM UTC+2, Shai Almog wrote: > > A bug in the code, we'll fix it for Friday. It seems I wrote nullable > instead of !nullable at some point... > -- You received this mes

[codenameone-discussions] Re: Issue with nullable NumericProperty and internalization

2018-04-25 Thread Shai Almog
A bug in the code, we'll fix it for Friday. It seems I wrote nullable instead of !nullable at some point... -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an ema

[codenameone-discussions] Re: Issue with Textfield edition when text alignment is defined as right

2018-04-25 Thread Shai Almog
Left/right are flipped in RTL. A lot of frameworks get this wrong IMO. As an RTL language speaker (sufferer) this is the "right thing(tm)". Thanks for the bug report, damn case sensitivity oddness. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discus

[codenameone-discussions] Re: RIM - Error starting Main5: Module 'Main5-11' has verification error 2924 at offset ba31 (codfile version 79)

2018-04-25 Thread Shai Almog
We deprecated the blackberry support a while back and nobody noticed... -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to codenameone-discussions+unsubs

[codenameone-discussions] Issue with nullable NumericProperty and internalization

2018-04-25 Thread Thomas
I have a PropertyBusinessObject Vehicle Object defined with: ``` public final LongProperty id = new LongProperty<>("id", new Long(-1)); public final IntProperty height = new IntProperty<>("height"); public final IntProperty length = new IntProperty<>("length"); public final IntProperty width =

[codenameone-discussions] Re: Issue with Textfield edition when text alignment is defined as right

2018-04-25 Thread Thomas
OK. I achieved to obtain what I want on android by setting RTL to true and alignment to left. On the simulator however, the beahviour is different and impossible to get it right (so I will just hope that on iOS it is also OK cause I can't test it for now). One thing that is quite misleading is t

[codenameone-discussions] Re: RIM - Error starting Main5: Module 'Main5-11' has verification error 2924 at offset ba31 (codfile version 79)

2018-04-25 Thread morne . galanos
Was this ever resolved? On Thursday, 30 April 2015 18:56:12 UTC+2, Shai Almog wrote: > > That's an install error not a build error and I no longer have a working > RIM device. > We'll take another stab at it. > -- You received this message because you are subscribed to the Google Groups "Coden

[codenameone-discussions] Re: Null pointer on ipad sims

2018-04-25 Thread Gareth Murfin
I do but it looks like pretty obfuscated cn1/objc madness, I will copy paste it for you next time, but it looks hard to read. On Wednesday, April 25, 2018 at 1:27:41 PM UTC+8, Shai Almog wrote: > > If you run it in xcode you should see a stack trace in the printouts below > -- You received this

[codenameone-discussions] Re: Make a better CodenameOne and get it adopted by more developers around the world

2018-04-25 Thread Shai Almog
Despite writing so much I still neglected one important comment... If you want community involvement file RFE's for things like this! You want a better wizard file a lot of RFE's with specific narrow suggestions ideally with screenshots. People reading this, vote and type a comment in such issue

[codenameone-discussions] Re: Issue with Textfield edition when text alignment is defined as right

2018-04-25 Thread Shai Almog
RTL is the wrong word here. It's bidi: bi-directional. When you turn on RTL it treats the field as RTL but if you type with an LTR language it will type it correctly otherwise Hebrew speakers wouldn't be able to type numbers ;-) -- You received this message because you are subscribed to the Go