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

  1. -- card: 2553 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. DeleteMenu is an XFCN that allows you to delete any menus you've added to HyperCard using the NewMenu XFCN.  Failure to delete added menus could lead to severe problems in memory and crash HyperCard!
  31.  
  32. The menu reference number you provide to to DeleteMenu should be the same number that was returned by NewMenu.
  33.  
  34. Do NOT, hoevevr, call DeleteMenu to delete menus that you've already deleted!  You need to balance the calls for each menu.  Call NewMenu ONCE to create a menu (usually in either openStack, openBackground or openCard), and call DeleteMenu ONCE to delete it (in the matching closeStack, closeBackground, or closeCard).  
  35.  
  36. Repeat as neccessary.  Rinse.
  37.  
  38. For the best example of use see the sample script provided in NewMenu.
  39.  
  40.  
  41.  
  42.  
  43.  
  44. -- part contents for background part 2
  45. ----- text -----
  46. DeleteMenu
  47.  
  48. -- part contents for background part 4
  49. ----- text -----
  50. DeleteMenu(<menu>)
  51.  
  52. *Menus for HyperCardΓäó - see NewMenu for examples
  53.  
  54. -- part contents for background part 8
  55. ----- text -----
  56. Michael Long - Nine to Five Software Company
  57.  
  58. -- part contents for background part 9
  59. ----- text -----
  60. XFCN