PxPlus User Forum

Main Board => Discussions => Programming => Topic started by: mpagan on September 10, 2019, 03:17:56 PM

Title: Suppressing SPELL "Spell Check Complete"
Post by: mpagan on September 10, 2019, 03:17:56 PM
Hello All,

LET %SPELL_SITE$="|aspell -a --lang=@@",%SPELL_LANG$="en"
CALL "*plus/spell/spell",0,"","Walrus",""


This results in "*plus/spell/spell" displaying a message stating "Spell check complete."

Is there a way to suppress this message? If the resulting spell check yields no errors, don't display a box?

Thank you so much!

Matthew Pagan
Title: Re: Suppressing SPELL "Spell Check Complete"
Post by: Mike King on September 11, 2019, 01:16:39 PM
There currently is no way to suppress the message box as we assumed that a user would want to know the spell check had been done and was complete.  Without a message box the user might not know whether the system had actually performed a spell check or not.

BTW: PxPlus 2019 includes the Windows built-in spell checker which provides both a visual cue to questionable words (red squiggly underline), auto-correct, and checks for repeated words.