Re: Slider Control in Home Menus?
Michael Herger <slim-b/[email protected]>
| Newsgroups | gmane.music.equipment.slimdevices.devel |
|---|---|
| Message-ID | <[email protected]> |
> Well its probable that I suck at interpreting the jive.pm sample for a > slider but all I got on the player was a menu item labeled Text that > went to another blank panel. No sight of a slider on the original panel > the menu was slated for. :-( It's my reading that you shouldn't return the slider in an item loop directly. What Jive.pm does is it defines a custom command which would only return the slider (the element you put inside the item_loop). And he menu calling it would use that command as the "go" action for the menu item. See around line 1435.