Shoutbox

How to Remove Display Pic? - 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: How to Remove Display Pic? (/showthread.php?tid=61844)

How to Remove Display Pic? by The Brain on 06-28-2006 at 04:43 AM

Is it possible to remove the dsiplay pic using the scripting interface? I tried

code:
Messenger.MyDisplayPicture = "";
and
code:
Messenger.MyDisplayPicture = null;
as well as making empty image files to use as well. Is it possible to include this function in the next version of the scripting interface? It would make sence, if assigning an empty String would remove the Display Picture, as someone with no Display Picture will gve you an empty String from that variable.

An interesting side note to this, is that line
code:
Messenger.MyDisplayPicture = Messenger.MyDisplayPicture;
(which is admitedly quite useless, but would be expected to work) will give an error if you don't have a display picture set.
RE: How to Remove Display Pic? by Mnjul on 10-03-2006 at 02:35 PM

May I second this?

Would be quite useful for Hopper to "temporarily hide" your display picture when hopping.


RE: How to Remove Display Pic? by Matti on 10-03-2006 at 03:43 PM

quote:
Originally posted by Mnjul
Would be quite useful for Hopper to "temporarily hide" your display picture when hopping.
Now that would be a great use of the MyDisplayPicture property. I agree, this should be included in the scripting environment. (y)