|
Gary,
> Is there a simple way to have a push button that acts as a toggle (has a
> persistent down state)?
The resource "BooleanPresenter.Push to toggle" looks like a PushButton but
behaves as a BooleanPresenter with a visual "down" and "up" state. You have
to register for it's #valueChanged event and interface to it with
#value/value:, rather than giving it a #command attribute like a PushButton,
but it is quite usable.
Regards
Ian
|