Quote: Originally Posted by
TheSin 
ya that is what I did, just wondering if I wanted to add more, like some classes online have 3 images and others 5 for different states, but I have been able to work around it.
I'm using the Alienware skin as my base and maybe I shouldn't have. Likely should have just started with the default skin and worked from there.
A skin image file is considered a button class if it has the word "BUTTON." in the first part of it. Following that should be the class name, followed by the state. i.e.
BUTTON.<Class Name>.NOFOCUS.png
The only state required for a button is NOFOCUS all other states are optional. If a state is not specified, StreetDeck will automatically use the next closest state it finds.
To add a button manually, just copy one of the other button classes and change the class name for all the states you want and restart StreetDeck. You can also use the tool in the development environment as stated previously.