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

  1. -- card: 6377 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. ChangeMenu is an XCMD that lets you change the names of items in menus you've created using the NewMenu XFCN.  For example:
  31.  
  32.   ChangeMenu myMenu, 2, "Go to Address"
  33.  
  34. Will change the second menu item in menu "myMenu" to read "Go To Address".  If the original item was disabled or checked, the changed item will be also.  
  35.  
  36. You can not change the title of a menu, only the items in the meu itself.
  37.  
  38. The menu number you provide to to ChangeMenu should be the same number that was returned by NewMenu.
  39.  
  40. -- part contents for background part 4
  41. ----- text -----
  42. ChangeMenu <menu>, <itemNumber>, <item>
  43.  
  44. *Menus for HyperCardΓäó - see NewMenu for examples
  45.  
  46. -- part contents for background part 2
  47. ----- text -----
  48. ChangeMenu
  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