Rockbox Technical Forums

Support and General Use => Theming and Appearance Customization => Topic started by: Dark on June 04, 2007, 08:33:26 PM

Title: progress bar fails
Post by: Dark on June 04, 2007, 08:33:26 PM
heya- im having trouble with my progress bar- sorta
im trying to position my PB at either 99 or 100 pixels on my nano, and it is not showing up when i play a song. However- when i use the players default prog bar at the same positioning, it does show up, and when i tell it to load mine at that position, it doesnt. Also when i add, say 5 pixels making it 105 on my nano it will show up. Heres what im trying to do:

this one isnt  visibile using custom progress bar, but is using players progress bar:
Code: [Select]
%pb|1|0|176|99|
this one is visible using either progress bar:
Code: [Select]
%pb|1|0|176|105|
any idea how to fix this?