Author Topic: How to edit Drop-Down List in UIPopupList?  (Read 2060 times)

jeldrez

  • Sr. Member
  • ****
  • Thank You
  • -Given: 8
  • -Receive: 4
  • Posts: 352
    • View Profile
How to edit Drop-Down List in UIPopupList?
« 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!

robq

  • Guest
Re: How to edit Drop-Down List in UIPopupList?
« Reply #1 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.

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: How to edit Drop-Down List in UIPopupList?
« Reply #2 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.

jeldrez

  • Sr. Member
  • ****
  • Thank You
  • -Given: 8
  • -Receive: 4
  • Posts: 352
    • View Profile
Re: How to edit Drop-Down List in UIPopupList?
« Reply #3 on: June 17, 2013, 10:36:23 PM »
Ehh, ok, thanks.