Hello,
does anyone have an idea/reference how to create "checked" custom menu items in ADS? I am familiar with creating "normal" custom menus, but now want to create a menu item with choices, where one of the choices is "checked". ADS internally uses such checked menu items in the "View" menu items, so it should be possible to check/uncheck menu items!? All help is appreciated!
Best regards
Volker
Edited by: volker_muehlhaus on Apr 15, 2013 7:33 AM
does anyone have an idea/reference how to create "checked" custom menu items in ADS? I am familiar with creating "normal" custom menus, but now want to create a menu item with choices, where one of the choices is "checked". ADS internally uses such checked menu items in the "View" menu items, so it should be possible to check/uncheck menu items!? All help is appreciated!
Best regards
Volker
Edited by: volker_muehlhaus on Apr 15, 2013 7:33 AM
edit: unfortunately, this only works for the simple "user menu" approach and not for fully customized menus.
edit again: it does work for custom menus. The trick was to pass the menu name (name, not handle!) as a parameter: add_separator(myMenuName). Thanks to Glory from Agilent PDK team for pointing me to this!
Edited by: volker_muehlhaus on Nov 8, 2013 4:12 AM