Springen naar inhoud


steavebba

Lid geworden: 31 mrt 2017
Offline Laatste activiteit: 07 dec 2017 12:53
-----

Onderwerpen die ik ben begonnen

Custom service list

24 juli 2017 - 09:51

Hi all,

 

I want to add this feature to enigma.

 

in the channel selection screen (service list)  we have to iscrypted boolean value to distinguish betwen FTA and crypted services.

 

i want to add another boolean to distinguish betwen crypted channels supported by the CI,smatcards or emulators installed in the box, this way decrypteable     services can be shown differently in the service list (green color for exmple)

 

this information will be maintained by a dedicated plugin that wil try to figure it out at runtime.

 

Where i shoud add this information ?

 

 

 

 

 


current service change notification

24 juli 2017 - 09:32

Hi all,

What is the proper way to get notified of the current service change without using a timer and pooling the information from the session.nav.getcurrentService() ?

 

 


Get service freq and sat position from oscam code

18 juli 2017 - 01:47

hi,
i need your help to solve this problem 
i am writing  an oscam emu reader that needs  service freq and sat position for discrambling, 
i want to get this information directly from oscam c++ code.

 


New skin Help needed

31 maart 2017 - 12:32

I am working on a new skin and I need help on the following :

  • I want to render a custom menu where each menu item has an x offset from the previous one (see fig1). what is the best option to get this done:
  • A custom Rendrer
  • An applet (skin level)
  • Inherit the eListbox class (cpp needs to recompile the image).