Rockbox mail archive
Subject: RE: on+play menu
From: BlueChip (cs_bluechip_at_webtribe.net)
Date: 2004-08-02
Check out the source file
apps/onplay.c
at line 400, the function "onplay"
each line of the menu looks something like this:
if (something)
{
items[i].desc = ID2P(an_option_string);
items[i].function = a_function_name;
i++;
}
you can jiggle the code-chunks about as you wish to change the order :)
...all the rest of the instructions you need are here:
http://homepage.ntlworld.com/cyborgsystems
especially:
http://homepage.ntlworld.com/cyborgsystems/CS_Main/RockBox/Win32_DevKit/RockBox-DevKit_v302.html
Good luck,
BC
At 15:47 02/08/04, you wrote:
> > on+play. will this change be implemented or is there a simple way for
> > me to make this change by myself??
>
>I asked that a few weeks ago, but there was no reply. Is there anyone from
>the team who can answer this?
>
> > -----Original Message-----
> > From: rockbox-bounces_at_cool.haxx.se [mailto:rockbox-bounces_at_cool.haxx.se]
> > On Behalf Of Dennis Lui
> > Sent: Thursday, July 29, 2004 6:45 PM
> > To: Rockbox development
> > Subject: on+play menu
> >
> > a little while ago, there were a couple posts about the order of the
> > items in the on+play menu. as it stands now, the first option is "open
> > with," and there was previous discussion about rearranging the list so
> > the "playlist" option would appear first on menu after pressing
> > on+play. will this change be implemented or is there a simple way for
> > me to make this change by myself?? Thanks
> >
> >
> >
> > -Dennis
> > _______________________________________________
> > http://cool.haxx.se/mailman/listinfo/rockbox
>
>_______________________________________________
>http://cool.haxx.se/mailman/listinfo/rockbox
_______________________________________________
http://cool.haxx.se/mailman/listinfo/rockbox
Page was last modified "Mar 9 2008" The Rockbox Crew
|