| How to check Radio in Menu Contribution [message #452317] |
Sat, 01 August 2009 08:56  |
Kai Schlamp Messages: 344 Registered: July 2009 |
Senior Member |
|
|
Hi.
I programmatically added some commands by doing
LayoutResultGraphAction layoutResultGraphAction = new LayoutResultGraphAction();
service.activateHandler("org.pubcurator.core.commands.option1 ", new ActionHandler(Option1Action));
and added those as sub menus to a toolbar pulldown menu contribution as radio buttons.
They show up correctly, but I don't know how to check them when clicked.
A option1Action.setChecked(true) does nothing.
How do I do that?
Regards,
Kai
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.01780 seconds