View Single Post
  #11038 (permalink)  
Old 11-16-2009, 10:32 AM
b4u2's Avatar
b4u2
Halfway to VIP Status
Offline
Location: Iowa
 
Join Date: Dec 2008
Posts: 567
Reputation: 425
b4u2 is becoming a PPCGeeks regularb4u2 is becoming a PPCGeeks regularb4u2 is becoming a PPCGeeks regularb4u2 is becoming a PPCGeeks regularb4u2 is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via Yahoo to b4u2
Re: [ 11-10 ][ v4.2 ][ 6.5.x / 6.5 / 6.1 ] Calkulin's Visual VGA Kitchen & ROMs

Quote:
Originally Posted by mwalt2 View Post
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.

Last edited by b4u2; 11-16-2009 at 10:50 AM.
Reply With Quote