Emoticons disappear! - 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: Emoticons disappear! (/showthread.php?tid=62237) Emoticons disappear! by noroom on 07-01-2006 at 12:30 PM
When a script tries to send a message using the ChatWnd.SendMessage() method, all the smileys in the edit box are replaced by a space. RE: Emoticons disappear! by RaceProUK on 07-01-2006 at 01:58 PM It's due to the emoticon auto-replace, and sounds like a limitiation to me. RE: Emoticons disappear! by noroom on 07-01-2006 at 06:01 PM
But for example, messages sent to the conversation window preserve emoticon shortcuts when you press Ctrl+Up to review sent messages. RE: Emoticons disappear! by deAd on 07-01-2006 at 07:24 PM
Plus! sends messages by adding text to the conversation window's textbox and simulating the enter key's press. This is how it sends custom emoticons. RE: Emoticons disappear! by noroom on 07-01-2006 at 07:34 PM
quote:Then how is it able to tell what emoticon I typed when I use the /all command? It correctly sends the emoticon I typed to all my open converstations. Or the /name command? It correctly sets the emoticon in my Display Name. Plus! seems to be able to get the emoticons (custom or standard, it doesn't matter) in so many situations, why is it that it can't do it in this case? RE: Emoticons disappear! by RaceProUK on 07-01-2006 at 11:43 PM I believe it's because, with /all, Plus! is able to access the MSN Objects, as the message is fully formed when Send is pressed. RE: Emoticons disappear! by noroom on 07-02-2006 at 08:50 AM What is a "fully formed" message? RE: Emoticons disappear! by mathieumg on 07-02-2006 at 12:08 PM Emoticons and formatted text already parsed. RE: Emoticons disappear! by noroom on 07-02-2006 at 04:55 PM
Isn't a message always "fully formed"? Emoticons get parsed as soon as they're typed in. RE: Emoticons disappear! by Patchou on 07-02-2006 at 05:57 PM Fixed, thanks for reporting RE: Emoticons disappear! by luisillo on 07-02-2006 at 07:01 PM
I donīt understand completely the mistake. RE: RE: Emoticons disappear! by noroom on 07-03-2006 at 11:01 AM
quote:Ah SWEET! You're welcome. @luisillo: Type in "Hello " to a contact but don't send it. Then have a script send a message in that window using the SendMessage() method. The message will get sent, and what you had typed will reappear in the edit box, only the smiley will be gone. |