home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / mac / programm / 14872 < prev    next >
Encoding:
Internet Message Format  |  1992-09-01  |  967 b 

  1. Path: sparky!uunet!elroy.jpl.nasa.gov!ames!data.nas.nasa.gov!taligent!apple!claris!wombat
  2. From: wombat@claris.com (Scott Lindsey)
  3. Newsgroups: comp.sys.mac.programmer
  4. Subject: Re: Keeping the cursor visible
  5. Message-ID: <15119@claris.com>
  6. Date: 2 Sep 92 01:14:13 GMT
  7. References: <Btwnq8.LMv@mentor.cc.purdue.edu>
  8. Sender: news@claris.com
  9. Organization: Claris Corporation, Vancouver WA
  10. Lines: 12
  11. Nntp-Posting-Host: lindsey
  12. Wombat: yes
  13. Number: 6713
  14.  
  15. In article <Btwnq8.LMv@mentor.cc.purdue.edu>, neath@brazil.psych.purdue.edu (Ian Neath) writes:
  16. > writes to the TextEdit record, the cursor is hidden by (I assume) a
  17. > call to ObscureCursor.  Is it OK to keep calling ShowCursor ...
  18.  
  19. ShowCursor won't actually show the cursor if it's only obscured.  I don't
  20. think there's a legal way to unobscure a cursor, however, setting the low-
  21. memory global CrsrNew = 0xFF forces it to really redraw. (CrsrNew is 0x8CE and
  22. is a 1-byte value).
  23.  
  24. --
  25. Scott Lindsey <wombat@claris.com>
  26.