|
Messenger Plus! Live - Scripting Documentation
Objects Reference - MessengerMessenger::MyDisplayPictureThe Messenger::MyDisplayPicture property returns the path to the display picture file used by the current Messenger user. It can also be used to change the display picture of the current user based on an existing file. 溴> 即时通讯: : mydisplaypicture属性返回的路径向 SyntaxThis is a read/write property. [string] MyDisplayPicture; Data TypeA string containing the full path to the display picture, if any. If no display picture is currently associated to the current user, the property returns an empty string. Display pictures are usually PNG files but not assumption should be made regarding their format. When setting a new display picture, JPG, GIF, BMP and PNG files can be used. 一个字符串包含完整路径显示图片,如果有的话。如果 一个字符串包含完整路径显示图片,如果有的话。如果 This property typically fails for the following reason: 此属性通常失败,原因如下: 此属性通常失败,原因如下:
RemarksThe file path returned by this function is temporary, must not be stored for future use and must not be locked. If the file needs to be accessed after the current script's function returns (to be displayed in an interface window for example), it must be copied to a safe location. Dynamic pictures accessed through this property return a static, non animated image. 文件路径,经由这项功能是暂时的,绝不能 文件路径,经由这项功能是暂时的,绝不能 When a new display picture is set, the file is resized, converted to the proper format and saved in the Messenger's cache directory. Messenger doesn't keep a reference to the original file used to create the picture. 当一个新的显示图片是一套,档案大小,转换为 Property Information
See AlsoMessenger的对象。 SponsorLinksScripts文档目录 脚本库 FAQ |