Support and General Use > Theming and Appearance Customization
X5 Clix Black & White 3.3
soap:
Why are new files being attached to the Graveyard wiki page?
The page which states ""If you are the original author of one of the themes found below you are free to clearly license your theme, ensure it meets the ThemeGuidelines, and then move it to the appropriate WpsGallery page. "
Since the new theme site is up, please either license your theme permissively and put it there, or cease to use Rockbox servers as a distribution method.
madcow:
Sorry, my apologies.
I wanted to upload it before my vacation and didn't had the time to properly get it online nor to read the terms.
I''ll delete it if it's still there.
on topic:
Thanks BdN3504 for your time.
Your solution works and I actually used this way in my earlier themes (rockbox 2.0)
However it doesn't seems to be neccesary to do it this way since it did work for a while with the exact same 'battery-line-code' I aplied above.
Thanks!
Edit: Tried to delete it myself but I'm not able to do such things.
pixelma:
I think the main problem is that you draw into the main viewport (the full screen so to speak) even though you use other viewports. This could explain the update problems you have since these are basically overlapping viewports which isn't allowed and will cause trouble for updating things. BdN3504's version doesn't seem to fix this so I'm wondering if that one is a hundred percent bug free...
To fix this, I would try putting everything below the %wd tag to the first %V tag into an own viewport (and make sure that there are no overlapping ones!). This might mean changing some coordinates because the placement is relative to the upper left corner of the viewport they are in - for images the %xd tag counts - as the CustomWPS wiki page says. It could also be that you need more than one viewport to not have overlapping areas, haven't checked that closely. Maybe this will also fix the scrolling line problem, although there is a general problem with dynamic content on scrolling lines, so volume or playback time doesn't work on scrolling lines but I would expect playlist info to be ok since it only changes once per track (haven't tried though).
And finally a suggestion: for the battery level, playback state and volume images I would use a bitmap strip each, you'll get fewer files in the WPS folder hence shorter loading time, easier to read code (e.g. you only need to change one coordinate definition).
Edit: corrected the tag mentioned ("below %wd", not "below %pb") as the progressbar should of course be included in it so that nothing is drawn outside specified viewports.
madcow:
Kay thanks for the suggestions but I guess we'll see how long it works this way and when it gets really broken again due to Rockbox changes then I'll fix it properly.
For now some simpel changes
Just some improvements and added clix blackred to it as well.
-battery flickers when empty
-better numeric volume positioning
-cleaner hold info
Maybe I'll add some more of the clixes but if you guys want to do it yourself feel free to do and modify all you want.
-Currently the only problem is that the remaining battery time is displayed wrong but I think that's Rockbox fault
I'm putting it on some hosting site and 'll try to keep it alive but when it's taken down let me know and I'll re-upload again.
http://www18.zippyshare.com/v/65157801/file.html
madcow:
It's a modification of a ported theme so I don't believe I've got the rights.
Too much of a hassle to figure that all out.
Also I don't think it's perfect yet..
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version