checking/unchecking menus after a menu with cascading

FlexibleLearning at aol.com FlexibleLearning at aol.com
Sun Aug 15 15:59:21 EDT 2004


Moe:

> not true
> put this transcript in the button script of a button  with submenus and
> cascade menus
> 
> on menuPick  theItem
>   put theItem & "  " & the menuHistory of  me
> end menuPick
> 
> this will show that cascade menuItems  as well as menuItems can get a 
message
> sent and intercepted ... so this  handler should be able to toggle the
> checkMark of any selected menuItem  and cascade menuItem

'Cascade' has a specific meaning in Revolution (it  is a reserved token for a 
menuMode) and is not necessarily synonymous with  'hierarchical' (which can 
refer to pulldown menus as well). This can lead  to confusion and was one of 
the reasons for misunderstandings from your original  post.
 
/H


More information about the use-livecode mailing list