Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: stevej on November 28, 2012, 11:39:46 PM

Title: UIPopupList Question
Post by: stevej on November 28, 2012, 11:39:46 PM
Can you clear something up re the PopupList?

From what I can tell, the OnSelectionChange event fires if an item is selected from the list (e.g. user clicks/touches an item), OR if the selection is set via code.

Is there any easy way to change that behaviour, so that an OnSelectionChange is only fired if the selection is changed through interaction (i.e. by the player) and not when I assign values via code?
Title: Re: UIPopupList Question
Post by: ArenMook on November 29, 2012, 07:17:14 AM
The intention is for it to be consistent, so no -- not without you modifying the code yourself.