home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / mac / hypercar / 4146 < prev    next >
Encoding:
Text File  |  1992-11-10  |  1.5 KB  |  33 lines

  1. Newsgroups: comp.sys.mac.hypercard
  2. Path: sparky!uunet!mcsun!Germany.EU.net!ira.uka.de!ira.uka.de!gmd.de!jvnc.net!darwin.sura.net!zaphod.mps.ohio-state.edu!rpi!batcomputer!cornell!rochester!rit!isc-newsserver!ritvax.isc.rit.edu!CAD0410
  3. From: cad0410@ritvax.isc.rit.edu (Cecelia A. Dorn)
  4. Subject: Re: How to get rid of the clicktext
  5. Message-ID: <1992Nov10.180454.9738@ultb.isc.rit.edu>
  6. Sender: news@ultb.isc.rit.edu (USENET News System)
  7. Nntp-Posting-Host: vaxc.isc.rit.edu
  8. Reply-To: cad0410@ritvax.isc.rit.edu
  9. Organization: Rochester Institute of Technology
  10. References: <4NOV199220221807@oregon.uoregon.edu> <1992Nov6.104053.1@csc.canterbury.ac.nz>,<5NOV199219443992@oregon.uoregon.edu>
  11. Date: Tue, 10 Nov 1992 18:04:54 GMT
  12. Lines: 19
  13.  
  14. In article <5NOV199219443992@oregon.uoregon.edu>, derthanq@oregon.uoregon.edu (Victor Der-Thanq Chen) writes:
  15. >In article <1992Nov6.104053.1@csc.canterbury.ac.nz>, clas005@csc.canterbury.ac.nz writes...
  16. >>In article <4NOV199220221807@oregon.uoregon.edu>, 
  17. >>derthanq@oregon.uoregon.edu (Victor Der-Thanq Chen) writes:
  18. >>> I am doing something using the clicktext in a field.  In the openfield handler
  19. >>> I check the value of the clicktext.  If it is empty, do nothing, otherwise do
  20. >>> something.
  21. >>> 
  22. >>> The problem I have is that when the sencond pass of using the clicktext, even
  23. >>> thoug I do not click on anything, the clicktext still returns the previously
  24. >>> clicked text.
  25. >> 
  26.  
  27. Victor
  28.  
  29. Try using 'the selectedText' instead of 'the clickText'.  The
  30. value will not persist when you return to the whole text card.
  31.  
  32. --Cea
  33.