LWUIT ComboBox 弹出主题主题问题

发布于 2024-11-27 00:31:34 字数 287 浏览 1 评论 0原文

我想自定义 LWUIT 中 ComboBox 弹出列表的外观。尽管如此,当我尝试更改 ComboBoxComboBoxFocusComboBoxItemComboBoxListComboBoxPopup 时> LWUIT Theme Creator 中的组件没有任何反应。主题创建器中的弹出窗口预览仍然以白色背景上的黑色文本显示弹出窗口。 我错过了什么吗? 如何更改此弹出窗口的主题?我正在使用 LWUIT 1.4

I want to customize the look of the ComboBox pop-up list in LWUIT. Nonetheless when I tried to change the ComboBox, ComboBoxFocus, ComboBoxItem, ComboBoxList, ComboBoxPopup components in LWUIT Theme Creator, nothing happened. The popup preview in Theme Creator still shows the pop-up in black text on white background.
Am I missing something?
How to change the theme of this pop-up? I am using LWUIT 1.4

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

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

发布评论

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

评论(1

水晶透心 2024-12-04 00:31:34

在 LWUIT 资源编辑中使用以下样式,

  • Unselected#ComboBoxItem#Color 用于未聚焦的列表项。
  • Unselected#ComboBoxPopup#Color 用于未聚焦的列表项。
  • Selected#ComboBoxItem#Color 用于焦点列表项。

注意:取消选中派生复选框并更改前景色或背景色。因为当选择派生复选框时,它使用默认样式。

Use the following styles in LWUIT resource edit,

  • Unselected#ComboBoxItem#Color for unfocused list Item.
  • Unselected#ComboBoxPopup#Color for unfocused list Item.
  • Selected#ComboBoxItem#Color for focused list Item.

Note: uncheck derive checkbox and change the fore color or background color. Because its use default style When the derive checkbox is selected.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文