Go Back   TX Text Control Community > TX Text Control Discussion and Support Forums > TX Text Control RapidSpell .NET

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.

Reply
 
Thread Tools Display Modes
  #1  
Old January 29, 2010
mlmanfredi mlmanfredi is offline
Registered User
 
Join Date: May 2009
Posts: 60
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
Reply With Quote
  #2  
Old February 1, 2010
Fabian Zenker's Avatar
Fabian Zenker Fabian Zenker is offline
TX Support Engineer
TX Text Control
 
Join Date: Jun 2008
Posts: 72
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
Reply With Quote
  #3  
Old February 1, 2010
mlmanfredi mlmanfredi is offline
Registered User
 
Join Date: May 2009
Posts: 60
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
Reply With Quote
  #4  
Old February 2, 2010
Fabian Zenker's Avatar
Fabian Zenker Fabian Zenker is offline
TX Support Engineer
TX Text Control
 
Join Date: Jun 2008
Posts: 72
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;
Regards,
Fabian
Reply With Quote
  #5  
Old February 2, 2010
mlmanfredi mlmanfredi is offline
Registered User
 
Join Date: May 2009
Posts: 60
Re: Spell Checking Application Fields

Seems to work well. Thank you.
Reply With Quote
  #6  
Old March 1, 2010
Fabian Zenker's Avatar
Fabian Zenker Fabian Zenker is offline
TX Support Engineer
TX Text Control
 
Join Date: Jun 2008
Posts: 72
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
Reply With Quote
  #7  
Old April 23, 2010
lehua768 lehua768 is offline
Registered User
 
Join Date: Apr 2010
Posts: 2
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.
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


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


All times are GMT +1. The time now is 06:02:56.


Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
© 1991 - 2010 The Imaging Source Europe GmbH