Support and General Use > Theming and Appearance Customization

Album Art in status bar?

<< < (3/5) > >>

JdGordon:
you cant put Vi inside conditionals like that, they are used like normal viewport definitions... put %VI() inside the conditional

Avalon:
I just tried the following:

#User Information viewports
%?cs<%VI(g)|%VI(g)|%VI(h)|%VI(i)|%VI(g)>

# Vi AREA (MENU)
%Vi(g,1,43,219,84,1)
%Vi(h,1,17,219,110,1)
%Vi(i,1,17,219,110,1)


The FM and Recording screens still used the first definition %Vi(g,1,43,219,84,1)

The latter two definitions appear to be ignored, at least using these instructions.

Any suggestions?

JdGordon:
for some unknown reason you need to add a blank line between the Vi lines

Avalon:
Thank you for the suggestion.  I read that post as well and have tried the following:

#User Information viewport Conditional
%?cs<%VI(g)|%VI(g)|%VI(h)|%VI(i)|%VI(g)>

#User Information Area Definitions
%Vi(g,1,43,200,84,1)

%Vi(h,1,17,219,110,1)

%Vi(i,1,17,219,110,1)

next code line

Unfortunately, this does not work for me.  All Screens with the exception of the WPS use the %Vi(g,1,43,200,84,1) definition. 

Is there anything wrong with my syntax or approach?

The UI Area Definition controls placement, width and height for all the screens, but does not appear to allow different UI Vewports for each screen as defined by the %?cs conditional.  At least, that is what is happening for me when I use the code listed above.

Giova:
The Vi viewports (Info viewport) are displayed only in the sbs, you can't use info viewports in that way, you may need to use standard conditional viewports, VI Vd.
Take a look here: http://www.rockbox.org/wiki/CustomWPS#Viewports

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version