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 Version 6.4

When clean and build on a gui form where changes to code were made, 
Codenameone rebuilds the .java class and
adds additional comments (//) here 
: //////////////////////////////////////////////////////////////////////////-- 
DON'T EDIT BELOW THIS LINE!!!
VS //-- DON'T EDIT BELOW THIS LINE!!!

and (the issue) delets the line below :  //-- DON'T EDIT ABOVE THIS LINE!!! 
resulting in : //-- DON'T EDIT ABOVE THIS LINE!!!    protected void 
showOtherForm(Resources res) {
        new A3HomePage(res, inc).showBack();
    }
where the method definition is now part of a commented line.

The immediate fix is to add the new line.
    protected void showOtherForm(Resources res) {
        new A3HomePage(res, inc).showBack();
    }

Thoughts?
Regards.

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/258ec7d0-3c48-48f5-a37e-f01f465299c5%40googlegroups.com.

Reply via email to