ElementsFromStringproperty to a string-separated concatenation (for example, choice 1, choice 2, choice 3) or by setting the Elements property to a List in the Blocks editor. Spinners are created with the first item already selected. So selecting it does not generate an After Picking event. Consequently it's useful to make the first Spinner item be a non-choice like "Select from below...". where "Select from below" is an item text you provide for the first item. This is the designed behavior of a Spinner using App Inventor.Trying to push the limits of App Inventor! Snippets and Tutorials from Pura Vida Apps by
Taifun.
ElementsFromString property to a string-separated concatenation (for example, choice 1, choice 2, choice 3) or by setting the Elements
property to a List in the Blocks editor. Spinners are created with the
first item already selected. So selecting it does not generate an After
Picking event. Consequently it's useful to make the first Spinner item
be a non-choice like "Select from below...".