[codenameone-discussions] you broke something?

2020-01-10 Thread Dave Dyer
Yesterday's builds were fine. Today's builds stall with a blank screen, waiting to refresh the first window. They seem to get kicked into action by any external event, such as changing orientation. Still investigating. -- You received this message because you are subscribed to the Google

[codenameone-discussions] Display.getInstance().execute(file) on PC in Simulator does not work

2020-01-10 Thread Mark Bolduc
If you are experiencing an issue please mention the full platform your issue applies to: IDE: NetBeans/Eclipse/IDEA Netbeans 11 Desktop OS Windows 10 Pro Simulator Latest Device PC In Simulator Note this did work before (poss several months ago) Display.getInstance().execute(pdf file) on PC in

[codenameone-discussions] Gui Builder adds events at end of line in source .java code

2020-01-10 Thread Mark Bolduc
If you are experiencing an issue please mention the full platform your issue applies to: IDE: NetBeans/Eclipse/IDEA Netbeans 11 Desktop OS Windows 10 Pro Simulator Latest Device Gui Builder Gui Builder adds events at end of line in source .java code I have a class (class

[codenameone-discussions] Failed to generate Gui Source with System JAXB

2020-01-10 Thread Mark Bolduc
If you are experiencing an issue please mention the full platform your issue applies to: IDE: NetBeans/Eclipse/IDEA Netbeans 11 Desktop OS Windows 10 Pro Simulator Latest Device Gui Builder Added a Container using Gui Builder then got following error on compile. Attempting to generate GUI

Re: [codenameone-discussions] Gui Builder adds events at end of line in source .java code

2020-01-10 Thread Steve Hannah
Sorry, this reply was meant for your other question about JAXB. On Fri, Jan 10, 2020 at 2:23 PM Steve Hannah wrote: > This is related to JDK removing JAXB in JDK9. We have some workarounds in > place to deal with this, but it appears they aren't working here. For now, > workaround this by

Re: [codenameone-discussions] Failed to generate Gui Source with System JAXB

2020-01-10 Thread Steve Hannah
This is related to JDK removing JAXB in JDK9. We have some workarounds in place to deal with this, but it appears they aren't working here. For now, workaround this by using JDK8. On Fri, Jan 10, 2020 at 1:17 PM Mark Bolduc < shop.service.assist...@gmail.com> wrote: > If you are experiencing

Re: [codenameone-discussions] Gui Builder adds events at end of line in source .java code

2020-01-10 Thread Steve Hannah
This is related to JDK removing JAXB in JDK9. We have some workarounds in place to deal with this, but it appears they aren't working here. For now, workaround this by using JDK8. On Fri, Jan 10, 2020 at 1:23 PM Mark Bolduc < shop.service.assist...@gmail.com> wrote: > If you are experiencing

Re: [codenameone-discussions] Re: you broke something?

2020-01-10 Thread Steve Hannah
If you can post a test case, I'd be interested to see it. We recently turned off this "layout on paint" feature and added the manual override because: 1. Turning it off caused significant performance improvements, especially when scrolling. 2. All of my samples seemed to still work fine with it

[codenameone-discussions] Re: you broke something?

2020-01-10 Thread Dave Dyer
A stroll through the code revealed that the frame was never laid out, and adding this incantation to the form creation fixes the problem. setAllowEnableLayoutOnPaint(true); It may be the case that I'm especially vexed by this because my frames are blank (contain no widgets) from

[codenameone-discussions] Re: Display.getInstance().execute(file) on PC in Simulator does not work

2020-01-10 Thread Shai Almog
I'm assuming there's nothing printed out to the console? Did you update the OS/JVM? We use the Java "Desktop" API to invoke these URLs. These APIs are pretty flaky e.g. they don't work on Linux but unfortunately there's nothing else we can use. -- You received this message because you are