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.
我想更改同一个按钮上的按钮单击我如何在黑莓中做到这一点。我在android中使用框架布局在上面覆盖两个字段,所以我如何在黑莓中通过相同的点击更改字段?
例如,当我单击 btn1 时,我想将两个按钮保持在同一位置,而当我单击 btn2 时,应该显示 btn2
嘿,我完成了替换方法,谢谢大家的回复
我用 vfm.replace(oldField, newField); 交换
在黑莓中单击按钮时更改屏幕的一部分 //这里是链接