home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / windows / openloo / 4869 < prev    next >
Encoding:
Internet Message Format  |  1992-12-21  |  1.7 KB

  1. Path: sparky!uunet!crdgw1!rdsunx.crd.ge.com!sunspot!howie
  2. From: howie@sunny.dab.ge.com (J. Bruce Howie)
  3. Newsgroups: comp.windows.open-look
  4. Subject: Re: Spell Checker
  5. Message-ID: <1992Dec18.145301.15098@crd.ge.com>
  6. Date: 18 Dec 92 14:53:01 GMT
  7. References: <1992Dec17.172112.4750@cas.org>
  8. Sender: usenet@crd.ge.com (Required for NNTP)
  9. Reply-To: howie@sunny.dab.ge.com
  10. Organization: General Electric - SCSD
  11. Lines: 26
  12. Nntp-Posting-Host: sunspot.dab.ge.com
  13.  
  14. In article 4750@cas.org, lwv26@cas.org (Larry W. Virden) writes:
  15. >That would be useful.  When _I_ try it, it fails due to the fact that
  16. >OW 3.0 drops the selection before ispell gets a chance to complete its task...
  17. >-- 
  18. >Larry W. Virden                 UUCP: osu-cis!chemabs!lvirden
  19. >Same Mbox: BITNET: lvirden@cas  INET: lvirden@cas.org
  20. >Personal: 674 Falls Place,   Reynoldsburg, OH 43068-1614
  21.  
  22. When I implemented this feature in my .text_extras_menu menu I had the same
  23. problem. I called Sun about it. It turns out that when the text window ships
  24. out the highlighted text the window waits for a return. Since this waiting can 
  25. "hang" your window, a timer was implimented to prevent that hang. The only problem
  26. is that in the documentation a "Selection.Timeout" resource exists. However this
  27. resource does not seem to change the time that the window waits. Sun has no
  28. plans to fix this problem in the near future (A documented bug).
  29.  
  30. So, I have a limited implimentation of a spell checker. I select ONLY one word.
  31. and send it off to ispell. If I am quick, I can beat the timer and return the 
  32. corrected word back to the text window before the timer times out.
  33.  
  34. I hope this helps.
  35.  
  36. J. Bruce Howie
  37.  
  38. ---
  39.  INTERNET:  howie@sunny.dab.ge.com   UUCP: ...!uunet!sunny.dab.ge.com!howie
  40.