Quote:
Originally Posted by rstoyguy
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..