|
|||||||
| TX Text Control RapidSpell .NET Please use this forum for TX Text Control RapidSpell .NET support only. If you need support for a different product, please use the appropriate forum. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Spell Checking Application Fields
It seems the IgnoreAllFields and IgnoreReadOnlyFields properties in RapidSpellAsYouType do not affect ApplicationFields. Shouldn’t they since ApplicationField is derived from TextField?
Is there any way to keep it from spell checking ApplicationFields? Thanks, Mike |
|
#2
|
||||
|
||||
|
Re: Spell Checking Application Fields
Hi Mike!
I am not able to reproduce that issue. I my eyes the IgnoreAllFields and IgnoreReadOnlyFields properties in RapidSpellAsYouType work correct for ApplicationFields. Could you please provide me a sample document or/and project that shows this issue? Which version do you use? Regards, Fabian |
|
#3
|
|||
|
|||
|
Re: Spell Checking Application Fields
Fabian - Thanks for the reply. While putting together a sample, I discovered that if I set property before adding the field it appears to work. If the field has already been underlined by the spell checker, changing the property does not remove the underline.
So it looks more like a refreshing issue. I have tried doing a ForceCheckAll() and RepaintUnderlines() but neither results in the underlines being removed. How do I refresh the spell checking? Also, I tried calling Refresh() on the text control but that caused all underlines to go away – even the lines that should have remained. They returned when I clicked on the document. This may be a separate issue but is it a known problem? Thanks, Mike |
|
#4
|
||||
|
||||
|
Re: Spell Checking Application Fields
Hi Mike!
It seems as if that behaviour is a bug. ReforceCheckAll() does not consider the changes you've set at rapidSpellAsYouType1.IgnoreAllFields. You can workaround that issue by resetting the TextControl to the SpellChecker: Code:
rapidSpellAsYouType1.IgnoreAllFields =!rapidSpellAsYouType1.IgnoreAllFields; rapidSpellAsYouType1.TextControl = null; rapidSpellAsYouType1.TextControl = textControl1; Fabian |
|
#5
|
|||
|
|||
|
Re: Spell Checking Application Fields
Seems to work well. Thank you.
|
|
#6
|
||||
|
||||
|
Re: Spell Checking Application Fields
Hi Mike!
Your issue will be fixed in TX Text Control RapidSpell .NET 15.1 Service Pack 1. We will release it on the Second of March 2010. Regards, Fabian |
|
#7
|
|||
|
|||
|
Re: Spell Checking Application Fields
Fabian - Thanks for the reply. While putting together a sample, I discovered that if I set property before adding the field it appears to work. If the field has already been underlined by the spell checker, changing the property does not remove the underline.
Last edited by Gunnar Giffey; April 24, 2010 at 16:31:49. |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Can't get phpLiveDocx working | jim | Support Forum | 10 | November 19, 2009 05:16:25 |
| Spell Checking Issue. | Pgmer | TX Text Control .NET | 2 | May 21, 2008 14:17:57 |
| Spell Checking with Keyoti causes incorrect Undo functionality | rkierner | TX Text Control .NET | 0 | June 25, 2004 19:09:37 |
| As-I-type spell checking with VS Spell | sdwasson | TX Text Control ActiveX | 11 | April 10, 2003 15:42:26 |
| spell checking | Unregistered | TX Text Control ActiveX | 2 | March 6, 2003 18:41:42 |