Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 
Share Thread:
Reddit Facebook Twitter
Can I get a pop-up info (help) on radio button ?
05-06-2016, 04:54 PM
Post: #1
Can I get a pop-up info (help) on radio button ?
Can I get a pop-up info (help) on radio button ?

Any example in current codebase ?

I see them on checkboxes. But they are a tad simpler than radio buttons.
Reply
05-07-2016, 06:20 AM (This post was last modified: 05-07-2016 06:25 AM by micheus.)
Post: #2
RE: Can I get a pop-up info (help) on radio button ?
Do you means an info for each radio option in a radio group? It was not implemented. Maybe because it's still not implemented for all OS. (link)

You can set one for the entire group. You just need to add the {info,String} to the flags property in their definition.

Code:
{hradio,[
            {?__(29,"Spotlight"),spotlight},
            {?__(30,"IES"),spot_ies}
        ],Type,[key(type), {hook,Hook_Show}, {info, "bla,bla,bla"}]},

@MicheusVieira MicheusVieira Micheuss micheus4wings3d
* Wings3D Team stands for: Björn and Dan
Reply
05-08-2016, 12:19 AM
Post: #3
RE: Can I get a pop-up info (help) on radio button ?
Yeah ... I tried it for one radio item (not the group) and there was not a result.
But ... I thought I would ask ... just in case there a trick to it.
Reply


Forum Jump:


User(s) browsing this thread: 1 Guest(s)