Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: jeldrez on June 17, 2013, 10:09:56 AM

Title: How to edit Drop-Down List in UIPopupList?
Post by: jeldrez on June 17, 2013, 10:09:56 AM
UIPopupList create automatically the Drop-Down List when it's clicked. I have some issues with the colliders, are too small, I would like to edit this and even the background. How can I do this? There's anyway to edit the assets inside this?


Sometimes I have to click the options twice to choose it.


Thanks!
Title: Re: How to edit Drop-Down List in UIPopupList?
Post by: robq on June 17, 2013, 05:00:24 PM
Im also searching for a way to edit the popup, it appears you can only set settings on UIPopupList and the rest is generated from those settings.
Title: Re: How to edit Drop-Down List in UIPopupList?
Post by: ArenMook on June 17, 2013, 09:25:59 PM
If you want to edit it, I suggest making your own custom popup class instead of using the UIPopupList.
Title: Re: How to edit Drop-Down List in UIPopupList?
Post by: jeldrez on June 17, 2013, 10:36:23 PM
Ehh, ok, thanks.