home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / mac / hypercar / 4657 < prev    next >
Encoding:
Internet Message Format  |  1992-12-23  |  1.2 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!saimiri.primate.wisc.edu!usenet.coe.montana.edu!news.u.washington.edu!news.uoregon.edu!oregon.uoregon.edu!derthanq
  2. From: derthanq@oregon.uoregon.edu (Victor Der-Thanq Chen)
  3. Newsgroups: comp.sys.mac.hypercard
  4. Subject: Re: Hi-liting a locked field
  5. Date: 22 Dec 1992 23:53 PST
  6. Organization: University of Oregon
  7. Lines: 21
  8. Distribution: world
  9. Message-ID: <22DEC199223531457@oregon.uoregon.edu>
  10. References: <babb-161292152533@larc.sdsu.edu> <1992Dec22.175845.24799@agt.uucp>
  11. NNTP-Posting-Host: oregon.uoregon.edu
  12. News-Software: VAX/VMS VNEWS 1.41    
  13.  
  14. In article <1992Dec22.175845.24799@agt.uucp>, Allen Winter <AWINTER1@agt.ab.ca> writes...
  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. >The above works very well.  Now to actually select text from within a
  21. >script: 
  22. >    put the number of lines in card field 1 into lastLine
  23. >    select line 1 to lastLine of card field 1
  24.  
  25. Or something even shorter:
  26.  
  27.     select the text of card field 1
  28.  
  29. *************************
  30. Victor Chen
  31. U. of Oregon
  32. *************************
  33.