Wings 3D Development Forum

Full Version: Can I get a pop-up info (help) on radio button ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
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"}]},
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.