View Single Post
  #350 (permalink)  
Old 08-05-2008, 12:01 PM
DHarvey's Avatar
DHarvey
VIP Member
Offline
 
Join Date: Sep 2007
Posts: 1,296
Reputation: 6224
DHarvey is a trusted member of the communityDHarvey is a trusted member of the communityDHarvey is a trusted member of the communityDHarvey is a trusted member of the communityDHarvey is a trusted member of the communityDHarvey is a trusted member of the communityDHarvey is a trusted member of the communityDHarvey is a trusted member of the communityDHarvey is a trusted member of the communityDHarvey is a trusted member of the communityDHarvey is a trusted member of the community
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Custom OEM Requests ...Get them here! Updated: 8/01/08

Quote:
Originally Posted by rstoyguy View Post
Does it work from the .cab install? I'm getting the same...May want to bring it to A_C's attention..
Well the volume controls work great in the Cab installer. I also noticed that your initflashfiles.txt neglected to include the png images for the volume control.

Code:
Directory("\Program Files\S2U2\gfx"):-File("vcbar.png","\windows\000-vcbar.png")
Directory("\Program Files\S2U2\gfx"):-File("vcbg.png","\windows\000-vcbg.png")
Directory("\Program Files\S2U2\gfx"):-File("vcbutton.png","\windows\000-vcbutton.png")
Directory("\Program Files\S2U2\gfx"):-File("volume.png","\windows\000-volume.png")
Directory("\Program Files\S2U2\gfx"):-File("vtopbar.png","\windows\000-vtopbar.png")
That was all left out and I added it to the initflashfiles.txt but still no worky.

The files were there but the initflashfiles.txt was missing it. Now what I'm guessing is that when you install the cab and s2u2 is running in the backgound, the volume controls are taken over by the program but by disassembling the cab file it corrupted it somehow.

I thought about just having it install during customization to get the volume controls working right but that would kind of defeat the purpose as I would not be able to use custom graphics..
__________________


Last edited by DHarvey; 08-05-2008 at 12:12 PM.