I am writing an application for 开发者_如何学编程blackberry using LWUIT. I want to display a popup window while a process is carried out in the window which is previously opened up. How can I do this?
How to create a multiline list开发者_Python百科 in J2ME like this: multiline list?This seems the demo of LWUIT\'s List component have a look at here & here
I\'ve created an application with lwuit on java-me, however, each time the user receives a phone call the applications is minimized and when the user restores it, the first Form is shown again (a spla
import com.sun.lwuit.Command; import javax.microedition.midlet.; import javax.microedition.lcdui.; in my code but still the following errors are coming...
I have an LWUIT app that has a few components that don\'t display correctly in the si开发者_如何学Gomulator.I need to take some screen captures for docs and was hoping I could do it in code (running o
I hava form that shows well开发者_如何学JAVA, I can fill in all the labels, I have even overriden the textfield for easier input. but when I press the \'save\' button to POST the form. All it does is
I have a rather large application written with LWUIT. With only a few scre开发者_如何转开发ens that have the problem.
I noticed it can\'t read/parse everything you throw at it. It reads normal html, because i can see that, but i can\'t see the css that i use to make it look nice. although 开发者_JS百科in the docs the
I want to override Dialog so that it disposes itself the very moment 开发者_JAVA技巧it shows.though it is a strange question, but you can override onShow() or onShowCompleted() and call dispose() insi
Is it possible to retrieve the contacts without using Activity class? I\'m using LWUIT for developing android application. I need to retrieve the contacts from android phonebook. How its possible?