Hi, recently i developed a MIDlet for a simple aplication for PALM.
When i running with KtoolBar, it does not hav a problem. But when i running in PALM Emulator, it doesn’t not display the form , seen like not respond and such error came out…
I try to running the demo files called UIDemo which located in the WTK 2.0, same problem came out. It does not enter the Text Field and Choice Group…
KVM stdout: 10 Dec 2003, 17:24
Could not create icon com.sun.midp.midlet.Selector$MIDletInfo@1cb37664
and
KVM stdout: 10 Dec 2003, 1:00
Could not create icon com.sun.midp.midlet.Selector$MIDletInfo@1cb37664Could not create icon com.sun.midp.midlet.Selector$MIDletInfo@f828ed68Could not create icon com.sun.midp.midlet.Selector$MIDletInfo@ea0ef881Could not create icon com.sun.midp.midlet.Selector$MIDletInfo@84aee8bCould not create icon com.sun.midp.midlet.Selector$MIDletInfo@c5c7331Could not create icon com.sun.midp.midlet.Selector$MIDletInfo@e938beb1Could not create icon com.sun.midp.midlet.Selector$MIDletInfo@11eaa96Could not create icon com.sun.midp.midlet.Selector$MIDletInfo@15549f7cCould not create icon com.sun.midp.midlet.Selector$MIDletInfo@eaa14fceCould not create icon com.sun.midp.midlet.Selector$MIDletInfo@f17bbb8astartApp threw an Exception
java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
at javax.microedition.lcdui.TextField.(+37)
at textfield.TextFieldDemo.startApp(+101)
at javax.microedition.midlet.MIDletProxy.startApp(+7)
at com.sun.midp.midlet.Scheduler.schedule(+189)
at com.sun.midp.midlet.Main.main(+133)
startApp threw an Exception
java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
at javax.microedition.lcdui.TextField.(+37)
at textfield.TextFieldDemo.startApp(+101)
at javax.microedition.midlet.MIDletProxy.startApp(+7)
at com.sun.midp.midlet.Scheduler.schedule(+189)
at com.sun.midp.midlet.Main.main(+133)
startApp threw an Exception
java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
at javax.microedition.lcdui.TextField.(+37)
at textfield.TextFieldDemo.startApp(+101)
at javax.microedition.midlet.MIDletProxy.startApp(+7)
at com.sun.midp.midlet.Scheduler.schedule(+189)
at com.sun.midp.midlet.Main.main(+133)
startApp threw an Exception
java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
at javax.microedition.lcdui.TextField.(+37)
at textfield.TextFieldDemo.startApp(+101)
at javax.microedition.midlet.MIDletProxy.startApp(+7)
at com.sun.midp.midlet.Scheduler.schedule(+189)
at com.sun.midp.midlet.Main.main(+133)
startApp threw an Exception
java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
at javax.microedition.lcdui.TextField.(+37)
at textfield.TextFieldDemo.startApp(+101)
at javax.microedition.midlet.MIDletProxy.startApp(+7)
at com.sun.midp.midlet.Scheduler.schedule(+189)
at com.sun.midp.midlet.Main.main(+133)
startApp threw an Exception
java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
at javax.microedition.lcdui.TextField.(+37)
at textfield.TextFieldDemo.startApp(+101)
at javax.microedition.midlet.MIDletProxy.startApp(+7)
at com.sun.midp.midlet.Scheduler.schedule(+189)
at com.sun.midp.midlet.Main.main(+133)
startApp threw an Exception
java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
at javax.microedition.lcdui.TextField.(+37)
at textfield.TextFieldDemo.startApp(+101)
at javax.microedition.midlet.MIDletProxy.startApp(+7)
at com.sun.midp.midlet.Scheduler.schedule(+189)
at com.sun.midp.midlet.Main.main(+133)
startApp threw an Exception
java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
at javax.microedition.lcdui.TextField.(+37)
at textfield.TextFieldDemo.startApp(+101)
at javax.microedition.midlet.MIDletProxy.startApp(+7)
at com.sun.midp.midlet.Scheduler.schedule(+189)
at com.sun.midp.midlet.Main.main(+133)
Thank You