Shoutbox

/me is typing a message - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Thread: /me is typing a message (/showthread.php?tid=92689)

/me is typing a message by Karlz on 10-26-2009 at 07:42 PM

Hi everybody,

i would know how could i do to send this particular message to my contact with an Msg+ script ?

> Are scripts able to simlulate keyDown in the typing area ??

thx & sry for my little english.


RE: /me is typing a message by roflmao456 on 10-26-2009 at 07:48 PM

I think if you just push shift, it will work.


RE: /me is typing a message by Karlz on 10-26-2009 at 09:02 PM

hum ?

context : someone send me a message "!hey" and my script answere "bibi" 10 seconds later, but i want my contact to see "Karlz is typing a message" during this 10 seconds, you understand ?


RE: /me is typing a message by ryxdp on 10-29-2009 at 06:18 AM

At the moment, we have very little control over the "x is typing a message" notices and so on. Unfortunately, what you seem to be requesting is not possible at this time.

The problem is that to detect and send these notifications you'd need to use something like Xniff, which is rather unreliable to use. Hopefully in some future release of Messenger Plus!, we will have a much improved scripting engine that can handle things like this.


RE: /me is typing a message by CookieRevised on 10-31-2009 at 11:27 AM

quote:
Originally posted by ryxdp
The problem is that to detect and send these notifications you'd need to use something like Xniff...
Xniff can only sniff/read the protocol, not changing or sending something.

quote:
Originally posted by ryxdp
... Hopefully in some future release of Messenger Plus!, we will have a much improved scripting engine that can handle things like this
I doubt very much that there will ever be something to directly write to the protocol. It simply is too dangerous and too much stuff can go wrong...

--------------

What you could do to simulate a "user is typing" is simulating a keypress. This can already be done using Windows APIs. The downside is that the chat window should be open and probably be in focus in order to make it work.