Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的应用程序中,我必须在 Canvas 上添加选择组。有什么方法可以在画布上绘制选择组吗?是否有任何解决方案可以制作自定义选择组并在画布上实现它?
MIDP 2 lcdui API 不允许将ChoiceGroup放置在Canvas中。
作为Item的子类,ChoiceGroup 只能在Form对象中。