Plain...NO
I'm using a static image as part of a button graphic. However, after going "ON" or "DOWN" on the button, the image disappears complete until the skin is reloaded.
Here's the IMG and Button code:
IMG,181,138,32,30,"\icons\folder.gif","OFF"
B01,90,130,310,47,"FILEMANAGER",
I've tried using multiple entries of the same image in the same location in different layers, but it still keep disappearing. How can I keep the image from disappearing within the button boundaries?
TIA!
Actually YES, there is a way.
Try this with your code.
Yes, all 4 lines for each (layer) image/button.Code:IMG,181,138,32,30,"\icons\folder.gif","OFF" IMG,181,138,32,30,"\icons\folder.gif","ON" IMG,181,138,32,30,"\icons\folder.gif","DOWN" IMG,181,138,32,30,"\icons\folder.gif","EMPTY"
There could be another way, but I am not sure/don't know as of now. Will dig more into it.
Look like you don't need the "OUT" layer.
2004 Matrix XR A7N8X-VM/400 AMD XP-M 2500+, DS-ATX
89 Supra Turbo P3 600E@750/Abit BE6 II, Alpine M-BUS Car2PC.
Y2K Accord Dell GX150
RoadRunner is the best FE PERIOD
EmoRebellion is a SCAMMER
Where is your icon folder? It could be path problem.
If you have your icon folder in this skin call "MySkin" as in the following Skins\MySkin\Icon
You have to call the folder.gif with out the first forward slash (\). Should be like this "icons\folder.gif" instead of "\icons\folder.gif"
Try it, it work for me.
Just to show you that I am modifying main screen of Simplistique skin.
2004 Matrix XR A7N8X-VM/400 AMD XP-M 2500+, DS-ATX
89 Supra Turbo P3 600E@750/Abit BE6 II, Alpine M-BUS Car2PC.
Y2K Accord Dell GX150
RoadRunner is the best FE PERIOD
EmoRebellion is a SCAMMER
icons folder is located in my skin directory:
skins\B5 MMI\icons
Here's the code:
Still didn't work for me. I tried with both with and without the forward slash. Same result. RR 2/6/07 Beta version.Code:/, IMG, x, y, w, h, File Name, Option;IMGLAYER IMG,181,138,32,30,"icons\folder.gif","DOWN" IMG,181,138,32,30,"icons\folder.gif","EMPTY" IMG,181,138,32,30,"icons\folder.gif","ON" IMG,181,138,32,30,"icons\folder.gif","OUT" IMG,181,138,32,30,"icons\folder.gif","OFF"
What is your button code attached to your image graphic?
dont use a standard button, use a label thats clickable. You can create invisible buttons (they don't respond to being highlighted by mouse overs or keyboard) then just put your images over the invisible button. That should do what u want. If its not a label its an indicator cant remember which one, just search inside of skincommands.txt for invisible.
01101100 01101001 01110001 01110101 01101001 01100100 01011111 01110011
01101101 01101111 01101011 01100101
beer replenishment fund
http://www.mp3car.com/vbulletin/rr-faq/
mp3car live search
i have joost invites, just hit me up for one.
Let me finish up the main menu and post it here so you can see.
2004 Matrix XR A7N8X-VM/400 AMD XP-M 2500+, DS-ATX
89 Supra Turbo P3 600E@750/Abit BE6 II, Alpine M-BUS Car2PC.
Y2K Accord Dell GX150
RoadRunner is the best FE PERIOD
EmoRebellion is a SCAMMER
Bookmarks