按钮 Horizo​​ntalFieldManager,更改焦点背景图像?

发布于 2024-09-18 04:28:58 字数 305 浏览 6 评论 0原文

我想要一个水平字段管理器充当按钮,更改焦点上的背景图像:

http://i52.tinypic.com /2cgzqe0.jpg

为 Horizo​​ntalFieldManager 设置背景图像,它应该更改 onfocus(select) 并且它应该充当推动其他屏幕的按钮...

在 Horizo​​ntalFieldManager 下,我想添加图像和标签来显示一些信息。 ..

我希望它与屏幕截图中的一模一样,没有编辑字段..

I want a horizontal field manager to act as a button, changing the background image on focus:

http://i52.tinypic.com/2cgzqe0.jpg

set background image for HorizontalFieldManager and it should change onfocus(select) and it should act as a button to push some other screen...

Under that HorizontalFieldManager I want to add an image and labels to display some information...

I want it exactly like in the screen shot, there are no edit fields..

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

饮惑 2024-09-25 04:28:58

使用ListField怎么样,你想要列表中的单个组件还是多个组件?
如果单身,您可以移动到您选择的内容,或者开发您的自定义列表字段

How about using ListField for it,Do you want a single component or multiple components in the list?
If Single u can move to what you choose,or else develop your custom listfield

如歌彻婉言 2024-09-25 04:28:58

调用类似:

getMainManager().setBackground(BackgroundFactory.createLinearGradientBackground(Color.WHITE, Color.GRAY, Color.DIMGRAY, Color.DIMGRAY));

更改屏幕背景。

Call something like:

getMainManager().setBackground(BackgroundFactory.createLinearGradientBackground(Color.WHITE, Color.GRAY, Color.DIMGRAY, Color.DIMGRAY));

to change the background of your screen.

£冰雨忧蓝° 2024-09-25 04:28:58
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)' "
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)' "
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文