Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: satish on September 22, 2015, 07:41:39 AM

Title: CheckBoxes instead of Button/Label in Popup List
Post by: satish on September 22, 2015, 07:41:39 AM
Hi to Everyone,

I have an use case to showcase Lights with ON/Off controls. Offcourse we can showcases using check-boxes , but it consumes more space in screen.

So like Popup list showcase different Labels in single space, is it possible to showcase Checkboxes in Popup list?

Please see attachment (MenuWithCheckBoxes.png) , what i want exactly.


How can i achieve this?

Sorry if my English is week.
Title: Re: CheckBoxes instead of Button/Label in Popup List
Post by: ArenMook on September 26, 2015, 03:43:40 PM
Add them as emoticons to your font, then just add the emoticon's text to the content text like so:

  1. [x] Some Item
  2. [x] Another item
  3.     Unchecked item
Title: Re: CheckBoxes instead of Button/Label in Popup List
Post by: satish on September 28, 2015, 12:26:27 AM
Thanks You @ArenMook .. But it's not look professional level :(
Title: Re: CheckBoxes instead of Button/Label in Popup List
Post by: ArenMook on September 28, 2015, 01:14:26 PM
Why not? Don't use the text "x". Create an actual emoticon with the checkmark sprite, or whatever it was you desired to see there. You will see a sprite, not text. That's what you want, isn't it?
Title: Re: CheckBoxes instead of Button/Label in Popup List
Post by: satish on September 30, 2015, 12:57:28 AM
Now got it.. Sorry for Previous post.

And thanks alot @ArenMook