Board index » delphi » TSynEdit/TSynSpellCheck
Al C.
![]() Delphi Developer |
Al C.
![]() Delphi Developer |
TSynEdit/TSynSpellCheck2008-04-08 09:00:52 AM delphi263 I'm looking for someone familiar with these components ... I am trying to have TSynSpellCheck underline incorrectly spelled words, but it's only working this way for the first visible line of text in the TSynEdit component (regardless of whether WordWrap is on or off). Is there a property setting I am missing somewhere? Thanks, in advance -- Al C. |
Alan Colburn
![]() Delphi Developer |
2008-04-09 02:05:50 AM
Re:TSynEdit/TSynSpellCheck
I'm looking for someone familiar with these components ... I am trying
to have TSynSpellCheck underline incorrectly spelled words, but it's only working this way for the first visible line of text in the TSynEdit component (regardless of whether WordWrap is on or off). Is there a property setting I am missing somewhere? Thanks, in advance -- Al C. |
Ryan J. Mills
![]() Delphi Developer |
2008-04-09 08:49:51 PM
Re:TSynEdit/TSynSpellCheck
I'm using these components and having no problems. You have to tell TSynSpellCheck what
token types to check, but other than that I can not recall anything special that has to be done. Ryan. On Tue, 8 Apr 2008 11:05:50 -0700, "Alan Colburn" <XXXX@XXXXX.COM>writes: QuoteI'm looking for someone familiar with these components ... I am trying |