manipulating sText in ReceiveNotify? - 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) +----- Forum: Plug-Ins (/forumdisplay.php?fid=28) +------ Thread: manipulating sText in ReceiveNotify? (/showthread.php?tid=15862) manipulating sText in ReceiveNotify? by rh on 09-23-2003 at 05:04 PM
hi! RE: manipulating sText in ReceiveNotify? by wipey on 09-23-2003 at 07:09 PM you could probs add a colour code to it, making it white, but then they'd see a blank message unless u tagged it at the end of anuther message (the extra text)....am I makin it too complicated? RE: manipulating sText in ReceiveNotify? by Whacko on 09-23-2003 at 07:43 PM put another notify code inside the resulting notification, this will call ReceiveNotify again, i think also on the receiving user side tho RE: manipulating sText in ReceiveNotify? by rh on 09-23-2003 at 08:06 PM
thanks for your idea whacko; it was promising but i tried and it did not work. RE: manipulating sText in ReceiveNotify? by Choli on 09-23-2003 at 09:26 PM
Currently there's no beeter solution. First of all, you have to send the data in sText and make sNotifyCode constant, and second, when the other user recieves the message, he/she will see the ugly data. The best thing you can do is, as wipey said, put that ugly data in white, with white background. RE: manipulating sText in ReceiveNotify? by wipey on 09-24-2003 at 07:26 AM jus what I said RE: manipulating sText in ReceiveNotify? by rh on 09-24-2003 at 11:33 AM
too bad... RE: manipulating sText in ReceiveNotify? by Predatory Kangaroo on 09-24-2003 at 01:44 PM
I had this problem a while ago, when i was experimenting with making a game as a plugin... RE: manipulating sText in ReceiveNotify? by rh on 09-24-2003 at 02:01 PM
hi! RE: manipulating sText in ReceiveNotify? by wipey on 09-25-2003 at 03:59 PM
I'm gonna try it out sometime RE: manipulating sText in ReceiveNotify? by Choli on 09-25-2003 at 10:13 PM
quote:Use the feaures that Plus offers to make white bg: (!FC0)(!FG0)This is white text over white background or 0,0This is white text over white background but I have just noticed that the white background doesn't work. If I type (!FC1)(!FG1)This is black text over black background I can see it as it should be (a black rectangle where I can't see the text unless I select it), but if instead of that I try to use the white bg I see the default bg of MSN 6 but not a white rectangle. Well, you allways can use (ans this does work): (254,255,255),(254,255,255)This is 99% white text over 99% white background |