|
Rockbox mail archiveSubject: Re: minor skin break, touch regions tag, r30219Re: minor skin break, touch regions tag, r30219
From: Jonathan Gordon <jdgordy_at_gmail.com>
Date: Sat, 30 Jul 2011 18:04:52 +1000 On 30 July 2011 12:17, Michael Sevakis <jethead71_at_sbcglobal.net> wrote: > ----- Original Message ----- From: "Jonathan Gordon" <jdgordy_at_gmail.com> > To: "Rockbox development" <rockbox-dev_at_cool.haxx.se>; "Rockbox" > <rockbox_at_cool.haxx.se> > Sent: Thursday, July 28, 2011 9:16 AM > Subject: minor skin break, touch regions tag, r30219 > > >> Hi all, >> So I just commited a chnage which will break some existing skins if >> they use %T() for touchregions (The commit message says %Tl but it >> should say %T). >> the fix is dead simple: >> in your .wps/.sbs/.fms find the %T line that breaks, then do the >> following depending on what the action part looks like: >> >> %T(..., &action) -> %T(..., action, repeat_press) >> %T(..., *action) -> %T(..., action, long_press) >> %T(..., !action) -> %T(..., action, reverse_bar) >> >> These have been done in all skins in svn, so you will need to update >> them with the build, not just the main binary >> >> Jonathan > > Arrrr! Why don't we just use Lua for all this stuff? Ironically, might it > not be less luny? :-) > It will go that way eventually.. probably Received on 2011-07-30 Page template was last modified "Tue Sep 7 00:00:02 2021" The Rockbox Crew -- Privacy Policy |