home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / mac / hypercar / 4560 < prev    next >
Encoding:
Internet Message Format  |  1992-12-14  |  1.5 KB

  1. Path: sparky!uunet!olivea!spool.mu.edu!studsys.mscs.mu.edu!aaron
  2. From: aaron@studsys.mscs.mu.edu (Aaron Schrab)
  3. Newsgroups: comp.sys.mac.hypercard
  4. Subject: Re: Copy Card
  5. Keywords: Copy Card
  6. Message-ID: <1gip69INNrr3@spool.mu.edu>
  7. Date: 14 Dec 92 20:01:13 GMT
  8. References: <78261@hydra.gatech.EDU>
  9. Organization: Marquette University - Department MSCS
  10. Lines: 27
  11. NNTP-Posting-Host: studsys.mscs.mu.edu
  12.  
  13. In article <78261@hydra.gatech.EDU> wj4@hydra.gatech.edu (Bill Joye) writes:
  14. >Problem: I wish to use the 'Copy Card' menu option in
  15. >a script via 'doMenu' with a stack at level 2 (Type).
  16. >Problem is the 'Copy Card' menu option is not available
  17. >until you move to level 3 (Painting).
  18. >
  19. >Question: Does anyone have any suggestions on how to
  20. >'Copy Card' at level 2. Or do you know a way to disable
  21. >some of the other menu options available at level 3?
  22.  
  23. put the userLevel into oldUL
  24. set the userLevel to 3
  25. doMenu "Copy Card"
  26. set the userLevel to oldUL
  27. >
  28. >Thanks
  29. >
  30. >bill joye
  31. >wj4@prism.gatech.edu
  32. >
  33. +---------------------------------------------------------------------+
  34. |   <<<Aaron Schrab>>>        Even I have no idea what I say.         | 
  35. | aaron@studsys.mscs.mu.edu   +---------------------------------------+ 
  36. | 2db5schraba@vms.csd.mu.edu  | The world isn't what I want it to be  |
  37. | Kammerling@aol.com          | anymore. It used to be so easy ...    | 
  38. | A.Schrab@genie.geis.com     | to make believe.      -the Tick #4    |   
  39. +-----------------------------+---------------------------------------+
  40.