Sponsored links


Go Back   Sat Industry Forums > Dreambox > Dreambox Chat
Register FAQ Members List Calendar Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-26-2004
Registered User
 
Join Date: Jul 2004
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
DDAAXX is on a distinguished road
How to modify skin - Tutorial in English needed

Hi,
I'm trying to modify a skin, but there are some kind of things that I don't understand.
I found a document in German, but I don't speak German.

Can someone please help me?

Thanks a lot
Reply With Quote
Sponsored links
  #2 (permalink)  
Old 07-26-2004
dre's Avatar
dre dre is offline
Registered User
 
Join Date: Nov 2003
Posts: 541
Thanks: 0
Thanked 0 Times in 0 Posts
dre is on a distinguished road
what exactly do you wanna know? maybe i can help you...
Reply With Quote
  #3 (permalink)  
Old 07-28-2004
Registered User
 
Join Date: Jul 2004
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
DDAAXX is on a distinguished road
I need to know the explanation of the code line inside the skin file, if it's posible.

Thanks a lot
Reply With Quote
  #4 (permalink)  
Old 07-28-2004
dre's Avatar
dre dre is offline
Registered User
 
Join Date: Nov 2003
Posts: 541
Thanks: 0
Thanked 0 Times in 0 Posts
dre is on a distinguished road
well, that's quite a lot. i suggest you to do the following: search the tag <colors>, there put the following line:
<color name="yell" color="#50ffff00" end="#000000" size="16" />

this line defines a color shortcut. the name of the shortcut is yell. the color is yellow and is defined with the html-code (#ffff00). additionally there's a transperency defined (50 before the ffff00). the font color is #000000 and the font size 16.

then you search in the code the fields where a color shortcut is used (the shortcut looks like this: color="shortcutname"). replace one (with the color yell) and then watch on the tv what has changed. some objects can also be recognized by the position mentioned in the skin-file (attention: eLabels are positioned relative to the "parent"-eWidget)

in the code you have several objects:

eventview: what you get after pressing the info button on the rc
eZapMainMenu: what you get after pressing the dream button on the rc
enigma_lcd_main: the lcd while you're watching tv
enigma_lcd_scart: the lcd when you're in the video mode (not the file mode)
enigma_lcd_standby: the lcd in the standby-mode
ezap_main: what you get after pressing the ok button on the rc


below the object level you have the eWidgets, they are like the container for the texts. furthermore, you have eLabels, they are like textfields.

i hope this helps you getting started.
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
emu, keys and tutorial needed for emtech solom Newbie Forum 8 11-07-2003 03:07 AM


All times are GMT +10. The time now is 02:37 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Page generated in 0.17657 seconds with 10 queries