home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / mac / hypercar / 4150 < prev    next >
Encoding:
Internet Message Format  |  1992-11-10  |  2.0 KB

  1. Path: sparky!uunet!news.tek.com!ogicse!cs.uoregon.edu!news.uoregon.edu!nntp.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: How to get rid of the clicktext
  5. Message-ID: <10NOV199214103457@oregon.uoregon.edu>
  6. Date: 10 Nov 92 22:10:00 GMT
  7. Article-I.D.: oregon.10NOV199214103457
  8. References: <4NOV199220221807@oregon.uoregon.edu> <1992Nov6.104053.1@csc.canterbury.ac.nz>,<5NOV199219443992@oregon.uoregon.edu> <1992Nov10.180454.9738@ultb.isc.rit.edu>
  9. Sender: news@nntp.uoregon.edu
  10. Organization: University of Oregon
  11. Lines: 32
  12. News-Software: VAX/VMS VNEWS 1.41
  13.  
  14. In article <1992Nov10.180454.9738@ultb.isc.rit.edu>, cad0410@ritvax.isc.rit.edu writes...
  15. >In article <5NOV199219443992@oregon.uoregon.edu>, derthanq@oregon.uoregon.edu (Victor Der-Thanq Chen) writes:
  16. >>In article <1992Nov6.104053.1@csc.canterbury.ac.nz>, clas005@csc.canterbury.ac.nz writes...
  17. >>>In article <4NOV199220221807@oregon.uoregon.edu>, 
  18. >>>derthanq@oregon.uoregon.edu (Victor Der-Thanq Chen) writes:
  19. >>>> I am doing something using the clicktext in a field.  In the openfield handler
  20. >>>> I check the value of the clicktext.  If it is empty, do nothing, otherwise do
  21. >>>> something.
  22. >>>> 
  23. >>>> The problem I have is that when the sencond pass of using the clicktext, even
  24. >>>> thoug I do not click on anything, the clicktext still returns the previously
  25. >>>> clicked text.
  26. >>> 
  27. >Victor
  28. >Try using 'the selectedText' instead of 'the clickText'.  The
  29. >value will not persist when you return to the whole text card.
  30. >--Cea
  31.  
  32. Nope, when I am clicking on something, it will not necessarily be selected.
  33. Besides, I am doing something with the selected text within the same field.
  34.  
  35. From the replies I got, I would summarize that my original solution would be
  36. the easiest, though not prettiest.  The original solution is to created an
  37. empty field at the location, say 0,0 and click at 0,0 everytime when I want to
  38. get rid of the clicktext.
  39.  
  40. I would be happy to see some other solutions.
  41.  
  42. Victor
  43.