home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / mac / hypercar / 4951 < prev    next >
Encoding:
Internet Message Format  |  1993-01-27  |  2.0 KB

  1. Path: sparky!uunet!pageworks.com!world!eff!sol.ctr.columbia.edu!usc!cs.utexas.edu!bcm!lib!mdarpi1.mda.uth.tmc.edu!draper
  2. From: draper@odin.mda.uth.tmc.edu (E.J. Draper)
  3. Newsgroups: comp.sys.mac.hypercard
  4. Subject: Re: colorizeHC XCMD... userlevel, visual effects, picts?
  5. Message-ID: <8581@lib.tmc.edu>
  6. Date: 27 Jan 1993 22:06:19 GMT
  7. References: <1k6q1eINNqag@shelley.u.washington.edu>
  8. Sender: usenet@lib.tmc.edu
  9. Organization: U.T.M.D. Anderson Cancer Center
  10. Lines: 36
  11. Nntp-Posting-Host: mdarpi1.mda.uth.tmc.edu
  12. X-UserAgent: Nuntius v1.1.1d17
  13. X-XXMessage-ID: <A78C61BE2E01019A@mdarpi1.mda.uth.tmc.edu>
  14. X-XXDate: Wed, 27 Jan 93 21:58:54 GMT
  15.  
  16. In article <1k6q1eINNqag@shelley.u.washington.edu> Selene Fisher,
  17. selene@carson.u.washington.edu writes:
  18.  
  19. >
  20. >Q1: Now that I have copied the XCMD into my stack (using ResCopy v.
  21. >4.0b17) and have added some color with "colorFill", whenever I open my
  22. >stack, the userlevel is set to 2 and blindtyping is false.  This only
  23. >happens when I launch the stack as the first access to hypercard.  It's
  24. >fine if I come in from another stack.  I have no protection on, my home
  25. >preferences are fine, and once I bring up the message window, I can
  26. freely
  27. >change my userlevel, etc.  Does anyone recognize this problem? 
  28.  
  29. I bet you added the colorFill routine to your startup handler.  You need
  30. to pass startUp on up the hierarchy to the home stack.  The home stack
  31. calls GetHomeInfo which sets up the userLevel and other prefs such as
  32. blindTyping.
  33.  
  34. On StartUp
  35.     DoWhatEver
  36.     colorFill...,...
  37.     pass StartUp // <---- VERY IMPORTANT!
  38. end StartUp
  39.  
  40. >Q3: Last question (phew).  Does anyone have any pointers on how to create
  41. >spiffy looking buttons like Bung-Dabba used in their original stack?
  42.  
  43. I use SuperPaint and I've produced some nice results.  Nothing like
  44. SuperPaint, a color scanner, and a rainy Saturday afternoon to bring out
  45. those creative urges.
  46.  
  47.  
  48.       |E|J-  ED DRAPER
  49.  rEpar|D|<-  Radiologic/Pathologic Institute
  50.              The University of Texas M.D. Anderson Cancer Center
  51.              draper@odin.mda.uth.tmc.edu
  52.