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

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!rpi!batcomputer!munnari.oz.au!ariel.ucs.unimelb.EDU.AU!ariel.ucs.unimelb.EDU.AU!not-for-mail
  2. From: paf@ariel.ucs.unimelb.EDU.AU (Paul Fritze)
  3. Newsgroups: comp.sys.mac.hypercard
  4. Subject: Re: Hi-liting a locked field
  5. Date: 21 Dec 1992 17:45:23 +1100
  6. Organization: Chemistry Department, Melbourne University, AUS.
  7. Lines: 23
  8. Message-ID: <1h3p63INNbv0@ariel.ucs.unimelb.EDU.AU>
  9. References: <babb-161292152533@larc.sdsu.edu>
  10. NNTP-Posting-Host: ariel.ucs.unimelb.edu.au
  11.  
  12. In article <babb-161292152533@larc.sdsu.edu> babb@sciences.sdsu.edu (J. Babb) writes:
  13. >I've got a field that changes fonts and is supposed to look like a
  14. >chalkboard (white letters on black) but I can't select it cause it's
  15. >locked. I don't want to unlock it, otherwise people will change its
  16. >content. When I "select cd fld chalkb" from a script, I get marching ants
  17. >(and the field tool goes active!!), but not selection like hitting the Tab
  18. >key will give me.
  19.  
  20. Create a new button over the field and set its hilite to true (via message box
  21. eg.
  22. set hilite of last btn to true).
  23. This will give white lettering on black.
  24. As a matter of interest to select the text of a field:
  25.  
  26. select text of fld xyz
  27. This will work if the field is locked as well. The selection will disappear if
  28. you need to enter text anywhere else or change cards etc.
  29.  
  30. Paul
  31. -- 
  32. Paul Fritze - Instructional Designer, School of Chemistry
  33.               Melbourne Uni, Parkville 3052, Australia
  34.               Paul_Fritze.Chemistry@muwayf.unimelb.edu.au
  35.