Add Toggle Buttons to a Group

  • Thread starter Thread starter L.A. Lawyer
  • Start date Start date
L

L.A. Lawyer

I used the wizard to create a group of toggle buttons, with an assignable
"option value". When I copied them to create more buttons, they were still
toggle buttons but they lost the option value setting on its property sheet.

How do I create more toggle buttons with option values, as created by the
wizard?
 
I used the wizard to create a group of toggle buttons, with an
assignable "option value". When I copied them to create more buttons,
they were still toggle buttons but they lost the option value setting on
its property sheet.

How do I create more toggle buttons with option values, as created by
the wizard?

The reason is because they are not "inside" the option group. What I do
is just select an existing ToggleButton that IS inside the group and
press <ctl-c> <ctl-v>. That copies and pastes and the new pasted button
ends up inside the group automatically.

When doing the above the new buttons will have the same option value as
the copied one so you have to manually edit that.
 
I tried that. It didn't work.


Rick Brandt said:
The reason is because they are not "inside" the option group. What I do
is just select an existing ToggleButton that IS inside the group and
press <ctl-c> <ctl-v>. That copies and pastes and the new pasted button
ends up inside the group automatically.

When doing the above the new buttons will have the same option value as
the copied one so you have to manually edit that.
 
Back
Top