damienhaynes / moving-pictures

Moving Pictures is a movies plug-in for the MediaPortal media center application. The goal of the plug-in is to create a very focused and refined experience that requires minimal user interaction. The plug-in emphasizes usability and ease of use in managing a movie collection consisting of ripped DVDs, and movies reencoded in common video formats supported by MediaPortal.
12 stars 6 forks source link

Override the List Scrolling Popup with SortBy title #1087

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Currently the list scrolling popup for skins does not look very good when using 
sortby for title sorting in facade as it keeps jumping letters. We should 
override this with the sortby.

It will also be a good idea to check the sorting type and display other 
appropriate values such as what is done with the Group Headers. This will 
require skins changes so that skins can react to wider strings to be displayed 
in popup (currently only 1 char is displayed).

Original issue reported on code.google.com by damien.haynes@gmail.com on 6 Mar 2012 at 10:57

GoogleCodeExporter commented 8 years ago
r1380: Added first char of sortby field when using title sorting.

Original comment by damien.haynes@gmail.com on 7 Mar 2012 at 3:20

GoogleCodeExporter commented 8 years ago
Currently it only sets the label for title sorting, and sends an empty string 
for all others. 

Skin's can prevent the scrolling popup in this case by using the condition:
!string.equals(#selecteditem.scrolllabel,)

Original comment by damien.haynes@gmail.com on 7 Mar 2012 at 3:22

GoogleCodeExporter commented 8 years ago

Original comment by damien.haynes@gmail.com on 12 Jan 2014 at 8:30