home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / mac / hypercar / 4090 < prev    next >
Encoding:
Text File  |  1992-11-05  |  2.6 KB  |  64 lines

  1. Newsgroups: comp.sys.mac.hypercard
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sdd.hp.com!spool.mu.edu!agate!dog.ee.lbl.gov!hellgate.utah.edu!lanl!davids
  3. From: davids@gardener.lanl.gov (David G. Simmons)
  4. Subject: Re: Remote referencing of fields
  5. Message-ID: <1992Nov5.151511.17107@newshost.lanl.gov>
  6. Originator: davids@feynman.lanl.gov
  7. Sender: news@newshost.lanl.gov
  8. Organization: Los Alamos National Laboratory
  9. References: <jpugh-031192233301@kip2-14.apple.com> <1992Nov4.230703.13617@pellns.alleg.edu>
  10. Date: Thu, 5 Nov 1992 15:15:11 GMT
  11. Lines: 51
  12.  
  13.  
  14. In article <1992Nov4.230703.13617@pellns.alleg.edu>, dblackbu@alleg.edu (Dave Blackburn) writes:
  15. |> In article <jpugh-031192233301@kip2-14.apple.com> jpugh@apple.com (Jon Pugh)  
  16. |> writes:
  17. |> |In article <1992Oct26.212029.22897@newshost.lanl.gov>,
  18. |> |davids@gardener.lanl.gov (David G. Simmons) wrote:
  19. |> |> 
  20. |> |> put bg fld "xxx" of cd X of stack "YYY" into someContainer
  21. |> |> 
  22. |> |> but got a "Cant' understand arguments to keyword" or some such message  
  23. |> back.
  24. |> |
  25. |> |You can't use the stack part.  You have to go to the stack. Do:
  26. |> |
  27. |> |lock screen
  28. |> |push cd
  29. |> |go stack "YYY"
  30. |> |put fld "xxx" of cd X into someContainer
  31. |> |pop cd
  32. |> |unlock screen
  33. |> |
  34. |> |Jon
  35. |> 
  36. |> Would the stack part work if the stack was either open in a different window,  
  37. |> or part of the message-passing list? This would be great because it would  
  38. |> allow an Index Builder stack, where I now have index builder cards in several  
  39. |> stacks. 
  40. |> --
  41. I know, tacky to follow-up to your own post, but...;-)
  42.  No, it doesn't help to have the stack in question in the message-passing
  43. path.  A stackInUse is no more accessible than a non-in-use one.  Jon
  44. (and others who responded via email) are right in that you do have to
  45. "go" to the stack.  Once there, however, you can reference fields and
  46. cards  without actually going to them.  As always, lockScreen, lockMessages,
  47. and lockRecent speeds things up considerably.
  48.  
  49. Thanks to all who responded.
  50. -- 
  51.  
  52. David G. Simmons
  53. +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  54. | "Redneckness has got to be a disease.  You catch it on your fingers and it  | 
  55. | just *crawls* right up your sleeves." -Lyle Lovett                  |
  56. +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  57. These could not possibly be LANL's opinions.  I have not filled out the required
  58. suite of forms in quadruplicate.
  59. -- 
  60.  
  61. David G. Simmons
  62. +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  63. | "Redneckness has got to be a disease.  You catch it on your fingers and it  | 
  64.