Rockbox.org home
Downloads
Release release
Dev builds dev builds
Extras extras
themes themes
Documentation
Manual manual
Wiki wiki
Device Status device status
Support
Forums forums
Mailing lists mailing lists
IRC IRC
Development
Bugs bugs
Patches patches
Dev Guide dev guide
Search



Donate

Rockbox Technical Forums


Login with username, password and session length
Home Help Search Staff List Login Register
News:

Rockbox Ports are now being developed for various digital audio players!

+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Theming and Appearance Customization
| | |-+  Im trying to edit a theme on Fuze
« previous next »
  • Print
Pages: 1 [2]

Author Topic: Im trying to edit a theme on Fuze  (Read 3457 times)

Offline karashata

  • Rockbox Expert
  • Member
  • *
  • Posts: 603
  • Just a fluffy dragon with too much time on my paws
    • Alex Vanderpol (karashata) on Twitter
Re: Im trying to edit a theme on Fuze
« Reply #15 on: February 10, 2010, 12:14:58 AM »
I would suggest narrowing your progress bar and its viewport slightly and making the viewport displaying the time a little wider. Or you could always use a narrower font that's the same height as the font you're currently using.

EDIT: Never mind what I just said up there... Would you mind posting an image of what is happening so I can get a better idea of what's wrong? The code you posted doesn't look like it should be intersecting at all but I might be wrong since I don't have a visual guide for it.
« Last Edit: February 10, 2010, 12:19:34 AM by karashata »
Logged
Welp, my iriver H10 20GB is out of commission again.

Offline smartinez281

  • Member
  • *
  • Posts: 16
Re: Im trying to edit a theme on Fuze
« Reply #16 on: February 10, 2010, 12:26:03 AM »


also,sorry for bumping my own topic lol
Logged

Offline karashata

  • Rockbox Expert
  • Member
  • *
  • Posts: 603
  • Just a fluffy dragon with too much time on my paws
    • Alex Vanderpol (karashata) on Twitter
Re: Im trying to edit a theme on Fuze
« Reply #17 on: February 10, 2010, 12:31:21 AM »
Okay, yeah it would be the repeat viewport intersecting the time viewport...

You really only have two options, either you can move the repeat image viewport over (and move any other viewports over as necessary) and make the time viewport a little wider to fit the whole time, or you can make the progress bar a little shorter, move the viewport over that way a little bit, then make it wider to make the time fit.
Logged
Welp, my iriver H10 20GB is out of commission again.

Offline audio-i

  • Artist
  • Member
  • *
  • Posts: 266
Re: Im trying to edit a theme on Fuze
« Reply #18 on: February 10, 2010, 12:37:07 AM »
Actually karashata, you are right about everything (the 220x176 SpartanBlack port is based on the theme I made for the ipod video and the gigabeat). I don't think the total time will fit to the right of the progress bar if things are not moved around. So a solution would be making the progress bar 6 blocks long (instead of the current 8 blocks) and put the total time to the right of it. I started my own SpartanBlack 220x176 version that is modified like that, but I don't know when I will finish it; I seem to remember that playing status and the progress bar itself were moved a little bit to the left, and repeat, shuffle and power info had to be moved to the right, to keep the symmetry and support track time of 10 minutes and more... but if so, that shouldn't be complicated either.
« Last Edit: February 10, 2010, 12:42:05 AM by audio-i »
Logged

Offline smartinez281

  • Member
  • *
  • Posts: 16
Re: Im trying to edit a theme on Fuze
« Reply #19 on: February 10, 2010, 12:45:49 AM »
Quote from: audio-i on February 10, 2010, 12:37:07 AM
Actually karashata, you are right about everything (the 220x176 SpartanBlack port is based on the theme I made for the ipod video and the gigabeat). I don't think the total time will fit to the right of the progress bar if things are not moved around. So a solution would be making the progress bar 6 blocks long (instead of the current 8 blocks) and put the total time to the right of it. I started my own SpartanBlack 220x176 version that is modified like that, but I don't know when I will finish it; I seem to remember that playing status and the progress bar itself were moved a little bit to the left, and repeat, shuffle and power info had to be moved to the right, to keep the symmetry and support track time of 10 minutes and more... but if so, that shouldn't be complicated either.
Well, how would I go about doing that?

Im sorry, but I am new at coding in rockbox
Logged

Offline karashata

  • Rockbox Expert
  • Member
  • *
  • Posts: 603
  • Just a fluffy dragon with too much time on my paws
    • Alex Vanderpol (karashata) on Twitter
Re: Im trying to edit a theme on Fuze
« Reply #20 on: February 10, 2010, 12:49:56 AM »
The easiest way would be to reduce the x value of the viewports on the left side of the total time viewport and the total time viewport by a few, and increase the x value of the viewports on the right side of the total time viewport by a few, then increase the width of the total time viewport by two times a few pixels (basically, the amount of pixels you moved it and the other viewports to its left to the left, plus the amount you moved the viewports on its right to the right).
Logged
Welp, my iriver H10 20GB is out of commission again.

Offline audio-i

  • Artist
  • Member
  • *
  • Posts: 266
Re: Im trying to edit a theme on Fuze
« Reply #21 on: February 10, 2010, 12:57:44 AM »
Also, I believe the background images and progress bar file would have to be modified (which can be done in this case with something as simple as "Windows Paint")

If you wait a day or two (*hopefully*) I'll send you what you need, if not, you would have to do what karashata explained.
Logged

Offline smartinez281

  • Member
  • *
  • Posts: 16
Re: Im trying to edit a theme on Fuze
« Reply #22 on: February 11, 2010, 11:42:12 PM »
bump again!

Ok now I have made progress (slowly) on editing the WPS to my liking.
I have run into yet another problem and it has to do with the volume bitmap.
I have edited the original strip from 9 to 16.I made a  few bars red to go red once u reach the 0db level. The whole idea is to have the red bars rise up as you reach the maximum 6db level, however I cant seem to figure what I am doing wrong because the redbars are coming out much earlier and when it reaches 0db, it does not appear as I want it.
Here is what I mean
The red bars I edited in are coming in sooner


They max out at 0db


The whole point of what I am trying to do there, is to have all the red bars fill up at 6db,so lets say each second tick of the mechanical scrolling would be 1 red bar.
Im not sure if I am explaining myself correctly.
edit: yeah, the bars image completely goes away after 0db
« Last Edit: February 12, 2010, 12:10:36 AM by smartinez281 »
Logged

  • Print
Pages: 1 [2]
« previous next »
+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Theming and Appearance Customization
| | |-+  Im trying to edit a theme on Fuze
 

  • SMF 2.0.17 | SMF © 2019, Simple Machines
  • Rockbox Privacy Policy
  • XHTML
  • RSS
  • WAP2

Page created in 0.076 seconds with 15 queries.