Unique request,well not so unique - 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: Unique request,well not so unique (/showthread.php?tid=67638) Unique request,well not so unique by hearwithoutyou on 10-24-2006 at 03:26 PM Could someone please make me a script. All i want is the script to be able to replace text(i already know how to do that) but heres the exception i don't want it to replace the text i type when the contact I'm chatting with is online from his mobile.Example : When the person is online from a mobile his personal message is replace with "(Online)".So i don't want my text to be replaced when the person online from his mobile. Can anyone help me. I know its a very simple thing to do RE: Unique request,well not so unique by matty on 10-24-2006 at 03:36 PM Messenger Plus! does not allow commands or messages to be parsed by mobile conversations as people with Mobile Messenger cannot use Plus!. RE: Unique request,well not so unique by hearwithoutyou on 10-24-2006 at 03:41 PM Umm...uve got the wrong idea...ill try to giv a a more expressive example...i think i didnt put it to u the right way...for example: if a person using a mobile phone gets online on msn through a service such as ebuddy or e-messenger or mig33 hes shown as online from a mobile on the strating part of the conversation "Messages you type here are delivered to a mobile phone or page....." n so on is displayed.it is for those contact i do not want my text to be replaced RE: Unique request,well not so unique by matty on 10-24-2006 at 05:38 PM
quote: quote:They are still using the mobile service. Plus! does not allow you to interact with it. RE: Unique request,well not so unique by Spunky on 10-24-2006 at 08:13 PM
Matty, the replacing of text happens on a PC that uses MP!L, not on the mobile device. The mobile does not need MP!L, just as a normal users doesn't need it to receive messages that have had text replaced via a script. RE: Unique request,well not so unique by matty on 10-24-2006 at 09:27 PM
quote:Thats not what I am saying. What he is trying to do is send Arabic characters to contacts that are signing in through their Mobile phone on e-messenger or a service like that. The mobile conversation shouldn't be recognized through Messenger Plus!. If you want to use an else statement to not send the stylish text to them just do code: RE: Unique request,well not so unique by hearwithoutyou on 10-25-2006 at 08:32 AM i want the characters to be seen to only the contacts who are online from their computer and NOT from their mobile.Cos some character are not displayed correctly on the mobile.I guess its not possible to do it with scripts.thnx for the reply RE: Unique request,well not so unique by hearwithoutyou on 10-25-2006 at 09:46 AM
/* RE: Unique request,well not so unique by matty on 10-25-2006 at 12:10 PM
[/code]function OnEvent_ChatWndSendMessage(pChatWnd, sMessage){ RE: RE: Unique request,well not so unique by Jesus on 10-25-2006 at 12:16 PM
quote: [maybe a bit offtopic] what's the use of an if-statement if it always returns true? it does the same as code:or am I missing something here? [/maybe a bit offtopic] RE: Unique request,well not so unique by matty on 10-25-2006 at 12:49 PM Blah its if he knows who is signed in on their phone he can put the email there, so if the email isn't one of those people then stylize the text. RE: RE: Unique request,well not so unique by Jesus on 10-25-2006 at 02:08 PM
quote:true, but they're not always online using their phones. aside from that, using this statement code:will ALWAYS execute the code, since if Email has value "johndoe@hotmail.com" then it would be code:so there's no point in having an if-statement this way because if you != 1 variable against more than 1 value, it will always return true. RE: Unique request,well not so unique by Spunky on 10-25-2006 at 02:20 PM
code: That should work though RE: Unique request,well not so unique by matty on 10-25-2006 at 02:50 PM Blah I was typing quickly you could have simply just said use && and not || geez . RE: Unique request,well not so unique by Spunky on 10-25-2006 at 02:52 PM Thats why I replied with that code. Jesus didn't really explain how to fix it RE: Unique request,well not so unique by RaceProUK on 10-25-2006 at 09:13 PM
quote:Programattically, yes you can. I believe the window classes are IMWindowClass and MobileMessageWindow. Three guesses at which one is which... RE: RE: Unique request,well not so unique by Jesus on 10-25-2006 at 09:38 PM
quote:could have caused alot of confusion |