[codenameone-discussions] Re: JavaFX used by Windows and Mac OS Desktop builds outdated.

2019-02-15 Thread remonkroep
Do you have documentation on how to package locally? On Thursday, February 14, 2019 at 11:15:17 PM UTC-5, Shai Almog wrote: > > When I say version 7.0 it's a full timeline which starts in March and is > currently planned to end in June. It's not a specific date. We can try and > aim to an

[codenameone-discussions] Seems to be bug in Picker class (getSelectedString())

2019-02-15 Thread shop . service . assistant
If you are experiencing an issue please mention the full platform your issue applies to: IDE: NetBeans/Eclipse/IDEA NetBeans 8.2 Desktop OS Windows 10 Pro Simulator latest Device PC, Android, IOS getting: java.lang.ClassCastException: java.util.Date cannot be cast to java.lang.String at

[codenameone-discussions] show dialog when callback for native interface

2019-02-15 Thread Fuad Nassar
Device:Android KitKat 4.4.2 hi, i have something like this class for callback native interface package com.mycompany; public class NativeCallback { public static void callback() { // do stuff } } and need to show as this Dialog in my static method, without crash my app

[codenameone-discussions] Re: JavaFX used by Windows and Mac OS Desktop builds outdated.

2019-02-15 Thread Shai Almog
We use javafxpackager which was later renamed javapackager. It's available in the right click menu in the downloaded sources but you need some installs to get it working. Just google these to find the Oracle and 3rd party documentation -- You received this message because you are subscribed

[codenameone-discussions] Re: Seems to be bug in Picker class (getSelectedString())

2019-02-15 Thread Shai Almog
This will happen if you try to get a string from a date picker. -- 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] Re: show dialog when callback for native interface

2019-02-15 Thread Shai Almog
Wrap it in callSerially as the callback is probably in the OS native thread. -- 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] Re: show dialog when callback for native interface

2019-02-15 Thread Fuad Nassar
thanks, it's work On Friday, February 15, 2019 at 9:29:14 PM UTC-8, Shai Almog wrote: > > Wrap it in callSerially as the callback is probably in the OS native > thread. > -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To