Hello,
I noticed, that when setting text color of some views (Spinner, EditText) from code:
then this text color is also used when the view is disabled (instead of using faded grey color to indicate disabled state). Is there a way to set spinner text color for both enabled and disabled state? I found solution for EditText here, but does not work for Spinners:
java.lang.RuntimeException: Method: setTextColor not found in: anywheresoftware.b4a.objects.SpinnerWrapper$B4ASpinner
I also tried B4XComboBox, but it hides spinner within, so no luck there...
I noticed, that when setting text color of some views (Spinner, EditText) from code:
B4X:
MySpinner.TextColor = Colors.White
then this text color is also used when the view is disabled (instead of using faded grey color to indicate disabled state). Is there a way to set spinner text color for both enabled and disabled state? I found solution for EditText here, but does not work for Spinners:
java.lang.RuntimeException: Method: setTextColor not found in: anywheresoftware.b4a.objects.SpinnerWrapper$B4ASpinner
I also tried B4XComboBox, but it hides spinner within, so no luck there...