home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / mac / hypercar / 4294 < prev    next >
Encoding:
Text File  |  1992-11-24  |  1.5 KB  |  35 lines

  1. Newsgroups: comp.sys.mac.hypercard
  2. Path: sparky!uunet!mcsun!news.funet.fi!funic!nntp.hut.fi!nntp!jwa
  3. From: jwa@vipunen.hut.fi (Jyrki J Wahlstedt)
  4. Subject: go
  5. Message-ID: <JWA.92Nov24013228@vipunen.hut.fi>
  6. Sender: usenet@nntp.hut.fi (Usenet pseudouser id)
  7. Nntp-Posting-Host: vipunen.hut.fi
  8. Organization: Helsinki University of Technology, Finland
  9. Distribution: comp.sys.mac.hypercard
  10. Date: 24 Nov 92 01:32:28
  11. Lines: 22
  12.  
  13.   There was and still is a small confusion, because the go command seems
  14.   to behave differently from a handler then from the message box.
  15.  
  16.   Why do I say this? I am writing a stack, in which there will be at least
  17.   two backgrounds. The first is a card for a year plan, the second is a
  18.   detail card. I had the idea to name a card of the first background according
  19.   to the year it was about. In the card of the second background I naturally
  20.   had to add a button to go to that card. From the date (in a field) I get
  21.   the year and even though I quote it I could not use that to go to the plan
  22.   card. That the variable contains something that looks right, I see in
  23.   the variable watcher (my version is 2.0v2). I know that if I write in
  24.   the message box: go card 1992, that doesn't lead anywhere, but if I quote
  25.   the year: go card "1992", I'm in the right card! But in the handler this
  26.   doesn't seem to work and I wonder why. (If I prefix the year with letters
  27.   it does it, but...)
  28. --
  29. !
  30. !    Jyrki Wahlstedt
  31. !        Jyrki.Wahlstedt@hut.fi
  32. !
  33. !  Our life is no dream, but it should and will perhaps become one.
  34. !
  35.