Telerik Forums
UI for WPF Forum
2 answers
45 views
Hi every one,

I've read the documentation about RadSpellChecker and couldn't find anything to do with RadSyntaxEditor. I've already implemented a spellchecker inspiring WordSpellChecker class from SDK Sample Browser and linked it to the RadSyntaxControl via a tagger although I'm not sure if it's a best practice. This solution has a couple of issues including having a lag as a result of working with document in WordSpellChecker and also it needs to be implemented everything from scratch like managing the dictionary.

Does anyone have any better idea or is there any smooth way to join them?

Thanks,
Dariush
Dariush
Top achievements
Rank 1
Iron
Iron
Iron
 answered on 04 Nov 2024
0 answers
140 views

Hello, we are using the RIchTextBox control and enabled the Caps Spell Checker. We are using PRISM MVVM pattern and using the PRISM  InteractionRequest to open dialog boxes.

We are using the version Telerik UI  for WPF 2021 _1_325

Please find the profiler memeory analysis, below.

This issue looks similar to the one identified in 2012, please see link below,

https://www.telerik.com/forums/spellchecker-not-releasing-memory

 

 

Ramesh
Top achievements
Rank 1
Iron
 asked on 01 Oct 2021
6 answers
98 views

Hi,

is it possible to translate the buttons in the RadSpellChecker-Dialog (see Screenshot) into german?

Regards,

Frank.

Nikolay Demirev
Telerik team
 answered on 25 Oct 2019
1 answer
139 views

I am using RadSpellChecker to spell check a WPF TextBox.  In a different area of my application, I am using RadRichTextBox and I have a custom dialog for spell checking.  When I spell check the WPF TextBox, I get the built-in spell checking dialog instead of my custom dialog.  Is there a way to also use the custom dialog when spell checking a WPF TextBox?

 

Brian

Peshito
Telerik team
 answered on 16 Apr 2019
1 answer
72 views
I have an issue with the Spellchecker window sometimes appearing behind the main application window. Is there any way to move the window to the top when it opens? I don't see any way to reference the Spellchecker window itself after it opens.
Tanya
Telerik team
 answered on 04 Jun 2018
1 answer
101 views

Hello,

I am trying to spellcheck certain controls in our project. However, whenever I make a call to RadSpellChecker.Check(this.textBox1, SpellCheckingMode.WordByWord), the corresponding spell checking window does not seem to load/open properly (there is just a transparent footprint of the window). Our project uses implicit themes  and we suspect this is causing the problem. On a small test project (no implicit themes), the RadSpellChecker seems to work fine. Thank you.

Tanya
Telerik team
 answered on 23 Feb 2018
6 answers
124 views
I was wondering if anyone has any sample code that shows how to properly invoke RadSpellChecker (without using codebehind, but proper MVVM methodology) on a TextBox when a user is submits a form for persistence. Also, if the user dismisses the spell checker while there are still misspelled words, a notification alert box should pop-up allowing the user to either continue (with "misspellings" not corrected) or cancel and allow the submit action to cancel itself. I don't see how RadSpellChecker allows for the ability to determine if the user has left behind any non-corrected words. My guess is that the DocumentSpellChecker must somehow be put to use, but I'm hoping to minimize complexity. Thanks for any assistance in advance.
Bruce
Top achievements
Rank 2
 answered on 29 Dec 2017
3 answers
150 views

Hi all,

I am starting a spellchecker on a textbox createad at run time like this:

RadSpellChecker.Check(internalTextBox, SpellCheckingMode.AllAtOnce);

 

I see multiple threads on client/server solutions, but no help on WPF on this message "the spelling check is complete"

So how to remove or hide it, both in:

  1. on the main spellcheck window, when finished and waiting for "OK"
  2. on the small final popup window with warning triangle (similar to a MessageBox)

Both have almost not added value, and are very user-annoying if you call the spellcheck frequently in a loop

Any code or trick for that in WPF ?

 

Thanks,

Favrice

Boby
Telerik team
 answered on 27 Apr 2017
5 answers
144 views

Hello, we are using a RadRichTextBox with SpellChecker dialog.  When a word is added to the custom dictionary, either through the context menu or the SpellChecker dialog, the AddWord event is fired correctly.  However, when a word is deleted from the dialog, or the Delete All is selected, no event is fired.  We are capturing both RemoveWord and DataChanged events, but they are not called.  Our current version of controls may be older, so if this was fixed in a later version, please indicate that so we can proceed accordingly.

Thanks for your help.

Peshito
Telerik team
 answered on 05 Apr 2017
1 answer
108 views

Hello, I need help about italian spell checking. 

First of all, download the zipped file from here:
http://download2.anastasis.it/software/fabrizio/TestTelerikSpellChecker.zip

it's a minimal WPF application using your current R3 2016 UI for WPF libraries, that reproduces the uncorrect behaviors. It has a custom minimal dictionary extracted from our 2 million words italian dictionary.

This mini-dictionary contains ALL the words written in the embedded test document.

---BEHAVIOR 1: Initial spellchecking

Starting up the application, only the first sentence seems completely correct.

Line 1: "Questa è una prova" is ok.

Line 2: "Dov'è" and "Quand'è" are marked wrong. "Cos'è? cos è!" are ok only because there's "cos" in the dictionary (cosine math function). We can't put "quand" and "dov" in the dictionary because they aren't correct single words in italian.

Line 3: "Prova dell'albero." is ok, but "nell'albero" and "sull'albero" are marked wrong.

Line 4a-b-c: Any order of the 3 elements results in "dell'albero" right and the others wrong. But they are all in the dictionary!

---BEHAVIOR 2: Suggestions word extraction

Problem 1:
Right-click with cursor on line 2, over the "o" in "Dov'è". First suggestion is "Dov'è", if you click it, the resulting word will be "Dov'è'è". So, it seems that the spellchecker treats the apostrophe ' character as delimiter, that's wrong in italian because "Dov" is wrong and only "Dov'[Vowel]*" is right. Same applies with thousands of different word that get truncated on the following one. 

Problem 2:
Now for the black magic: Undo with Ctrl-Z, select whole "Dov'è" word and right-click it: no suggestions supplied (correct). Then, click in the editor to dismiss the context menu and roll the mouse wheel. Refresh now shows as correct the entire selection that was previously marked wrong.
Plot twist: Put the cursor after "è" in "Dov'è" and press space: "Dov'è" is marked wrong again.

But in English, all the words like "isn't", "don't", "we're" etc are marked as correct. So what's the problem with italian spell checking?

I really hope to get help from you, because the spell checker is a paramount function for our application.

Thanks in advance.
Fabrizio

Todor
Telerik team
 answered on 12 Oct 2016
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?