picons in Channel list
Re: picons in Channel list #61
Re: picons in Channel list #62
Re: picons in Channel list #63
Re: picons in Channel list #64
Re: picons in Channel list #65
Re: picons in Channel list #66
Posted 6 August 2013 - 08:01
I can make the borders black, so you do not see them... -or-
You can convert the picons to the correct format... -or-
Plan B could be implemented (I still do not know if this works).
In the graphical multi EPG you should have the same issue for ever... so this is not something brand new!!!
Edited by littlesat, 6 August 2013 - 08:01.
WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W
Re: picons in Channel list #67
Re: picons in Channel list #68
Re: picons in Channel list #69
Posted 6 August 2013 - 08:20
I can make the borders black, so you do not see them... -or-
Although, it is an option...
GraphMultiEpg.py
if picon != "": - self.picload.setPara((piconWidth, piconHeight, 1, 1, 1, 1, "#FFFFFFFF")) + self.picload.setPara((piconWidth, piconHeight, 1, 1, 1, 1, '#000f0f0f'))
GigaBlue UHD Quad 4K /Lunix3-4K/Duo 4K
Re: picons in Channel list #70
Posted 6 August 2013 - 09:15
In fact this is a work-a-round.... as not all skins do use the same background color... And in addition it removes the green selected channel borders what you should see in the GMEPG
Therefore I'm considering plan B.... this meens adding a keep aspect ratio option in blitScale and blit the picon via blitScale (that is how I planned it in the first place in the ServiceList, but I did not implement the keep aspect ratio feature yet.... so the picon was spreaded).
The best short term solution is to convert your picons to not colormapped picons.
Edited by littlesat, 6 August 2013 - 09:19.
WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W
Re: picons in Channel list #71
Posted 6 August 2013 - 12:16
Besides, LoadPixmap is more efficient than picload, because it will load a pixmap only once. That will speed up the list rendering considerably.
Re: picons in Channel list #72
Re: picons in Channel list #73
Re: picons in Channel list #74
Posted 6 August 2013 - 13:55
For the GME that works... for the servicelist not... But when making this in python which I already tried you get rounding issues... But you also suggested the loadPixmap method....
Edited by littlesat, 6 August 2013 - 13:56.
WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W
Re: picons in Channel list #75
Posted 6 August 2013 - 19:04
I suggest it is even better to convert the picons that are displayed incorrectly. As you can see in the post from 2boom they are even smaller. Possibly someone can give a batch proces for them...
WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W
Re: picons in Channel list #76
Re: picons in Channel list #77
Re: picons in Channel list #78
Posted 12 August 2013 - 20:53
Attached Files
Re: picons in Channel list #79
Posted 12 August 2013 - 21:03
In the skin, this place is written as follows:
<widget source="list" render="Listbox" position="10,15" size="340,300" \ scrollbarMode="showOnDemand"> <convert type="TemplatedMultiContent"> { "template": [MultiContentEntryPixmapAlphaTest(pos=(5, 5), \ size=(51, 40), png=1), MultiContentEntryText(pos=(65, 10), size=(275, 40), font=0, \ flags=RT_HALIGN_LEFT, text=0), MultiContentEntryText(pos=(5, 25), size=(51, 16), font=1, \ flags=RT_HALIGN_CENTER, text=2),], "fonts": [gFont("Regular", 26), gFont("Regular", 12)], "itemHeight": 50 } </convert> </widget>
Re: picons in Channel list #80
5 user(s) are reading this topic
0 members, 5 guests, 0 anonymous users