Support and General Use > Theming and Appearance Customization
Onda VX7x7 FullTouch theme
JdGordon:
I'm guessing http://svn.rockbox.org/viewvc.cgi?view=rev;revision=27983 caused this... try with r27982
Giova:
I've got another problems with this code:
--- Code: ---#main viewport
%Vi(stop,0,70,240,275,-)
%Vi(play,0,70,240,248,-)
#%?if(%mp,=,1)<%VI(stop)|%VI(play)>
%?mp<%VI(stop)|%VI(play)|>
--- End code ---
Neither with the if or the standard conditional %?mp it works the way I would like to (both in sim and real device).
Got it working with:
--- Code: ---#main viewport
%?if(%mp,=,1)<%VI(s)|%VI(p)>
%Vi(p,0,70,240,248,-)
%Vi(s,0,70,240,275,-)
--- End code ---
Thanks goes to MrMuh!
JdGordon:
interesting... that should work... open a bug for it.
does the on target crash still happen?
Giova:
Oh yes, the crash on reply #4 still happen.
About the bug of the two main viewport, the problem it's like that the y value is set to 0, while it should be 70.
Giova:
I've got a problem with the slider option for progress bar:
--- Code: ---%xl(Z,slider.bmp,0,0)
#progressbar box
%V(1,320,238,8,3)%Vb(ffffff)
%pb(0,0,238,8,pb.bmp,slider,Z)
--- End code ---
In sbs it works as it should, but in WPS it doesn't show the slider image 'Z' and made the device freeze just after choosing the theme.
To me it seems to works randomly, sometimes you can see some strange colours in that area, some others like if no slider has been loaded and finally sometimes it simply looks as I would...
In the simulator it work nicely.
Fixed by r28204
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version