M Motorrad Member Licensed User Longtime User Apr 8, 2015 #1 Android 5: The LongClick function no longer works at Spinner. Does anyone know why this is?
NJDude Expert Licensed User Longtime User Apr 8, 2015 #2 There's no LongClick on spinners, just ItemClick. Upvote 0
M Motorrad Member Licensed User Longtime User Apr 8, 2015 #3 Sorry, the statement is not correct. The following code has always worked: Sub SpinnerTest_LongClick .... End Sub Upvote 0
Sorry, the statement is not correct. The following code has always worked: Sub SpinnerTest_LongClick .... End Sub
NJDude Expert Licensed User Longtime User Apr 8, 2015 #4 That listener might work sometimes, but as far as I know, spinners do not support LongClick. Upvote 0
M Motorrad Member Licensed User Longtime User Apr 8, 2015 #5 Very unfortunate. Nevertheless many thanks Upvote 0
M Mahares Expert Licensed User Longtime User Apr 9, 2015 #6 Motorrad said: Very unfortunate. Click to expand... HotShoe's MLComboBox lib has many of the spinner features and a long click if you are willing to give it a try: https://www.b4x.com/android/forum/threads/library-combobox.28517/page-4 Upvote 0
Motorrad said: Very unfortunate. Click to expand... HotShoe's MLComboBox lib has many of the spinner features and a long click if you are willing to give it a try: https://www.b4x.com/android/forum/threads/library-combobox.28517/page-4