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

  1. -- card: 6072 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: 2000
  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. CheckMenu is an XCMD that lets you add and remove check marks for items in menus you've created using the NewMenu XFCN.  Examples:
  31.  
  32.   CheckMenu myMenu, 2, TRUE
  33.   CheckMenu myMenu, 3, (the userLevel>2)
  34.  
  35. The first example will place a check mark next to the second menu item in menu "myMenu".  The second example will place a check mark next to the third item in "myMenu" IF the userLevel is greater than 2.
  36.  
  37. The menu number you provide to to CheckMenu should be the same number that was returned by NewMenu.
  38.  
  39.  
  40. -- part contents for background part 4
  41. ----- text -----
  42. CheckMenu <menu>, <itemNumber>, <boolean value>
  43.  
  44. *Menus for HyperCardΓäó - see NewMenu for examples
  45.  
  46. -- part contents for background part 2
  47. ----- text -----
  48. CheckMenu
  49.  
  50. -- part contents for background part 8
  51. ----- text -----
  52. Michael Long - Nine to Five Software Company
  53.  
  54. -- part contents for background part 9
  55. ----- text -----
  56. XCMD