Chris Guanzon Active Member Licensed User Longtime User Feb 11, 2021 #1 hello, how can I change the background color of b4xcombobox? I tried using this code: B4X: B4XComboBox1.mBase.SetColorAndBorder(0xFF262626, 0dip, 0x00FFFFFF, 10dip) but this doesn't work. What is the proper or right code for this? I also want to change the color of the arrow in b4xcombobox. Is it possible to change it? Last edited: Feb 11, 2021
hello, how can I change the background color of b4xcombobox? I tried using this code: B4X: B4XComboBox1.mBase.SetColorAndBorder(0xFF262626, 0dip, 0x00FFFFFF, 10dip) but this doesn't work. What is the proper or right code for this? I also want to change the color of the arrow in b4xcombobox. Is it possible to change it?
Erel B4X founder Staff member Licensed User Longtime User Feb 11, 2021 #2 Check this tool code + CSS: https://www.b4x.com/android/forum/t...gner-for-b4xpreferencesdialog.104670/#content Upvote 0
Check this tool code + CSS: https://www.b4x.com/android/forum/t...gner-for-b4xpreferencesdialog.104670/#content