Show Posts

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.


Messages - kendro

Pages: [1]
1
NGUI 3 Documentation / Re: UIPopupList
« on: December 10, 2016, 10:38:43 AM »
Cool! Thanks!

2
NGUI 3 Documentation / Re: UIPopupList
« on: December 07, 2016, 08:43:09 PM »
Hi Aren, thanks for the replies. I just noticed that I wasn't clear with describing the issue i encountered. I didn't notice that the gif trimmed the whole video.

My code is just a simple Debug.Log for the UIPopuplist.current.value for every selection change, this is using NGUI 3.10.2.
The issue is, on the first drop-down list Show(), I couldn't select the FirstOption on first click (can be shown in the video where nothing displays in the console).

Please see video link here.

I have also attached the unity package.

I didn't have any problems with using NGUI 3.9.7, this occurred after updating to 3.10.x - (im using Unity 5.4.x).

3
NGUI 3 Documentation / Re: UIPopupList
« on: December 05, 2016, 05:39:07 PM »
How do you set the popup list selection to "nothing" then... so that no matter what you select in the list it always fires the onChange event. The use case would be like a popup menu... so you would not have a "default or current selection" in that case.

4
NGUI 3 Documentation / Re: UIPopupList
« on: December 04, 2016, 10:02:05 PM »
I countered an issue in the popuplist after upgrading to 3.10.2 (from 3.9.7).  If you select the FirstOption then nothing happens.  If you select either the SecondOption or ThirdOption then the event fires... and only then the next time you click FirstOption it will fire the event.

I have uploaded a gif to demonstrate the issue.

I haven't updated yet to the latest 3.11.x, but did not notice anything in release notes in reference to this bug.

Pages: [1]