derez Expert Licensed User Longtime User Dec 14, 2010 #1 When clicking on the item which is checked in the spinner's list, the event does not fire. The event is named "click", not "item_change" !
When clicking on the item which is checked in the spinner's list, the event does not fire. The event is named "click", not "item_change" !
agraham Expert Licensed User Longtime User Dec 14, 2010 #2 I haven't tried it but the event should be called "ItemClick" according to the xml file. Presumably you have found a reference to an "Item_Change" event somewhere but I can't see it anywhere in core.xml.
I haven't tried it but the event should be called "ItemClick" according to the xml file. Presumably you have found a reference to an "Item_Change" event somewhere but I can't see it anywhere in core.xml.
klaus Expert Licensed User Longtime User Dec 14, 2010 #3 I confirm that the ItemClick event of a Spinner is not fired when clicking onto the already selected item. But for a ListView the ItemClick event is fired even when clicking onto the already selected item. Best regards.
I confirm that the ItemClick event of a Spinner is not fired when clicking onto the already selected item. But for a ListView the ItemClick event is fired even when clicking onto the already selected item. Best regards.
derez Expert Licensed User Longtime User Dec 14, 2010 #4 Presumably you have found a reference to an "Item_Change" event somewhere but I can't see it anywhere in core.xml. Click to expand... Not at all, I just meant that if this was the name of the event then I would expect it not to fire when there is no change.
Presumably you have found a reference to an "Item_Change" event somewhere but I can't see it anywhere in core.xml. Click to expand... Not at all, I just meant that if this was the name of the event then I would expect it not to fire when there is no change.