Support and General Use > Theming and Appearance Customization

New Theme- Volume Meter

(1/4) > >>

MikeStanton:
My new theme's volume meter won't work. The images for 10%-40% show up fine, but past the the images disappear. Would anyone happen to know why?

Yotto:
Likely, you have more images than image memory.  make them smaller, lower color-depth, or fewer.

Or sacrifice other images so you can have them.

MikeStanton:
...That works. Thanks a bunch. I'll try that, and come back and tell you if it works.

*EDIT* No, that didn't work... Can anyone else think of any other reason?

Yotto:
Look at the bitmaps themselves, are the 10-40% bitmaps one size, and the 50-100% another size?  I'm talking size as in height x width and also filesize.  It is possible that the 50% + bitmaps are not of the same color depth or are not encoded RGB.  It is also possible (though not likely) that they are not actually bitmaps, but are GIFs or JPGs with a BMP extension.

Alternatively, it could be your code, put it between code tags and I'll take a look (If it's a big wps, just the images and the volume code to make it easier)

MikeStanton:

--- Code: ---%X|bg.bmp|
%P|pb.bmp|
%xl|a|battery1.bmp|233|12|
%xl|b|battery2.bmp|226|11|
%xl|c|battery3.bmp|234|16|
%xl|e|play.bmp|118|77|
%xl|f|pause.bmp|118|77|
%xl|i|volume1.bmp|90|130|
%xl|j|volume2.bmp|90|130|
%xl|k|volume3.bmp|90|130|
%xl|l|volume4.bmp|90|130|
%xl|m|volume5.bmp|90|130|
%xl|n|volume6.bmp|90|130|
%xl|o|volume7.bmp|90|130|
%xl|p|volume8.bmp|90|130|
%xl|q|volume9.bmp|90|130|
%xl|r|volume10.bmp|90|130|
%xl|s|shuffleon.bmp|54|194|
%xl|t|repeaton.bmp|18|168|
%xl|u|blank.bmp|0|0|
%wd


%al        %?it [%pt]
%al        %?ia
%al        %?id

%?bl



%?pv
%?mp
%pb|10|38|284|
%al      %pc %ar%pr      





%ar%?It            
%ar%?Ia            

%?ps%?mm
--- End code ---

That's my entire WPS...

Both the file sizes and HxW are exactly the same for all of them, and they're all BMPs.

...I really don't see anything wrong, and I can't possibly understand why this is happening.

*EDIT* Okay... Now, randomly, up to 60% works... I really have no clue what's going on...

Navigation

[0] Message Index

[#] Next page

Go to full version