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

  1. -- card: 6583 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. ShowMenu is an XCMD (external command) that will redisplay any menus you've added to HyperCard using the NewMenu XFCN.  HyperCard doesn't know you've added menus, and if you change userLevels or use the paint tools HyperCard will erase your menus accidentally.  It doesn't mean it, it just doesn't know any better.  An example of using ShowMenu would be:
  31.  
  32. on idle
  33.   global myMenu
  34.   ShowMenu myMenu 
  35.   pass idle
  36. end idle
  37.  
  38. Again, the menu number should be the same number that was returned by NewMenu.
  39.  
  40. For a more efficent method of use, see the sample script provided with NewMenu.
  41.  
  42.  
  43. -- part contents for background part 4
  44. ----- text -----
  45. ShowMenu <menu>
  46.  
  47. *Menus for HyperCardΓäó - see NewMenu for examples
  48.  
  49. -- part contents for background part 2
  50. ----- text -----
  51. ShowMenu
  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