Author Topic: CheckBoxes instead of Button/Label in Popup List  (Read 2359 times)

satish

  • Newbie
  • *
  • Thank You
  • -Given: 2
  • -Receive: 0
  • Posts: 5
    • View Profile
CheckBoxes instead of Button/Label in Popup List
« 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.

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: CheckBoxes instead of Button/Label in Popup List
« Reply #1 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

satish

  • Newbie
  • *
  • Thank You
  • -Given: 2
  • -Receive: 0
  • Posts: 5
    • View Profile
Re: CheckBoxes instead of Button/Label in Popup List
« Reply #2 on: September 28, 2015, 12:26:27 AM »
Thanks You @ArenMook .. But it's not look professional level :(

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: CheckBoxes instead of Button/Label in Popup List
« Reply #3 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?

satish

  • Newbie
  • *
  • Thank You
  • -Given: 2
  • -Receive: 0
  • Posts: 5
    • View Profile
Re: CheckBoxes instead of Button/Label in Popup List
« Reply #4 on: September 30, 2015, 12:57:28 AM »
Now got it.. Sorry for Previous post.

And thanks alot @ArenMook