Author Topic: UIPopupList Question  (Read 2990 times)

stevej

  • Full Member
  • ***
  • Thank You
  • -Given: 1
  • -Receive: 0
  • Posts: 117
    • View Profile
UIPopupList Question
« 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?

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: UIPopupList Question
« Reply #1 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.