What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [?] Trouble using ImageElmt_SetImageFile()

[?] Trouble using ImageElmt_SetImageFile()
Author: Message:
pollolibredegrasa
Full Member
***

Avatar
formerly fatfreechicken

Posts: 483
Reputation: 34
35 / Male / Flag
Joined: May 2005
RE: [?] Trouble using ImageElmt_SetImageFile()
quote:
Originally posted by Skarbo

code:
Wnd.ImageElmt_SetImageFile("ImgSound2","icon-speaker");    // not working


I had this exact problem recently, and found that when using ImageElmt_SetImageFile() with Plus! resource images, you need to prefix the image name with "\\":

code:
Wnd.ImageElmt_SetImageFile("ImgSound2","\\icon-speaker");

Hope this helps :)
;p

[Image: chickennana.gif] Vaccy is my thin twin! [Image: chickennana.gif]
04-22-2008 03:15 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[?] Trouble using ImageElmt_SetImageFile() - by Skarbo on 04-22-2008 at 03:02 PM
RE: [?] Trouble using ImageElmt_SetImageFile() - by pollolibredegrasa on 04-22-2008 at 03:15 PM
RE: [?] Trouble using ImageElmt_SetImageFile() - by matty on 04-22-2008 at 05:28 PM
RE: [?] Trouble using ImageElmt_SetImageFile() - by Skarbo on 04-22-2008 at 05:51 PM
RE: [?] Trouble using ImageElmt_SetImageFile() - by Matti on 04-22-2008 at 06:44 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On