Welcome Guest Search | Active Topics | Sign In | Register

EO 25 WEBBROWSER - Spellcheck Options
Eurice
Posted: Wednesday, March 12, 2025 5:01:14 AM
Rank: Advanced Member
Groups: Member

Joined: 12/10/2014
Posts: 140
Hello,

It seems spellcheck is broken in 2025.1.6.

I tryed my own code and tabbedbrowser with no luck.

In tabbedbrowser there is no suggestion showing up in

Quote:
if (e.MenuInfo.Suggestions.Length > 0)
{
e.Menu.Items.Add(EO.WebBrowser.MenuItem.CreateSeparator());
e.Menu.Items.AddSpellCheckSuggstions(e.MenuInfo.Suggestions);
e.Menu.Items.Add(EO.WebBrowser.MenuItem.CreateSeparator());
e.Menu.Items.Add(new EO.WebBrowser.MenuItem("Add To Dictionary", CommandIds.SpellCheckAddToDictionary));
}


Removing BeforeContextMenu event fix the spellcheck but its not a solution for us.


Regards


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.