我想要一个水平字段管理器作为一个按钮,改变焦点的背景图像:
为 HorizontalFieldManager 设置背景图像,它应该改变 onfocus(select) 并且它应该作为一个按钮来推动其他一些屏幕......
在那个 HorizontalFieldManager 下,我想添加一个图像和标签来显示一些信息......
我希望它与屏幕截图中的完全一样,没有编辑字段..
我想要一个水平字段管理器作为一个按钮,改变焦点的背景图像:
为 HorizontalFieldManager 设置背景图像,它应该改变 onfocus(select) 并且它应该作为一个按钮来推动其他一些屏幕......
在那个 HorizontalFieldManager 下,我想添加一个图像和标签来显示一些信息......
我希望它与屏幕截图中的完全一样,没有编辑字段..
调用类似的东西:
getMainManager().setBackground(BackgroundFactory.createLinearGradientBackground(Color.WHITE, Color.GRAY, Color.DIMGRAY, Color.DIMGRAY));
更改屏幕背景。
使用 ListField 怎么样,你想要列表中的单个组件还是多个组件?如果 Single u 可以移动到您选择的位置,或者开发您的自定义列表字段
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)' "