|
|
pinEdit Add-On
Started by dazkraz at 06-22-2006 10:35 . Topic has 6 replies.
 
 
|
|
Sort Posts:
|
|
|
|
06-22-2006, 10:35
|
dazkraz
Joined on 10-26-2005
Posts 36
|
|
|
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
|
|
|
|
|
Report
|
|
|
|
06-23-2006, 12:10
|
Pintexx Support
Joined on 08-30-2005
Posts 1.841
|
|
|
|
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
|
|
|
|
|
Report
|
|
|
|
06-24-2006, 4:42
|
dazkraz
Joined on 10-26-2005
Posts 36
|
|
|
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.
|
|
|
|
|
Report
|
|
|
|
06-24-2006, 5:43
|
dazkraz
Joined on 10-26-2005
Posts 36
|
|
|
So if i buy the pinEdit spell from component source will i get a new dictionary as well as the license key?
|
|
|
|
|
Report
|
|
|
|
06-24-2006, 1:05
|
Pintexx Support
Joined on 08-30-2005
Posts 1.841
|
|
|
|
|
|
06-29-2007, 12:59
|
kevint
Joined on 02-07-2006
Posts 20
|
|
|
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 = "";
|
|
|
|
|
Report
|
|
|
|
06-29-2007, 10:30
|
Pintexx Support
Joined on 08-30-2005
Posts 1.841
|
|
|
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
|
|
|
|
|
Report
|
|
|
|
|
Pintexx Forum » Developer Produ... » pinEdit Add-On » Spellcheck problems
|
|
|
|