CheckMark a menu item

J. Landman Gay jacque at hyperactivesw.com
Sat Sep 8 00:10:54 EDT 2007


Robert Presender wrote:
> Hi,
> 
> Using Mac OSX, Rev 2.8.1
> 
> Will appreciate help in learning how to place a check mark
> in front of a menu item of a pulldown menu button in a menu bar.

Here are the symbols:


-  makes a divider between groups of menu items
!c makes the menu item a hilited check box
!n makes the menu item an unhilited check box
!r makes the menu item a hilited radio button
!u makes the menu item an unhilited radio button
(  makes the menu item disabled

Have your script insert "!c" before the checked menu item, and remove 
those 2 characters to uncheck it. The "check box" refered to above is 
mostly for Linux use. On a Mac, it shows the system menu checkmark 
instead. You don't need the unhilited check box, it isn't part of the 
Mac OS.

-- 
Jacqueline Landman Gay         |     jacque at hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com



More information about the use-livecode mailing list