Welcome to Pintexx Forum Sign in | Join | Faq

pinEdit Add-On

Started by csl at 04-27-2007 4:01 . Topic has 3 replies.

Print Search
Sort Posts:    
   04-27-2007, 4:01
csl is not online. Last active: 29.04.2007 19:53:24 csl

Top 500 Posts
Joined on 04-26-2007
Posts 2
SpellChecker license problem
Reply Quote
Hi,

I have recently purchased pin edit pro (Release: 5.2.0920) and are having problem setting the license key for the spell checker add-on.

I am using pin edit in my web application via its java api, and I have done something like this:

pinEdit editor = new pinEdit(....);
editor.setLicenseKey("1234");  // Set the license key for pin editor itself.
editor.setSpellLicenseKey("abcd");  // Set the license key for pinEditSpell


The pin editor's evaluation message has gone away as soon as I set the license key for it. But every time I click on the spell check button on the editor's toolbar, I get an alert box saying "This is an unlicensed evaluation version of pinEditSpell", and the spell checker's window shows "Unlicensed, for evaluation only!".

The pdf manual for pinEdit seems to suggest that in order to license pinEditSpell all I need to do is call editor.setSpellLicenseKey(), is there more steps involved?

Thanks in advance.
   Report 
   04-27-2007, 8:02
Pintexx Support is not online. Last active: 30.12.2008 07:11:54 Pintexx Support

Top 10 Posts
Joined on 08-30-2005
Posts 1.571
Re: SpellChecker license problem
Reply Quote
Hi,

please add this code line:

session.setAttribute("PINEDITSPELLLICENSEKEY,"...");

Regards,
Hans-Peter

   Report 
   04-29-2007, 11:05
csl is not online. Last active: 29.04.2007 19:53:24 csl

Top 500 Posts
Joined on 04-26-2007
Posts 2
Re: SpellChecker license problem
Reply Quote
Hi,

Thanks, that worked!

Now that my pinEditSpell is fully licensed, I have noticed another problem though. When I run the spell checker, it will prompt almost every word in a sentence (including the correct words). The dictionary I am using is the one I purchased: us-english.dict. I haven't modify this dictionary in any way.

For example, I typed "Some notes with speel erorrs.", when I run spell check on it, it prompts me on the words: "Some", "notes", "speel" and "erorrs".

For the word "Some", it suggests I change it to "Some", and same for "notes". Is this the expected behaviour from pinEditSpell? From a user's perspective, I wouldn't expect such behaviour.

Also, for the word "erorrs", it's only giving one suggestion which is "arrestors". Is there any way to improve the spell checker's suggestions?


Thanks.
   Report 
   04-30-2007, 8:28
Pintexx Support is not online. Last active: 30.12.2008 07:11:54 Pintexx Support

Top 10 Posts
Joined on 08-30-2005
Posts 1.571
Re: SpellChecker license problem
Reply Quote
Hi,

this is a problem when using the wrong dictionary.

There are different dictionaries for Java and .Net.

Please tell me which technology you are using and send an email to support@pintexx.com.
Then a will send you a link to the correct dictionaries.

Regards,
Hans-Peter
   Report 
Pintexx Forum » Developer Produ... » pinEdit Add-On » Re: SpellChecker license problem