home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / mac / hypercar / 4649 < prev    next >
Encoding:
Text File  |  1992-12-22  |  987 b   |  30 lines

  1. Newsgroups: comp.sys.mac.hypercard
  2. Path: sparky!uunet!gatech!destroyer!cs.ubc.ca!unixg.ubc.ca!kakwa.ucs.ualberta.ca!alberta!trlabs!agt!news
  3. From: Allen Winter <AWINTER1@agt.ab.ca>
  4. Subject: Re: Hi-liting a locked field
  5. Message-ID: <1992Dec22.175845.24799@agt.uucp>
  6. X-Xxdate: Tue, 22 Dec 92 10:50:12 GMT
  7. Sender: news@agt.uucp
  8. Nntp-Posting-Host: 128.9.32.10
  9. Organization: AGT Ltd
  10. X-Useragent: Nuntius v1.1.1d9
  11. References: <babb-161292152533@larc.sdsu.edu>
  12. Date: Tue, 22 Dec 92 17:58:45 GMT
  13. Lines: 15
  14.  
  15. In article <1992Dec17.235134.3822@fcom.cc.utah.edu> Eric C. Kofoid,
  16. kofoid@bioscience.utah.edu writes:
  17. >1. Make the field transparent.
  18. >2. Set the textstyle to outline.
  19. >3. Paint a black rectangle behind the field.
  20.  
  21. The above works very well.  Now to actually select text from within a
  22. script: 
  23.  
  24.     put the number of lines in card field 1 into lastLine
  25.     select line 1 to lastLine of card field 1
  26.  
  27. Allen Winter;   
  28.           AGT Ltd; R&D; Edmonton, Alberta
  29.           AWINTER1@agt.ab.ca
  30.