I’ve updated the Spell Check Pro Plugin to work with Servoy 4.0+ (its still backward compatible to 3.5). The plugin also includes dictionaries for German, English, Spanish, French, Italian, and Russian.
More Info at: http://www.servoyguy.com/servoy_compone … pro_plugin
Very Nice!
But I have some problems on 3.5.7 with Java 1.6 WIn XP Pro Sp3.
I will leave a note on the servoy_guy blog as well.
Anyone else have a problem in specifying two languages on the right click?
Sorry - forgot the screen capture addition.
Check the “Language / Dictionary Troubleshooting” section at the bottom of http://www.servoyguy.com/servoy_compone … pro_plugin
You may need to modify your JNLP file as described to force the dictionaries to download. Those errors basically mean it can’t find the dictionary, which means they didn’t get downloaded. Modifying the JNLP file should fix it. If you want french and english, something like this should do it:
<resources>
<jar href="/plugins/servoyguy_spellcheck_pro.jar" download="eager" version="2.0"/>
<jar href="/plugins/servoyguy_spellcheck_pro/dictionary_en.jar" download="%%loadmethod%%" version="1.0"/>
<jar href="/plugins/servoyguy_spellcheck_pro/dictionary_fr.jar" download="%%loadmethod%%" version="1.0"/>
</resources>
Thanks,
but I had already done the mod to the JNLP file prior to getting this result. Yes I did it exactly the way you have it in your post.
The error message points to a jar error - as if the location of the dictionary is the location you used in your development rather than independent.
Another item I noticed is that I have to exit and restart developer if I change the method code. Odd?
Any other ideas?
Tom
Has anyone else had problems with the usage of the spell check pro as I outlined?
Another issue I would like to see changed is the popup dialog whenever the spell checker runs to completion - regardless of how invoked. I would like to suppress this message when I invoke the spell check in the onShow method of a form…
The plugin was just updated to fixe issues with TextArea and HTMLArea.