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-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


Messages In This Thread
RE: Can I get a pop-up info (help) on radio button ? - micheus - 05-07-2016 06:20 AM

Forum Jump:


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