Hi,
I have developed a B4A Application which uses spinner controls. I have kept the Text Colour as White #FFFFFF. Whereas it appears with a Dark Grey backround with White Foreground in most devices, it appears with a WHITE BACKGROUND in some devices due to which the end-user is unable to view the Data in the Spinner control (because it is WHITE OVER WHITE). I could not find a way to fix the background colour of the Spinner control. Also it is to inform that the Parent of my spinner control is a Panel.
Can I do something on the Panel to ensure that the background and foreground on the spinner controls are always WHITE OVER DARK GRAY (or any fixed colour combination) which will not change irrespective of the devices in which my app will execute.
Thanks in advance.