[codenameone-discussions] Re: Problems with CodenameOne framework local build

2016-08-18 Thread Shai Almog
Is ../../cn1-binaries/corevm.jar reachable from your CodenameOne directory where you are issuing the build? -- 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

Re: [codenameone-discussions] SCREEN/APP FREEZING

2016-08-18 Thread Dave Dyer
This sounds like the EDT thread is stalled waiting for a synchronization monitor. You have some hope if you can produce this behavior in the simulator, where you can see what threads are doing. -- You received this message because you are subscribed to the Google Groups "CodenameOne

[codenameone-discussions] stalled threads

2016-08-18 Thread Dave Dyer
There seem to be no tools to detect or deal with threads stalled by synchronization errors, and If I do decide (by monitoring the lack of activity for example) that a thread is stalled, there is precious little I can do about it. Thread.interrupt() seems to do nothing at all. Looking at

[codenameone-discussions] Re: [iOS] How to check if we are in debug build

2016-08-18 Thread Dave Dyer
> Dave : thanks, maybe I could do that. But when you will need to release a > major version, you will switch from 1.XX to 3.XX directly ?! > > Fortunately there are lots of version numbers available :) No one but me ever sees the debug sequence. Also, since it's a separate build, It's also

[codenameone-discussions] Re: Problems with CodenameOne framework local build

2016-08-18 Thread kaisbensalah92
Hello, I found CLDC11.jar into cn1 binaries. the path is fine. I also added the jar to the project libraries. But the result is the same, the build always fails. Any idea? On Thursday, August 18, 2016 at 6:16:33 AM UTC, Shai Almog wrote: > > Hi, > it can't find the cldc11.jar file from the cn1

[codenameone-discussions] Re: [iOS] How to check if we are in debug build

2016-08-18 Thread Jérémy MARQUER
Dave : thanks, maybe I could do that. But when you will need to release a major version, you will switch from 1.XX to 3.XX directly ?! Shai : Sure, but in your plugin, you know that when we click on "Send debug build" or "Send release build" button. So, maybe you can modify a value in the

Re: [codenameone-discussions] SCREEN/APP FREEZING

2016-08-18 Thread Shai Almog
I suggest connecting the device with a cable and looking at the DDMS output to see if there is any exception or suspicious printout when you reproduce this issue. We'll also need to understand what's in that page. -- You received this message because you are subscribed to the Google Groups

[codenameone-discussions] Re: [iOS] How to check if we are in debug build

2016-08-18 Thread Shai Almog
Hi, no. We don't know that since both builds in Apple terms are "release" builds. The differences are very minor -- 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

[codenameone-discussions] Re: Problems with CodenameOne framework local build

2016-08-18 Thread Shai Almog
Hi, it can't find the cldc11.jar file from the cn1 binaries which I'm guessing is in a different path than the one we explained. Notice that relatively the paths are very important. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group.