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.