Quote:
Originally Posted by mwalt2
First of all, the skin you have is for wvga and not vga (480x640, resolution of our diamonds). You'll probably need to reposition the buttons in Theme.xml to get them to display correctly and make background.PNG and Background_ls.png be 480x640 and 640x480 respectively. The reason you may not be seeing it is because background.png is a fairly common name and may be getting overwritten during cooking. An easy way around this is to rename it background1.PNG and Background_ls1.png. Then change the following lines in your app.dat from:
Code:
Directory("\Program Files\xdaShutdown"):-File("background.PNG","\Windows\background.PNG")
Directory("\Program Files\xdaShutdown"):-File("Background_ls.png","\Windows\Background_ls.png")
to:
Code:
Directory("\Program Files\xdaShutdown"):-File("background.PNG","\Windows\background1.PNG")
Directory("\Program Files\xdaShutdown"):-File("Background_ls.png","\Windows\Background_ls1.png")
edit - just read your response above and i'm almost certain the file is just being overwritten. I had the same problem when I was using xdashutdown EXT. If it works as wvga and you're happy with it, don't worry about re-sizing things. I didn't realize that you've installed the cab and it worked ok.
|
The WVGA looks fine for what I want. So in order to have it not be overwritten I need to change the app.dat? I hate to ask but where is that file? EDIT I FOUND IT.
I tried replacing the welcomehead.192.png and it does not show up either so that is probably the same problem.