• Website
  • Search
  • Member List
  • Help
  • Old Forum
  • Social Media
    •   @Wings3dOfficial
    •   @Wings3dOfficial
    •   Wings3dOfficial
    •   Wings3dOfficial
  • Register
  • Login
  • Website
  • Search
  • Member List
  • Help
  • Old Forum
  • Register
  • Login
Wings 3D Development Forum Wings 3D Design & Development v
« Previous 1 … 4 5 6 7 8 … 11 Next »
Can I get a pop-up info (help) on radio button ?

 
  • 0 Vote(s) - 0 Average
Can I get a pop-up info (help) on radio button ?

ggaliens
Offline

Erlang Hacker
Posts: 954
Threads: 143
Joined: Nov 2012
#1
05-06-2016, 04:54 PM
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.
micheus
Offline

Forum's Admin and Support | Bug fixer
Posts: 3,681
Threads: 185
Joined: Jun 2012
#2
05-07-2016, 06:20 AM (This post was last modified: 05-07-2016, 06:25 AM by micheus.)
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"}]},
[Image: tw.png] @MicheusVieira [Image: yt.png] @MicheusVieira [Image: da.png] Micheuss [Image: ig.png] micheus4wings3d
* Wings3D Team stands for: Björn and Dan
ggaliens
Offline

Erlang Hacker
Posts: 954
Threads: 143
Joined: Nov 2012
#3
05-08-2016, 12:19 AM
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.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D - Powered by MyBB

Linear Mode
Threaded Mode