Development
: K-Meleon Forum
K-Meleon development related discussions.
Goto:
Forum List
•
Message List
•
Search
•
Log In
Your Name:
Subject:
Help information
BBcode help
Smileys help
[quote=mark307] Perhaps WSH can do that. Here's bogus code. -- macro [code] id(ID_EDIT_SELECT_ALL); id(ID_EDIT_COPY); # Spellchecker must return in 10secs. pluginmsg(utils, "exec", "wscript spell.js", -1); id(ID_EDIT_PASTE); [/code] -- jscript [code] var shell = WScript.CreateObject("WScript.Shell"); shell.Run("tinyspell.exe"); WScript.Sleep(500); shell.AppActivate("tinyspell"); WScript.Sleep(100); shell.SendKeys("^v"); WScript.Sleep(3000); shell.SendKeys("^c"); [/code] However, this concept is very weak because fixed wait and user interruption. The better solution is to use a spellcheck library and to embed into the browser. Are there FF extentions? Thanks.[/quote]
[Please Enable JavaScript]
K-Meleon forum is powered by
Phorum
.
Home/News
Screenshots
Download
Documentation
Resources
Get Involved
Forum
Bugs
Development