[codenameone-discussions] Re: Components of the forms disappear II

2018-09-18 Thread Shai Almog
Hi, the console of where this is happening. The console for the device if it happens there. For Android you can debug with a cable and for other devices there is this cn1lib https://www.codenameone.com/blog/native-logging-certificate-wizard.html -- You received this message because you are

[codenameone-discussions] Re: Components of the forms disappear II

2018-09-18 Thread rdvg1962
Hi, I am a man older than 50 and I skipped java and object oriented programming to work on codename one. I have doubts about the console you mention. Is the debug console that has my IDE (netbeans) or what? -- You received this message because you are subscribed to the Google Groups

[codenameone-discussions] Re: Components of the forms disappear II

2018-09-14 Thread Shai Almog
Hi, you would see a crash if a memory issue was involved. I suggest looking at the console for the device and seeing if something was printed when this happened. Use a process of elimination to try and determine the part of the code that's responsible for this issue. -- You received this

[codenameone-discussions] Re: Components of the forms disappear

2018-08-29 Thread Shai Almog
Hi, from a cursory look I don't see anything that should cause this. If you can isolate the problem to a runnable test case it would help. I suggest logging to see what happens and ideally trying to reproduce it on the simulator where you can use the Component Inspector to try and understand

[codenameone-discussions] Re: Components of the forms disappear

2018-08-28 Thread rdvg1962
Hi, No, I'm going to show the code (really simple) for validation. private void formaTienda(final Form fmLiber) { final Form fmTienda = new Form(new BorderLayout()); fmTienda.getToolbar().setBackCommand("", e -> fmLiber.showBack());

[codenameone-discussions] Re: Components of the forms disappear

2018-08-27 Thread Shai Almog
Hi, are you changing the layout in any way without validating after you showed the form? -- 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