Question

i have developed an application in J2ME. J2ME standard controls has been used across the application. its working fine on Nokia Devices.

i want to convert this application in Blackberry. i have created MIDlet project in BlackBerry IDE.

the problem is: J2ME standard choice group control is not working in Blackberry.

What should be the alternative of choice group control in Blackberry? or How it will work in Blackberry?

Was it helpful?

Solution

I have solved this problem on behalf of me. I just changed the ChoiceGroup Type. Now I use Choice.POPUP .its working fine.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top