Author Topic: combobox  (Read 4808 times)

spbsmile

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 11
    • View Profile
combobox
« on: June 04, 2014, 05:50:49 PM »
hello!
google - ngui combobox - result : NGUI: UICheckbox
after 3.0.0:
- NEW: UICheckbox is now a UIToggle, and you now specify a 'group' ID rather than a common root object.

UIToggle - Another multi-purpose component that's used to create tabs, checkboxes and radio button groups

please tell me how to create combobox
thanks!

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: combobox
« Reply #1 on: June 05, 2014, 12:53:51 AM »
A combo box is what NGUI calls UIPopupList, and it has nothing to do with a toggle.