Email Spelling checker  Topic is solved

Discussions relating to Jiwa 7 plugin development, and the Jiwa 7 API.

Email Spelling checker

Postby 2can2 » Wed Nov 03, 2021 5:38 pm

Hi, In V7.2 is it possible to add a spelling checker to emails before they are sent?
Ta
2can2
Frequent Contributor
Frequent Contributor
 
Posts: 171
Joined: Tue Feb 26, 2008 10:24 am
Topics Solved: 25

Re: Email Spelling checker  Topic is solved

Postby Mike.Sheen » Wed Nov 03, 2021 6:08 pm

The attached plugin is a good starting point.

It adds a spell checker to the body of the email maintenance form.

When text is rendered, it shows spelling errors with a red squiggly:
EmailMaintenanceSpellChecker.png


And if spelling errors are added to the body, when the focus moves away from the control, the spelling errors dialog shows with some options for correction:
SpellingDialog.png
SpellingDialog.png (20.87 KiB) Viewed 2226 times
Attachments
Plugin Email Spell checker.xml
(11.7 KiB) Downloaded 346 times
Mike Sheen
Chief Software Engineer
Jiwa Financials

If I do answer your question to your satisfaction, please mark it as the post solving the topic so others with the same issue can readily identify the solution
User avatar
Mike.Sheen
Overflow Error
Overflow Error
 
Posts: 2583
Joined: Tue Feb 12, 2008 11:12 am
Location: Perth, Republic of Western Australia
Topics Solved: 807

Re: Email Spelling checker

Postby SBarnes » Wed Nov 03, 2021 6:25 pm

Try the link below, looks like Jiwa finds the name space Infragistics.Win.UltraWinSpellChecker so it must be available in the version Jiwa uses.


https://www.infragistics.com/help/winfo ... ellchecker


and on a sales form I was able to get an ultra text editor to show the spell checker property.

Code: Select all
JiwaFinancials.Jiwa.JiwaSalesUI.SalesOrder.BaseSalesOrderEntryForm sform = (JiwaFinancials.Jiwa.JiwaSalesUI.SalesOrder.BaseSalesOrderEntryForm) JiwaForm;
sform.txtTaxExNo.SpellChecker


How you get dictionaries and the dialog to work you would need to read the documentation on.

Ah Mike just beat me to the punch/post
Regards
Stuart Barnes
SBarnes
Shihan
Shihan
 
Posts: 1696
Joined: Fri Aug 15, 2008 3:27 pm
Topics Solved: 191

Re: Email Spelling checker

Postby 2can2 » Fri Nov 05, 2021 11:13 am

Thank you both.
2can2
Frequent Contributor
Frequent Contributor
 
Posts: 171
Joined: Tue Feb 26, 2008 10:24 am
Topics Solved: 25


Return to Technical and or Programming

Who is online

Users browsing this forum: No registered users and 2 guests