home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / next / programm / 5380 < prev    next >
Encoding:
Internet Message Format  |  1992-07-30  |  738 b 

  1. Path: sparky!uunet!mcsun!Germany.EU.net!unido!nextpoint!dev01
  2. From: hans@dev01 (Hans Peter Geiser)
  3. Newsgroups: comp.sys.next.programmer
  4. Subject: Re: Non-copyable TextField
  5. Message-ID: <1687@nextpoint.UUCP>
  6. Date: 31 Jul 92 07:38:29 GMT
  7. References: <1992Jul29.162437.3218@agora.uucp>
  8. Sender: usenet@nextpoint.UUCP
  9. Lines: 11
  10.  
  11. >   I'm trying to make a subclass of TextField object that cannot be copied
  12. > with the cut/copy keys or cut/copy menu entries. 
  13.  
  14. The easiest way to prevent a text of being copied is to send it the message  
  15. [myText setSelectable:NO]. I'm not sure if you have also to sent the  
  16. setEditable:NO message to the text as in IB you cannot make an editable text  
  17. non-selectable.
  18.  
  19. Hans - Peter Geiser
  20. hans@nextpoint.de
  21.