Aubin Paul wrote: > I was thinking about (and actually have half done) implementing a > programme menu. The idea would be that if you hit "enter" (or the > actions button elsewhere) on a TV program, you'd get a full page menu > about the show.
Cool. > > The page would show this: > > [ STATIC TEXT] > - Program Name > - Sub Title and Description > - Length and Start Time > - Actors, V-CHIP Rating, and any other info (stereo,mono etc.) > > Other Showings with the same title: > > [ MENU ITEMS] > - Program Name - Sub Title - Start Time1 > - Program Name - Sub Title - Start Time2 > > - Record Every Program Name Here > - Record Every Program Name Ever It sounds like you want to display a static text in the info area which has nothing to do with the selected item. That's not possible with my new skin right now, but it should be easy [ 3 min later:] Done! If you build that menu, set infoitem and/or viewitem of that menu to the TvProgram you build that menu for. And you need to define an info area with the infos you want to display. And you need to define a menuset for this kind of menu. > I've got the first half and the last item done, but I'm not sure how > to pass the guide object to the other menu. I've added an rc.ENTER > right under the rc.REC function in the Extended_TV class, but I need > to be able to access the guide object so I don't have to read the > pickled file again; this is primarily so I can search for those > alternate showings. If I understand the code correctly, just call get_guide(). It should take a memory cached version. Dischi -- Smash forehead on keyboard to continue..... ------------------------------------------------------- This SF.net email is sponsored by: Does your code think in ink? You could win a Tablet PC. Get a free Tablet PC hat just for playing. What are you waiting for? http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en _______________________________________________ Freevo-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-devel
