JAVA - LWUIT ComboBox popup theming problem
Translations
Englishالعربية
български
català
中文
čeština
dansk
Nederlands
eesti
suomi
français
Deutsch
Ελληνικά
עברית
हिंदी
magyar
Bahasa Indonesia
italiano
日本語
한국어
latviešu
lietuvių
norsk
polski
Português
română
русский
slovenčina
slovenski
español
svenska
ไทย
Türkçe
українська
Tiếng Việt
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
This question and answers originated from www.stackoverflow.com
Question by pram (7/31/2011 11:43:44 PM)
Answer |
Use the following styles in LWUIT resource edit,
Unselected#ComboBoxItem#Colorfor unfocused list Item.Unselected#ComboBoxPopup#Colorfor unfocused list Item.Selected#ComboBoxItem#Colorfor 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.
Answer by bharath
Find More Answers
Related Topics java java-me combobox lwuit lwuit-resource-editor