News:

Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com

Main Menu

Skin Development: Italian

Started by rages, August 28, 2009, 12:01:52 AM

Previous topic - Next topic

los93sol

Last one looks good, but I agree with Thom.  The skin will be quite distracting with all that reflection effect all over the place.  Less is definitely more when it comes to putting in effects like this.

Schmich

I guess it's all a difference of taste. My first thought was to have the icons as the top layer but I presume the idea is to have them "inside" the button. Great work nonetheless!

rages

I have developed a different style, more simple ... What do you think of this?

http://digilander.libero.it/rages2/immagini/nero331.png

Emanuele

colinjones

Nice keep going! Would be nice to get this (UI1 and 2!) in before Beta!

JDFire


massabuntu

Here's 2 more screenshots with some questions:




As you see in the second, int the central buttons we can't see anything because the Text is Black.
Here's the thing, i changed the style in Iverse, but it change only some text.

Then i tried to create a new style, but i didn't figure how  to edit it.

Some hints??

massabuntu

Anyone who can help with the style issues??

tschak909

What have you attempted thus far? have you made entries in the StyleVariation table?

-Thom

massabuntu

I didn't made any manual change to the DB, i only used HADesigner and select New Style but it give me a lot of errors.
Which are the steps to create a New Style?

tschak909

you need to use a tool like MySQL Query Browser, to add new entries into the StyleVariation table.

StyleVariation has FK_Style references, which refer to the styles defined in the FK_Style table.

You need to also get the PK_Skin # for your skin from the Skin table.

and if you look in stylevariation, you'll see entries in there for the different styles, and FK_Skin entries for each of these styles you wish to override. The only entries that need explanation, are the different color columns, to get these values, get the web color for what you're wanting to use, and use a  calculator to convert it to decimal. You then get an integer you can put into those fields.

0 would be black, and since the integer is signed, and 16777215 or -1 would be white (because negative numbers go backwards).

-Thom

massabuntu

OK, so if i understood, i don't need HADesigner, i have to do manually in the DB.

Tnx.

Marie.O

Quote from: tschak909 on September 13, 2009, 11:45:24 PM
you need to use a tool like MySQL Query Browser, to add new entries into the StyleVariation table.

StyleVariation has FK_Style references, which refer to the styles defined in the FK_Style table.

You need to also get the PK_Skin # for your skin from the Skin table.

Or you could utilize QuickDesigner for this, as QuickDesigner has a nice little UI for the style references, incl. copying of existing styles.
If I helped you, feel free to buy me a coffee: [url="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2VKASZLTJH7ES"]https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2VKASZLTJH7ES[/url]

massabuntu

Here another ones.We decided to use the slate backgrounds,but we probably going to a little bit darker one, and we changed all the blue gradients popups into a darkgray solution.

We still have to replace all  the buttons.

Thanks for the tips, i used QuickDesigner. But i still have 2 problem.

- The pics for the TV or the Security State(armed, at home, away etc.) are in the Skin Folder?
- I cannot change the Text(and so the colour) of The central buttons. Seems like is not a StyleVariation Things.



tschak909

yes, it is. I promise, take the respective arrays apart, and you'll see how the styles are defined.

-Thom

los93sol

This is looking really good guys, keep it up.  Would you be interested in some additional help with this?

A few quick suggestions...the lighting icon would probably flow into everything a little better if it was flipped around the other direction so it is tilted the same as the thermometer and a little less on the rounded edges of the buttons would probably look a little smoother too.  I'd like to see more of a button console look as opposed to each individual button...would just make the screen appear less busy.

If you would post your images I'd like to have a play with some ideas.