Skin gallery

a911

The BH Lover
Nice skins' structures (icons,geometry,..etc!

How ever with the new HD technology, true/high colors ..I would love see more ventures into pastel colors!

8109c3177980e9579e29e243c1891f76.jpg 586c2af3b83207afd4607e48c9a98077.jpg
efd03dca20921330a889a782bd5b2d6b.jpg5069a4e36abece93a60c18f0c1cc2e4a.jpg

Just My opinion Prince Matrix

RgdZ
a911
 

niglou

BH Lover
Hello Master,

I found few bugs on the new default skin :

Deactivate.jpg

The text deactivate is too close of green png in menus Telnet, FTP and Pcsc (blue button, then blue)

setup-HDD-menu hdd.jpg

On menu-setup-system-hard disk
You did call a widget "Title"; therefore the screen title is duplicate ... and not translated.


Other point : Can someone tell me why the patch I gave there http://www.vuplus-community.net/board/threads/bh-official-french-translation.11343/page-3#post-96131 to make the screen titles of your old skins translatable has not been included in the new BH 2.0.4 ?

Sadly, the result is the title of screens in your old skins are still not translatable....

I see you did change the coding for titles in this new skin, but do you really prefer to change hundreds of lines in the old skins instead of adding a single word in a python file ?
 

Matrix10

Administrator
niglou

If you found only these few small bugs
then I am perfect. :chair:

Joke.

I think I told you earlier
skins for coders currently have no priority
We worked primarily on VU Duo2 testing and coding
And coder working on PrismCube
So a lot of tasks

In principle I am in favor of some new ideas and transformation
in skin coding.
So for major changes.
But for now we do not have time for that.

Will coder enter change that you said/write
I leave it to him to decide.
But as I said, probably sometime after the summer vacations
I think we have to see if and how we can change some elements in the skin coding.

Some things in the standard E2 coding have become limiting for making different panels
say Menu panels e.t.c
 

Matrix10

Administrator
On menu-setup-system-hard disk
You did call a widget "Title"; therefore the screen title is duplicate ... and not translated.

This is not skin bug but python E2 coding BUG

Nobody puts inside window panel name
but on the top.
And that is why it is not translated.
Long ago I took from the image python coding
Perhaps it's changed in the meantime, but I doubt it
Of course, I may be able to make correction
but do you know how many plugins and addons have similar and a big mistakes and bugs.

Of course I do not intend to make correction for all bugs .
 

niglou

BH Lover
Sorry Sir, but for this time you are wrong..... ;)

If you open the skin.xml with notepad++ , from line N° 1984 you get this :

<screen name="Menu" position="340,134" size="600,502" title="Main menu">
<widget source="Title" render="Label" position="10,10" size="580,35" font="Regular;27" halign="center"/>
<eLabel position="10,50" size="580,2" backgroundColor="grey" zPosition="5"/>
<widget source="menu" render="Listbox" position="10,55" size="580,450" scrollbarMode="showOnDemand">
<convert type="StringList"/>
</widget>
</screen>

If you remove the line in red : widget source= "Title" , you get a corect screen :

setup-HDD-menu hdd-mod.jpg


Regarding the python bug you mentionned before, if the coder apply my little patch the title will be translated :

setup-HDD-menu hdd-patch.jpg

I know you are all more than busy, but to add the words " and _(value) " to a single python file will not delay very much the release of next prismcube image....
 

Matrix10

Administrator
I'm sorry my friend
a few more days and I'm on the blue Adriatic Sea
skins are finished for now.
=======================================================
Abt

I know you are all more than busy, but to add the words " and _(value) " to a single python file will not delay very much the release of next prismcube image....

It all depends on if coder wants to change
because it is not only that can be improved within the VU + Git.
Ask him.I can not give you an answer.

Rgd MX
 
Top