|
Rank: Member
Groups: Registered
Joined: 3/10/2014 Posts: 6
|
Hi Guys,
I'm new to keyoti and inherited an application using it.
If i add a full stop to the middle of a sentence in a standard text box the right hand side of that sentence is then capitalized. Is this something i can turn off?
Thanks
|
|
Rank: Advanced Member
Groups: Administrators, Registered
Joined: 10/20/2004 Posts: 456
|
Hi - I'm not 100% sure what you need but if you want to ignore incorrect sentence capitalization then you can set the IgnoreIncorrectSentenceCapitalisation property of the rapidSpellAsYouType or rapidSpellDialog control to false. Please let me know if you need anything else. Dan Dan Wright
|
|
Rank: Member
Groups: Registered
Joined: 3/10/2014 Posts: 6
|
Thanks for the reply Dan. The property is currently set to false. This is what happens....
I have an existing sentence of....
This is an existing sentence which I'll add a full stop to.
I add a full stop after "an" and this is the sentence i end up with...
This is an. Existing Sentence Which I'll Add A Full Stop To.
Any ideas?
|
|
Rank: Advanced Member
Groups: Administrators, Registered
Joined: 10/20/2004 Posts: 456
|
Sorry I meant set IgnoreIncorrectSentenceCapitalisation to true. Please try that and let me know how it goes. Dan Dan Wright
|
|
Rank: Member
Groups: Registered
Joined: 3/10/2014 Posts: 6
|
Hi Dan,
That does work but we then lose the automatic capitalization. Is there anything else?
Thanks Scott
|
|
Rank: Advanced Member
Groups: Administrators, Registered
Joined: 10/20/2004 Posts: 456
|
Scott - I'm not able to recreate the problem with the latest version. Could you let me know the full version of the Keyoti.RapidSpell.. dll you're referencing? Thank you, Dan Dan Wright
|
|
Rank: Member
Groups: Registered
Joined: 3/10/2014 Posts: 6
|
Dan,
It's 5.0.11.517.
Scott
|
|
Rank: Advanced Member
Groups: Administrators, Registered
Joined: 10/20/2004 Posts: 456
|
Could you try the current version please http://keyoti.com/downlo...-NET-5.1.1-UD-Setup.msi
Dan Dan Wright
|
|
Rank: Member
Groups: Registered
Joined: 3/10/2014 Posts: 6
|
Thanks Dan, with the new version the auto-correct doesn't run at all for capitalization, we don't have a license either. For now my client will be happy with turning off the auto-correct. If you can see anything these are our "As You Type" settings...
AddMenuText = "Add", AllowAnyCase = false, AllowMixedCase = false, AutoCorrectEnabled = true, CheckAsYouType = true, CheckCompoundWords = false, CheckDisabledTextBoxes = false, CheckReadOnlyTextBoxes = false, ConsiderationRange = 500, ContextMenuStripEnabled = true, DictFilePath = "DICT-EN-UK-UKEnglish.dict", FindCapitalizedSuggestions = true, GUILanguage = LanguageType.ENGLISH, IgnoreAllMenuText = "Ignore All", IgnoreCapitalizedWords = false, IgnoreIncorrectSentenceCapitalization = false, IgnoreInEnglishLowerCaseI = false, IgnoreMenuText = "Ignore", IgnoreURLsAndEmailAddresses = true, IgnoreWordsWithDigits = true, IgnoreXML = false, IncludeUserDictionaryInSuggestions = false, LanguageParser = LanguageType.ENGLISH, LookIntoHyphenatedText = true, OptionsEnabled = true, OptionsFileName = "RapidSpell_UserSettings.xml", OptionsStorageLocation = Keyoti.RapidSpell.Options.UserOptions.StorageType.IsolatedStorage, RemoveDuplicateWordText = "Remove duplicate word", SeparateHyphenWords = false, ShowAddMenuOption = true, ShowCutCopyPasteMenuOnTextBoxBase = true, ShowSuggestionsContextMenu = true, ShowSuggestionsWhenTextIsSelected = false, SuggestionsMethod = SuggestionsMethodType.HashingSuggestions, SuggestSplitWords = true, TextBoxBase = null, TextComponent = null, UnderlineColor = System.Drawing.Color.Red, UnderlineStyle = UnderlineStyle.Wavy, UpdateAllTextBoxes = true, UserDictionaryFile = null, V2Parser = true, WarnDuplicates = true
Thanks again
|
|