我希望水平字段管理器充当按钮,更改焦点上的背景图像:
设置HorizontalFieldManager的背景图像,它应该改变onfocus(select),它应该作为一个按钮来推动其他屏幕......
在那个HorizontalFieldManager下我想添加一个图像和标签来显示一些信息......
我想要它与屏幕截图完全一样,没有编辑字段..
答案 0 :(得分:1)
如何使用ListField,您是否需要列表中的单个组件或多个组件? 如果单身你可以移动到你选择的,或者开发自定义列表字段
答案 1 :(得分:1)
请拨打以下内容:
getMainManager().setBackground(BackgroundFactory.createLinearGradientBackground(Color.WHITE, Color.GRAY, Color.DIMGRAY, Color.DIMGRAY));
更改屏幕背景。
答案 2 :(得分:0)
onFocus="this.style.width = '260px'; this.style.background='url(Icalorieimage/account/username_text.png)'"
onBlur="this.style.width = '260px'; this.style.background='url(Icalorieimage/account/username_text.png)' "