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

  1. Path: sparky!uunet!pageworks.com!world!eff!sol.ctr.columbia.edu!caen!saimiri.primate.wisc.edu!usenet.coe.montana.edu!news.u.washington.edu!carson.u.washington.edu!majors
  2. From: majors@carson.u.washington.edu (Robert Majors)
  3. Newsgroups: comp.sys.mac.hypercard
  4. Subject: scripting of insert cursor in fld
  5. Date: 28 Jan 1993 00:16:35 GMT
  6. Organization: University of Washington, Seattle
  7. Lines: 19
  8. Message-ID: <1k78l3INNj1h@shelley.u.washington.edu>
  9. NNTP-Posting-Host: carson.u.washington.edu
  10.  
  11. I have a stack where I'd like the cursor to be flashing in a field,
  12. and the start-up of a stack.  I've done this successfully before,
  13. but am having trouble this time.  I've used
  14.  
  15. on openStack
  16.   select line 1 of cd fld "myField"                       
  17. end openStack
  18.  
  19. as well as "click at the loc of cd fld "myField".  The stack opens
  20. HyperCard and itself, then I see the cursor blink, but only for a 
  21. second, then it disappears.  I've tried typing afterwards, and get
  22. a beep, indicating that the cursor is not in that field.  If I press
  23. the tab key, it then blinks in the field (but scripting this by  
  24. "type tab" does not work.)  The interesting thing is that if I open
  25. this stack from another stack, it works correctly.  I've run message
  26. watcher and variable watcher, but don't see anything of interest.  The
  27. stack has very little else in it at this point, and I've commented out
  28. just about everything--to no avail.  Hints?
  29. -Bob   majors@u.washington.edu
  30.