Replacing Multi Images Doesn't Seem To Work - 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: Skinning (/forumdisplay.php?fid=41) +----- Thread: Replacing Multi Images Doesn't Seem To Work (/showthread.php?tid=79958) Replacing Multi Images Doesn't Seem To Work by Keikonium on 12-12-2007 at 06:17 AM
I am on a windows XP machine, and I have those dullish, almost pastel like window buttons when I hide the titlebar. I see that vista users get the actual vista buttons (more shiney and rounded). So I put some code in my skininfo.xml document to replace the dull buttons, with the shiney buttons: code: Now when I go and test it in my skin, this is what I see: The original images are a set of 4, and the new ones are also a set of 4. I think I am doing something wrong, but does anyone know what? RE: Replacing Multi Images Doesn't Seem To Work by ipab on 12-12-2007 at 07:55 AM
Patch, I told you this should be included in the scripting doc code: okay what the ContentIndex=# is doing is denoting a certain image to a certain state. When rles are created, they can have several states in one rle file. This cannot be done with pngs. So what you are saying with ContentIndex=0 is that State 0 is the natural state for it and ContentIndex=1 is another state for it. That way you can have the same element and display different images for different states. RE: Replacing Multi Images Doesn't Seem To Work by aNILEator on 12-12-2007 at 04:09 PM
skinning doc you mean ipab! (and you said you were going to write a tutorial for this, you should be more explanatory in future ) code: Replace it with this code (where 590XX is the new image's you've added) code: RE: Replacing Multi Images Doesn't Seem To Work by Keikonium on 12-12-2007 at 08:36 PM
Thanks for your help, but the strings you gave me don't match mine for some reason :\. I am using the newest 8.5 version of WLM. code: It seems that any change I make to those strings will prevent WLM from opening. It signs in, I can get messages and stuff, but the logon window, and the contact list window (which is the portion I am editing) will not open. RE: Replacing Multi Images Doesn't Seem To Work by aNILEator on 12-12-2007 at 08:39 PM
Ah I probably posted 9.0 strings again. Style files..? by Toneo on 12-12-2007 at 08:47 PM
I'm okay with programming but relatively new to Plus skinning. These style files are really confusing to me. RE: Replacing Multi Images Doesn't Seem To Work by Keikonium on 12-12-2007 at 08:52 PM
So can I use a single image with the 4 button states in it, or do I need a separate image for each state, and thats what the [ContentIndex=X] is for? I'm so noob at this lol RE: Replacing Multi Images Doesn't Seem To Work by aNILEator on 12-12-2007 at 09:07 PM
separate images, only way you can use a single resource is if you had a PNG2RLE converter and only a few people have that. RE: Style files..? by aNILEator on 12-12-2007 at 09:10 PM maybe you should download a skin that changes those resources, like apple skin, and see how it works, I've posted help on this in http://shoutbox.menthix.net/showthread.php?tid=79958 RE: Style files..? by Toneo on 12-12-2007 at 09:14 PM
Yeah. I've already looked at Apple Skin and that other topic. The problem is, I can't gather what it actually means or what it does. RE: Style files..? by aNILEator on 12-12-2007 at 09:20 PM
Well why did you start a new thread instead of posting in the other one? RE: Style files..? by Toneo on 12-12-2007 at 09:23 PM
I suppose that sort of makes sense. And sorry, i'll post in the other thread instead next time. |