home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!olivea!spool.mu.edu!studsys.mscs.mu.edu!aaron
- From: aaron@studsys.mscs.mu.edu (Aaron Schrab)
- Newsgroups: comp.sys.mac.hypercard
- Subject: Re: Copy Card
- Keywords: Copy Card
- Message-ID: <1gip69INNrr3@spool.mu.edu>
- Date: 14 Dec 92 20:01:13 GMT
- References: <78261@hydra.gatech.EDU>
- Organization: Marquette University - Department MSCS
- Lines: 27
- NNTP-Posting-Host: studsys.mscs.mu.edu
-
- In article <78261@hydra.gatech.EDU> wj4@hydra.gatech.edu (Bill Joye) writes:
- >Problem: I wish to use the 'Copy Card' menu option in
- >a script via 'doMenu' with a stack at level 2 (Type).
- >Problem is the 'Copy Card' menu option is not available
- >until you move to level 3 (Painting).
- >
- >Question: Does anyone have any suggestions on how to
- >'Copy Card' at level 2. Or do you know a way to disable
- >some of the other menu options available at level 3?
-
- put the userLevel into oldUL
- set the userLevel to 3
- doMenu "Copy Card"
- set the userLevel to oldUL
- >
- >Thanks
- >
- >bill joye
- >wj4@prism.gatech.edu
- >
- +---------------------------------------------------------------------+
- | <<<Aaron Schrab>>> Even I have no idea what I say. |
- | aaron@studsys.mscs.mu.edu +---------------------------------------+
- | 2db5schraba@vms.csd.mu.edu | The world isn't what I want it to be |
- | Kammerling@aol.com | anymore. It used to be so easy ... |
- | A.Schrab@genie.geis.com | to make believe. -the Tick #4 |
- +-----------------------------+---------------------------------------+
-