home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / next / software / 857 < prev    next >
Encoding:
Internet Message Format  |  1992-07-25  |  1.2 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!ames!agate!dv349-1a.berkeley.edu!c152-cp
  2. From: c152-cp@dv349-1a.berkeley.edu (Class Account)
  3. Newsgroups: comp.sys.next.software
  4. Subject: help: change cursor
  5. Keywords: help change cursor
  6. Message-ID: <14t8n0INN3o1@agate.berkeley.edu>
  7. Date: 26 Jul 92 04:12:16 GMT
  8. References: <12dja9INN6rf@agate.berkeley.edu> <BqFMBw.EEn@sounds.wa.com>
  9. Sender: c152-cp@web.berkeley.edu
  10. Followup-To: c152-cp@web.berkeley.edu
  11. Distribution: usa
  12. Organization: University of California, Berkeley
  13. Lines: 19
  14. NNTP-Posting-Host: dv349-1a.berkeley.edu
  15.  
  16. Hi,
  17.  
  18. I have problem using the push method of the NXCursor class.  I wanted to change
  19. the cursor using the following way:
  20.  
  21.     [Mycursor push]; //Mycursor is an instance of NXCursor class and
  22.              //it already has the appropriate cursor image
  23.  
  24. According to the documentation, Workspace should get the image from Mycursor
  25. but it didn't!  I still got the usual arrow cursor when I ran my application.
  26. Could someone tell me how to change cursor while my application is active.
  27. By the way, I want the cursor to be changed regardless of the position of the
  28. mouse.  Thus, declaring cursor rectangle is not applicable in this case.
  29.  
  30. Thank you in advance.
  31.  
  32.  
  33. Johnson Sieu
  34. c152-cp@web.berkeley.edu
  35.