moster67 Expert Licensed User Longtime User Nov 19, 2017 #1 Is the spinner supported? I cannot find the Add or AddAll methods. B4X: Dim B4ASpinner As Spinner B4ASpinner.Add("Sunday") Dim B4XSPinnerView As B4XView B4XSPinnerView. ' no Add or AddAll method Is this one of the cases I should switch to the native types?
Is the spinner supported? I cannot find the Add or AddAll methods. B4X: Dim B4ASpinner As Spinner B4ASpinner.Add("Sunday") Dim B4XSPinnerView As B4XView B4XSPinnerView. ' no Add or AddAll method Is this one of the cases I should switch to the native types?
Erel B4X founder Staff member Licensed User Longtime User Nov 19, 2017 #2 There is (currently) no cross platform spinner, so you should switch to the native type. Remember that you can always switch back and forth between B4XView and the native type. Update: [B4X] [XUI] B4XComboBox - Cross platform ComboBox Last edited: Mar 20, 2018 Upvote 0
There is (currently) no cross platform spinner, so you should switch to the native type. Remember that you can always switch back and forth between B4XView and the native type. Update: [B4X] [XUI] B4XComboBox - Cross platform ComboBox