Hi all
I found many results when I use the forum search about how to set the combobox gravity to center, but the problem was not solved.
I got the error: Input string was not in a correct format.
I tried all the ways in this: https://www.b4x.com/android/forum/threads/help-right-aligning-combo-box-items.96718/ without success.
I found many results when I use the forum search about how to set the combobox gravity to center, but the problem was not solved.
B4X:
Dim jo As JavaObject = ComboBox1
jo.GetFieldJO("scene").RunMethod("setNodeOrientation", Array("CENTER"))
I got the error: Input string was not in a correct format.
I tried all the ways in this: https://www.b4x.com/android/forum/threads/help-right-aligning-combo-box-items.96718/ without success.