将 CustomButtonField 设置为黑莓中的背景
谁能告诉我如何将自定义按钮字段设置为黑莓的背景。
谢谢
can any one tell me how to set custom button field as background in black berry.
Thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您无法将 ButtonField 设置为背景。如果您只是尝试使用图像,请查看BackgroundFactory 类。另请注意,在主屏幕上设置背景通常不起作用 - 您必须为 VerticalFieldManager 设置背景,然后将其添加到屏幕。
You can't set a ButtonField as a background. If you are just trying to use an image check out the BackgroundFactory class. Also be aware that setting the background on a MainScreen typically doesn't work -- you'll have to set a background for a VerticalFieldManager and then add that to the Screen.