Sorry i'm really lost.
I'm probably not expert enough.
I've recently download from github the CleanModernUIKit demo and i cant
execute it using Netbeans 8.0.2, Java 1.8, and the 3.7.2 CodenameOne plugin.
First i've solved then project problems as Netbeans suggest.
But when i want to compile it i receive this error:
/home/debian/NetBeansProjects/Apls/CodenameOne/demos/CleanModernUIKit-master/build.xml:13:
taskdef class com.codename1.build.client.CodeNameOneBuildTask cannot be
found
using the classloader AntClassLoader[]
The Netbeans project icon is not codenameone icon, and codename project
options are disabled.
Trying two search a workaround i've created a Codenameone project, and copy
each object to this new project.
Its compiles, its executes... but suprisingly some forms doesnt show like
signupForm.
I've debuged the project and i've seen that it crashed when adding the
floatinghints to container
Container content = BoxLayout.encloseY(
new Label("Sign Up", "LogoLabel"),
new FloatingHint(username),
createLineSeparator(),
new FloatingHint(email),
createLineSeparator(),
new FloatingHint(password),
createLineSeparator(),
new FloatingHint(confirmPassword),
createLineSeparator()
);
If i delete the FloatingHints in this sentence the form shows OK.
There are some forms like SingInForm with the same structure and works Ok...
Well, please, can anyone helps me with the original downloaded project or
with my "workarounded" project???
Thanks a lot.
Ramon
--
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].
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit
https://groups.google.com/d/msgid/codenameone-discussions/b423db04-3a0a-4ab0-8b64-334a5ab2689e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.