I think I have found a small bug in your asp code. It is to do with the showing of spelling suggestions being shown or not. On line 1640 you have...
Since I have changed my code a lot, I checked it against the original from a fresh download, and it's as the top line.
I am using version 5.1 Pro.
WizF
if (spell(1+j, zoomit) > 0) then
...and it think it should be...if (spell(1+j, zoomit) = 0) then
Note the '>' should be a '='Since I have changed my code a lot, I checked it against the original from a fresh download, and it's as the top line.
I am using version 5.1 Pro.
WizF
Comment