BIGCOL - thats an interesting way of doing that, but you can change the layout with a bit of effort by amending the movielist.py file. This is the file that does all the layout
https://github.com/openatv/enigma2/blob/master/lib/python/Components/MovieList.py
defbuildMovieListEntry
[TABLE="class: highlight tab-size js-file-line-container"]
[TR]
[TD="class: blob-code blob-code-inner js-file-line"]
if fileExtension
in RECORD_EXTENSIONS:[/TD]
[/TR]
[TR]
[TD="class: blob-num js-line-number, align: right"][/TD]
[TD="class: blob-code blob-code-inner js-file-line"]
if ext
== '1':[/TD]
[/TR]
[TR]
[TD="class: blob-num js-line-number, align: right"][/TD]
[TD="class: blob-code blob-code-inner js-file-line"] res.append(MultiContentEntryText(
pos=(textPosX,
0),
size=(width
-textPosX
-serviceSize
-listMarginX
-listEndX, ih),
font=0,
flags=RT_HALIGN_LEFT|RT_VALIGN_CENTER,
text=data.txt))[/TD]
[/TR]
[TR]
[TD="class: blob-num js-line-number, align: right"][/TD]
[TD="class: blob-code blob-code-inner js-file-line"] res.append(MultiContentEntryText(
pos=(width
-serviceSize
-listEndX, textPosY),
size=(serviceSize, ih),
font=1,
flags=RT_HALIGN_RIGHT | RT_VALIGN_CENTER,
text=service))[/TD]
[/TR]
[TR]
[TD="class: blob-num js-line-number, align: right"][/TD]
[TD="class: blob-code blob-code-inner js-file-line"] [/TD]
[/TR]
[/TABLE]
---------- Post Merged at 06:04 PM ----------
willo... the reason I limited it to showing 2 options is because you lose it off the bottom of the screen if pressing the button on the bottom row. With the sly like borders the box is now too big to show more than 2.
scrollbar is easy. scrollbarMode="showNever"
allpacino - if you are going to be faffing, I mean modding my skin. You holy grail location is my skin folder.
/usr/share/enigma2/slyk-1-hd
I tried that kiddac bud.. Nothing happened so I thought it might have been one the other folders.. That's why I asked
Sent from my iPhone using Tapatalk
you also have to add an import into the skin.xml file to reference it. Just before the extras.xml import.