home *** CD-ROM | disk | FTP | other *** search
/ Carousel / CAROUSEL.cdr / mactosh / hc / x_tools1.sit / X-Tools1.1 / card_5747.txt < prev    next >
Text File  |  1988-01-27  |  1KB  |  59 lines

  1. -- card: 5747 from stack: in.1
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 3468
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=453 top=97 right=119 bottom=484
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 1015 / 1015
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: New Button
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   visual barn door open
  23.   go card newmenu
  24. end mouseUp
  25.  
  26.  
  27.  
  28. -- part contents for background part 1
  29. ----- text -----
  30. EnableMenu is an XCMD that lets you enable and disable items in menus you've created using the NewMenu XFCN.  Examples:
  31.  
  32.   EnableMenu myMenu, 1, FALSE 
  33.   EnableMenu myMenu, 3, (the userLevel>2)
  34.  
  35. The first example will always disable the first menu item in the menu "myMenu".  The second example will disable the third item in "myMenu" IF the userLevel is greater than 2.
  36.  
  37. Passing an item number of 0 (zero) will enable or disable the ENTIRE menu.
  38.  
  39. The menu number you provide to to EnableMenu should be the same number that was returned by NewMenu.
  40.  
  41.  
  42.  
  43. -- part contents for background part 4
  44. ----- text -----
  45. EnableMenu <menu>, <itemNumber>, <boolean value>
  46.  
  47. *Menus for HyperCardΓäó - see NewMenu for examples
  48.  
  49. -- part contents for background part 2
  50. ----- text -----
  51. EnableMenu
  52.  
  53. -- part contents for background part 8
  54. ----- text -----
  55. Michael Long - Nine to Five Software Company
  56.  
  57. -- part contents for background part 9
  58. ----- text -----
  59. XCMD