What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Decent spellchecker

Decent spellchecker
Author: Message:
Matti
Elite Member
*****

Avatar
Script Developer and Helper

Posts: 1646
Reputation: 39
31 / Male / Flag
Joined: Apr 2004
RE: Decent spellchecker
Short answer: no.

Long answer:
It's nearly impossible to do such interactions with the chat window's typing area. A script would need to respond to the key press and right-click events which is hard since these notifications are only sent to the owner window and thus requires the script to subclass it in some way. It would also have to find out which word the click originated from and this can turn out very nasty since the user can have a custom font and multiple emoticons and the user can resize the typing area at any moment. Also, in order to draw red lines underneath misspelled words, the script would also have to draw onto the typing area and determinate the pixel location and size of those words.

Plus! seems to be able to do this partly for its emoticon pop-up window. It can react on key presses, it can find out the current caret location and it can insert and replace text in the typing area. However, this functionality is not available through the Plus! scripting environment and cannot be borrowed directly by scripts. Perhaps in future versions of Plus!, the scripting API may provide such functionality, but for now you'd have to do it all by yourself if you want to make this.
Plus! Script Developer | Plus! Beta Tester | Creator of Countdown Live | Co-developer of Screenshot Sender 5

Found my post useful? Rate me!
06-19-2010 07:31 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Decent spellchecker - by msimplay on 09-25-2008 at 06:34 PM
RE: Decent spellchecker - by mapgie on 06-19-2010 at 07:14 PM
RE: Decent spellchecker - by Matti on 06-19-2010 at 07:31 PM
RE: Decent spellchecker - by mapgie on 06-20-2010 at 02:09 AM
RE: Decent spellchecker - by Tochjo on 06-20-2010 at 12:17 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On