[codenameone-discussions] Re: CleanModern demo problem

2017-08-02 Thread Shai Almog
Hi, no that won't help. It makes sense that the device will behave in the same way as the simulator. They should both behave the same way as the JavaScript version in the web page. Not sure why it's different. -- You received this message because you are subscribed to the Google Groups "Coden

[codenameone-discussions] Re: CleanModern demo problem

2017-08-02 Thread Ramon Garcia
Hi Shai, Yes i've a project created via the wizard (and other CleanModern projects created from scratch, and all the tests that i was able to imagine :-) :-) ) and the signupform doesnt shows. May be, this will be some problem with the configuration of my computer ... if i send a compilation to m

[codenameone-discussions] Re: CleanModern demo problem

2017-07-27 Thread Shai Almog
Hi, the clean modern demo is hand coded so it wasn't created with the GUI builder and won't open with it. You can create a new GUI builder file for it but the existing files won't work. Is this a project you created via the new project wizard -> Codename One -> Demos -> Clean Modern? That shoul

[codenameone-discussions] Re: CleanModern demo problem

2017-07-27 Thread Ramon Garcia
About CleanModern... a think to remember: if I delete the "new FloatingHint(x)" from SingUpForm (from the BoxLayout.EncloseY command) it shows Ok Deleting the label, or the createLineSeparator() it doesnt Thanks about your patience Ramon Garcia El jueves, 27 de julio de 2017, 13:59:1

[codenameone-discussions] Re: CleanModern demo problem

2017-07-27 Thread Ramon Garcia
Sorry, I've found how to open new Gui Builder... its easy: rightclicking in the form class. But in the CleanModern project when i do it, it show a "The GUI Builder works only with GUI Builder files created using the new file wizard" message. Have i changed anything that i must not? Ramon G

[codenameone-discussions] Re: CleanModern demo problem

2017-07-27 Thread Ramon Garcia
Hi, Sorry, last week i was on holiday Surely there is something i misunderstood. The Javascript compiled version shows the SignUpForm and the ActivateForm that i cant see running the app in my computer. I'm using JDK 1.8. And I've mapped the CLDC11.jar, CodenameOne.jar and CodenameOne_SRC.zip

[codenameone-discussions] Re: CleanModern demo problem

2017-07-14 Thread Shai Almog
Hi, this is a mockup. If you press the links at the bottom you will see the signup form sequence. You can also try the JavaScript compiled version live here: http://www.codenameone.com/blog/template-clean-modern-ui-kit.html Does the JavaScript version behave differently from yours? I just tried

[codenameone-discussions] Re: CleanModern demo problem

2017-07-14 Thread Ramon Garcia
Sorry, I forgot to say that if i rightclick in the GiT downloaded project or in the demo created project the codenameone designer showed is always the old one. Ramon Garcia El viernes, 14 de julio de 2017, 3:59:20 (UTC-4), Ramon Garcia escribió: > > Hi Shai, > > Thanks a lot. > > Using the p

[codenameone-discussions] Re: CleanModern demo problem

2017-07-14 Thread Ramon Garcia
Hi Shai, Thanks a lot. Using the proposed instructions i can resolve the Git downloaded issues... but when i run the app i've the same problem: the signinform is showed but not signupform. If i create a new project from demo i experience exactly the same problem. And if i create an android apk

[codenameone-discussions] Re: CleanModern demo problem

2017-07-14 Thread Ramon Garcia
Hi Shai, Thanks a lot. Using the proposed instructions i can resolve he Git downloaded issues... but when i run the app i've the same problem: the signinform is showed but not signupform. If i create a new project from demo i experienced exactly the same problem. And if i create an android apk

[codenameone-discussions] Re: CleanModern demo problem

2017-07-13 Thread Shai Almog
Make sure your plugin is new 3.7+. In File -> New -> Codename One -> Demos you will see clean modern. If you want something that isn't there you can follow these instructions: https://www.codenameone.com/blog/tip-setup-codename-one-demo-from-git.html When it crashes what's the exception? -- Yo