Jump to content


b@dboy

Member Since 2 Jun 2019
Offline Last Active 17 Jun 2019 20:13
-----

Topics I've Started

Font modification at EPG Sellection, ChannelSelection, and MovieSelection

14 June 2019 - 17:42

Hello guys. 

I'm trying to create a new skin for my old box which is working on OpenPli 4.0 software.

I know this is old software but very popular for this box in my country. 

Anyway I would like to change the font for fallowing sections. 

 

- EPG Selection

- Movie Selection 

 

I tried already everything like: font="Arial, 24" and many others and nothing is working for them sections. 

 

 

I have changed the most important section which is ChannelSelection and I used below commands and they working fine.  

serviceNumberFont="Arial;24" 
serviceNameFont="Arial;24" 
serviceInfoFont="Arial;20" 

It looks like them two sections EPG and Movie selection must be changed somewhere else. 

 

I know this software is old but this is basic knowledge so hope you will be able to help me.

Basically I would like to know how those variables are created, for example to change my ChannelSelection section so list I have used them:

colorServiceNumberSelected
colorServiceDescription 
colorServiceDescriptionSelected
foregroundColorServiceNotAvail
colorEventProgressbarBorder
colorEventProgressbarBorderSelected
colorEventProgressbar
colorEventProgressbarSelected
selectionPixmap
backgroundColorSelected
EventProgressbarBorderWidth
serviceItemHeight
serviceNumberFont
serviceNameFont
serviceInfoFont

the question is how they are created and where I can find what variable should be used for those sections. 

 

Thanks guys!

 


Picons background always transparent.

12 June 2019 - 18:46

Hello everyone! 

 

Can you help me to achieve black background under my picons? 

My picons as most of them are transparent .png files, my background colour is 80% black  (#33000000) I would like to have picons appearing on my background without penetrating it.  

So I have tried to put an pixmap and label items under neath the picons but no luck, they are always penetrating cutting through the background and this is looks not really nice. 

 

This is my widget loading my picons:

<widget source="ServiceEvent" render="Picon" position="703,10" size="100,60" zPosition="10" transparent="1" alphatest="on">
  <!--  <convert type="ServiceName">Name</convert>
-->
  <convert type="XRefString">ServicelistRef</convert>
</widget>

I have tried to add backgroundColor="#33000000" but no luck. 

Is there any chance to achieve this? 

Please see the attached picture. 

 

Thanks so much guys!

 

 

 


List widget and variable types - How to find more variables

12 June 2019 - 12:04

Hello

I'm just learning the skin creation process and trying to develop my first skin. 

I'm stuck at creating custom colours for the Services List. I would like to change the Channel Number, Service Name, Service Description and many others and just can't figure it out how the variables are created. 

Example of variables I already found looking at the other skins. 

scrollbarMode="showNever" 

colorServiceDescription="white" 
colorServiceDescriptionSelected="white" 
foregroundColorServiceNotAvail="grey" 

colorEventProgressbarBorder="white" 
colorEventProgressbarBorderSelected="white" 
colorEventProgressbar="white" 
colorEventProgressbarSelected="white" 
EventProgressbarBorderWidth="1" 

backgroundColorSelected="black" 

serviceItemHeight="40" 
serviceNumberFont="Arial;24" 
serviceNameFont="Arial;24" 
serviceInfoFont="Arial;20" 

So I'm looking for:

 

Service Number Foreground Color

Service Number Selected Foreground Color

 

Service Name Fereground Color

Service Name Selected Fereground Color

 

List / Bouquets Color 

 

Main thing is to find out how them variables are actually created, so I can apply this in other sections when I will need. 

 

I will be more than grateful for any help from you guys.

Thank so much.


OpenPli - How to render volume value in to the text?

11 June 2019 - 18:21

Hello guys!

I'm creating own skin for E2 box which is using OpenPli 8.6 software. 

I have created volume widget which is rendering the volume value into the text. 

Problem I have that there is volume from 1-20 rendered.

How to make this work to have volume value from 0-100 ? 

Below is my code.

I will be super grateful  for any help guys. 

Thanks 

<widget font="Arial;40" foregroundColor="white" backgroundColor="transpBlack" halign="center" valign="center" render="valioVolumeText" source="global.CurrentTime" position="239,-1" size="85,69" zPosition="20" transparent="1" />