Re: pinSpell install problems
pinEdit Add-On
pinSpell install problems
fletchpenn
04-16-2009, 7:57
Hello, Having problems getting pinSpell to work in a very large VB.NET winforms app.
Followed all the steps listed in other postings, but still get no effect when clicking the spell check button.
We just purchased the pinSpell desktop version 6.0.0.612 and pinEditNet v 7.1.9.127.
The spell cker works in the sample app, but not in my big app.
DictionaryPath = Application.StartupPath + "\editor\add-on\spell\us-english.dict"
SpellDelay = 1
Added refs for both dll's to the project.
Can't think of anything else to try.
Any ideas?
Thanks,
Fletch
Re: pinSpell install problems
fletchpenn
04-16-2009, 7:59
Also, the big app has no Bin directory. Placed the DLL's in the root directory, and editor just below that.
thanks
Re: pinSpell install problems
fletchpenn
04-16-2009, 8:10
oops, i anwered my own question.
Code from a previous coder was blocking the spell cker from working.
Problem solved.
thanks