Re: Spellcheck problems

pinEdit Add-On

Spellcheck problems


dazkraz 06-22-2006, 10:35
Hi,

I am having a problem with the spell checker . When I run it it will prompt to correct words that are spelt correctly and suugest the exact same word to replace it with. For example:

Absolute

Change To:
Absolute

Suggestions:
Absolute


Any ideas?

Thanks,
Darren


Re: Spellcheck problems


Pintexx Support 06-23-2006, 12:10

Hi Darren,

do you use the right dictionary ?
(there are also demo dictionaries that cause this effect).

Which spell version do you use and when did you purchase ?

Regards,
Hans-Peter

 

 

Re: Spellcheck problems


dazkraz 06-24-2006, 4:42
I purchased PinEdit 5.0 from Component Source which included the trial version of PinEdit Spell. I am just evaluating PinEdit Spell for now to make sure it works ok before i buy.

Re: Spellcheck problems


dazkraz 06-24-2006, 5:43
So if i buy the pinEdit spell from component source will i get a new dictionary as well as the license key?

Re: Spellcheck problems


Pintexx Support 06-24-2006, 1:05
Yes.

Re: Spellcheck problems


kevint 06-29-2007, 12:59
I have same problem. That is, the spell checker highlights almost every word and the word highlighted and the suggestion are the same thing...

Below are the contents of my config.js file regarding the pinSpell
// please set the license key code here
var globalSpellLicenseKey = "************3F3F39";
// defines the spell checker page ( relative to editor folder)
// for ASP.Net/ASP it should be spell.aspx
// for JSP it should be spell.jsp
// for PHP it depends if ASP.Net or Java is used
var globalSpellPage = "spell/spell.jsp";
// defines the absolute physical path to the spell checkers dictionary file (.dict)
var globalSpellDictPath = "spell/us-english.dict";
// defines the absolute physical path to the spell checkers user dictionary file (Word)
//var globalSpellUserDictPath = "";

Re: Spellcheck problems


Pintexx Support 06-29-2007, 10:30
Hi,

then you are using the wrong dictionary.

There are diffrences between .Net and java dictionaries.

Normally you have to set the dictionary path by using a method and not by editing config.js.
(This was for version 4.x)


Regards,
Hans-Peter