Support and General Use > Theming and Appearance Customization
Conditional Position?
jtrodriguez:
--- Quote from: pixelma on April 13, 2010, 02:02:28 AM ---From what I see after a short look, there are quite a few overlapping viewports that you defined as being displayed at the same time. This is not possible and usually means that these parts of the screen are not updated. E.g.:
--- Code: ---%Vl|a|0|0|320|240|1|b59e7b|b59e7b|
%Vl|a|0|0|320|20|1|9b886f|9b886f|
--- End code ---
--- End quote ---
This is intentional... it clears the screen of the B viewports when its switched back to A
--- Quote from: pixelma on April 13, 2010, 02:02:28 AM ---The first is taking the complete screen, so every viewport with an "a" identifier will overlap this one. There are probably other examples. What do you want to achieve with this?
--- Code: ---%Vl|a|25|55|100|100|1|ffffff|3e352f|
%Vl|a|35|45|100|100|1|ffffff|000000|
%Cl|0|0|l100|b100|
%?C<%C|%xdi>
--- End code ---
Again these two are overlapping.
--- End quote ---
One is a drop shadow effect for the album art the other is the album art
--- Quote from: pixelma on April 13, 2010, 02:02:28 AM ---One thing about Ste-'s post with the disclaimer that I haven't tried myself with album art just with usual images. Since you use the album art the same in both viewports (same size and position inside it), it shouldn't be necessary to put the %Cl inside each - only the %C needs to be in both, the %Cl above it. The viewport position defines the actual position of the album art on the screen. (works this way with %xl and %xd for me).
--- End quote ---
I have tried both inside out... Have tried them just by themselves and 2 viewports with %C doesnt seem to work the last one in the code displays and the first one is blanked out.
--- Quote from: pixelma on April 13, 2010, 02:02:28 AM ---Another thing:
--- Code: ---%Xd
--- End code ---
What tag is this?
--- End quote ---
This sets no background image
--- Quote from: pixelma on April 13, 2010, 02:02:28 AM ---All in all, this WPS looks very complicated and especially the viewport definitions look like you lost overview at some point in time. I would start with a test WPS that only tries to do what you want to with different album art positions (through conditional viewports) and when you get this working start making the rest of it one by one.
--- End quote ---
Everything works exactly as I intend it to just not the album art... I ended up reworking it without the secondary position and it doesn't look nearly as good as with but I will change it if it becomes possible.
Try this and see if it works for you... only the b viewport shows the AA for me :\
--- Code: ---%Xd
%Cl|0|0|100|100|
%?mh<%Vda|%Vdb> ##Hold Conditional
%Vl|a|0|0|100|100|1|-|-|
%C
%Vl|b|150|0|100|100|1|-|-|
%C
--- End code ---
Ste-:
I was trying similar code today and it seems to be a problem with displaying information using hold as a conditional. As opposed to this users code. Even not using album art it poses a problem.
jtrodriguez:
--- Quote from: Ste- on April 13, 2010, 11:39:41 AM ---I was trying similar code today and it seems to be a problem with displaying information using hold as a conditional. As opposed to this users code. Even not using album art it poses a problem.
--- End quote ---
Was using hold as an example... it doesnt work in any conditional I have tried and it doesn't even work with no conditional... only displaying the last aa in the code.. I am using the current build havnt rolled back my iPod to try it cause the theme also makes use of multi-font.
Edit: just tried the stable build and doesn't work on that for me either
Edit: Here are some screenshots of the theme
The playlist on pause can be switched to hold or removed completely with a couple of #comment/uncommenting edits.. I find it useful on pause becuase I can pause then use the FF and RW buttons to cycle through and look at the details of each song.
Here is the screenshot of the playlist screen with the posted code... it has the basic information listed and the detailed information is shown instead if you switch hold on... it would probably look better if I switched up the colors a bit.
http://themes.rockbox.org/index.php?themeid=715&target=ipodvideo here is the theme download page... if it becomes possible to do so I will update it to the aa on playlist screen look
Navigation
[0] Message Index
[*] Previous page
Go to full version