Trying to get a confirmation window to appear using an NGUI tween when a popuplist changes, which would then make the change on ok being pressed on revert to the previous value when cancel is pressed.
Have a similar mechanism working with a generic confirmation window using UIButton tween, but can't find the equivalent for the popuplist. Is a way of doing this ?
We also need to make windows that use tweening to open, from code and at the moment have made the play method in UIButtonTween public, which is a bit naff. Is there a "supported" way of doing this ?
Thanks in advance
Keith