Telerik Forums
UI for WPF Forum
0 answers
83 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
51 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
85 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
46 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
52 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
81 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
93 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
83 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
58 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
1 answer
67 views

Hi,

I would like to

 1-check spell on a string (a sentence in fact)

 2-open spellcheck dialog box only if errors>0 at step #1

 

I can handle the 2nd part=dialogbox and user query ... but likely stupidly, on the first part, I can not find how to test & count errors on a string in code behind :(

 

Any help just for that part would be appreciated,

F

Tanya
Telerik team
 answered on 16 Jun 2016
Narrow your results
Selected tags
Tags
+? more
Top users last month
Dominik
Top achievements
Rank 1
Giuliano
Top achievements
Rank 1
Dominic
Top achievements
Rank 1
Glendys
Top achievements
Rank 1
NoobMaster
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Dominik
Top achievements
Rank 1
Giuliano
Top achievements
Rank 1
Dominic
Top achievements
Rank 1
Glendys
Top achievements
Rank 1
NoobMaster
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?