In my application, I have to add the choicegroup on Canvas.Is there any method to draw a choicegroup on canvas?
Is there any solution to make a custom choicegroup and implement it on canvas?
In my application, I have to add the choicegroup on Canvas.Is there any method
Share
MIDP 2 lcdui API does not allow ChoiceGroup to be placed within Canvas.
Being a subclass of Item, ChoiceGroup can be only within Form objects.