1
NGUI 3 Documentation / Re: UIPopupList
« on: June 07, 2014, 06:22:34 AM »Is there an easy way to get the index number of the selected item as int?
- int selectedIndex = UIPopupList.current.items.IndexOf(UIPopupList.current.value);
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Is there an easy way to get the index number of the selected item as int?
I'm actually surprised that items would be disabled on alpha = 0, but I guess I'd solve your problem by adding a script that disables the panel after your alphatween.
Yup, this bug was reported along with a fix via email earlier. If I remember correctly, my suggested fix was to add...to UIWidget.OnInit();
mMoved = true;
And I really need a small, thin and sharp font for the project I'm working on.