Messages by aiscs

2 topics, 3 messages
Kuix technical support » NoClassDefFoundError org/kalmeo/util/MathFP

Hi all ..,

 

I changed the kuix jar file to 1.0 but when i build the project i get the following error when i run the project (the project compiles without any errors)

 

java.lang.NoClassDefFoundError: org/kalmeo/util/MathFP
        at org.kalmeo.kuix.layout.StaticLayoutData.<clinit>(StaticLayoutData.java:33)
        at java.lang.Class.runCustomCode(+0)
        at org.kalmeo.kuix.widget.Desktop.<init>(+7)
        at org.kalmeo.kuix.core.KuixCanvas.initialize(KuixCanvas.java:176)
        at org.kalmeo.kuix.core.KuixMIDlet.startApp(+88)
        at javax.microedition.midlet.MIDletProxy.startApp(MIDletProxy.java:44)
        at com.sun.midp.midlet.Scheduler.schedule(Scheduler.java:375)
        at com.sun.midp.main.Main.runLocalClass(Main.java:477)
        at com.sun.midp.main.Main.main(+80)

 

Thanks

 

 

Kuix technical support » Scroll on Tabs

thanxs

Kuix technical support » Scroll on Tabs

Hi all,

 

First thank you for this great framework

 

I have a question

Can I make the TabFolder Scroll to the Left and Right if the number of tabs exceed the screen width

 

 

Thanxs