Welcome to Pintexx Forum Sign in | Join | Faq

pinEdit Add-On

Started by Fly Geek at 01-04-2007 10:04 . Topic has 5 replies.

Print Search
Sort Posts:    
   01-04-2007, 10:04
Fly Geek is not online. Last active: 04.01.2007 19:40:35 Fly Geek

Top 100 Posts
Joined on 01-04-2007
Posts 6
Problems configuring SpellDictionaryPath and SpellUserDictionaryPath
Reply Quote

Hello!

I'm using the pinEdit 5.2 evaluation product for ASP.NET.  I'm trying to upgrade from an older version so that I can take advantage of the new spell checking add-on. 

I gather from reading your documentation that the eval should support using one generic spell checker file for common words with an additional "user" file for user defined words.  Is this correct?

I am trying to use the default dictionary that shipped with the evaluation as a primary spell checker.  However, I would like to use a second, custom dictionary to check some industry specific jargon.  I created a simple Microsoft Word custom dictionary file using Word 2003 to simulate the industry specific words.

My code looks like:

SpellDictionaryPath = "C:/MyApplication/editor/add-on/spell/default.dict";
SpellUserDictionaryPath = "C:/MyApplication/myCustom.dict.dic";

It appears that only one of these settings is used while the other is ignored.  For example, if I comment out the first line, the spell checker only knows the correct spelling for my specific words.  If both lines are included, my specific words are not known to the spell checker.


   Report 
   01-05-2007, 9:22
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: Problems configuring SpellDictionaryPath and SpellUserDictionaryPath
Reply Quote
Hi,

when using Word compatible dictionaries then you have to use
"SpellUserDictionaryPath".

But you can only use one dictionary at the same time.

Regards,
Hans-Peter


   Report 
   01-08-2007, 10:54
Fly Geek is not online. Last active: 04.01.2007 19:40:35 Fly Geek

Top 100 Posts
Joined on 01-04-2007
Posts 6
Re: Problems configuring SpellDictionaryPath and SpellUserDictionaryPath
Reply Quote
Can I use the Dictonary Manager that ships with pinSpell PRO to combine your default English dictionary with a Word custom dictionary file containing medical terms?
   Report 
   01-09-2007, 8:19
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: Problems configuring SpellDictionaryPath and SpellUserDictionaryPath
Reply Quote
Hi,

with the dictionary manager you can combine dictionaries.

Btw: There is no more PRO version.
The recent Pro version is now the "Standard" version.

Are you interested in testing the dictionary manager ?

Regards,
Hans-Peter
   Report 
   01-09-2007, 4:38
Fly Geek is not online. Last active: 04.01.2007 19:40:35 Fly Geek

Top 100 Posts
Joined on 01-04-2007
Posts 6
Re: Problems configuring SpellDictionaryPath and SpellUserDictionaryPath
Reply Quote
Yes. I would be very interested in testing the dictionary manager.
   Report 
   01-10-2007, 9:59
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: Problems configuring SpellDictionaryPath and SpellUserDictionaryPath
Reply Quote
Hi,

I have sent to your email.

Regards,
Hans-Peter
   Report 
Pintexx Forum » Developer Produ... » pinEdit Add-On » Re: Problems configuring SpellDictionaryPath and SpellUserDictionaryPath