LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Custom Buttons in Radio controls

Solved!
Go to solution

In  2016 JKI created a Hamburger Menu  that uses a strict type deff radio button:

Radio buttonRadio button

 

Somehow (I'm thinking via powers of dark magic) they were able to change the standard radio buttons into different Icons. 

How can I add/Change these icons to reflect different images?

0 Kudos
Message 1 of 3
(3,217 Views)
Solution
Accepted by topic author ATE-EGNE

A readiobutton control is just a container for boolean controls. You can drop any new button in it and you can customize any button by importing graphics.

Make sure each control has an unique name.

0 Kudos
Message 2 of 3
(3,215 Views)

@altenbach wrote:

A readiobutton control is just a container for boolean controls. You can drop any new button in it and you can customize any button by importing graphics.

Make sure each control has an unique name.


You can also right-click on an existing Boolean control in the radio button control and replace it with a Boolean from the palette.

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 3 of 3
(3,168 Views)