What's new

Slyk Skin Mods v5

Status
Not open for further replies.
I'm trying to change the layout of the screen when pressing the 'Record' button to delete a recording to the same look as when pressing the 'Record' button to record a programme. I don't know how they ended up different! Anyone got any idea how to do it?

Delete.jpg

Record.jpg


Edit: Got there in the end... Thanks for pointing me in the right direction :look here:

1_0_19_1B1D_802_2_11A0000_0_0_0.jpg
 
Last edited:
they are both different because they are 2 seperate screen components.

recordtimerquestion (channelselection.xml)
optionsdialog (epg.xml)
 
hi i have the latest skin i have never touched it how do u get it to look like the above images as i have no idea ty

You read all the posts or find the one that Grantdavey91 has compiled with all the mods in.

---------- Post Merged at 03:53 PM ----------

hi i have the latest skin i have never touched it how do u get it to look like the above images as i have no idea ty

You read all the posts or find the one that Grantdavey91 has compiled with all the mods in.

Edit : it's here : http://www.techkings.org/openvix-openatv-skins/103009-slyk-skin-mods-v5-27.html#post590655
 
I have managed to make the box a bit bigger but ideally I would like to get rid of the scrollbar and fit all 3 options into the box. Any idea how to do this?

Delete.jpg
 
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
 
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
 
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.
 
Last edited:
dam..he saw it :)

---------- Post Merged at 06:14 PM ----------

I think the perfect way to do this, is create an if ext=3. and editting the settings menu to have a 3rd option layout. i.e sly layout.
 
received_10206945578734292.jpeg

Been having a go at channel name part but can't for the hell of it move it's position to next to the recorded title.
As u can see u have it in place of the total time next to recordings and also in the description area. Any help much appreciated or is it a lost cause

ZGemma H.2s Openvix4.1 Slyk-HD 5.106
 
Planner Menu Screen

View attachment 19854

Currently using ViX 4.2005 on Vu Solo2 not tested on other images
Currently using Kiddac's lastest skin found here : http://www.techkings.org/openvix-openatv-skins/102929-slyk-1-hd-sly-skin-version-5-a.html
Also using Kiddac's Toppicks found here : http://www.techkings.org/openvix-openatv-skins/105565-kiddacs-toppicks-mod-slyk-5-a.html

Download Link : https://www.dropbox.com/sh/b1350m5x2xp1aj2/AABomXyqrDkrPy6b5VEymVRQa?dl=0

Code:
You need to register to see links. [URL="http://www.techkings.org/register.php"]Register.[/URL]

Should look like the picture above if you haven't got toppicks it will look something like this

View attachment 19856


how do you get this but without the toppicks, and to go straight across the screen :(
 
Status
Not open for further replies.
Back
Top