2010-07-21, 04:51 PM
ShiningDragon Wrote:While i plan the layout of the skin, i already tried a little. I saw some methods of displaying bitmaps like:Those to commands are exactly the same. The order of attributes isnt important. ie, they each have filename source, and location of "0,0" and a size of "100,100".
<Image source="Panel_ScreenName.png" location="0,0" size="100,100"/>
or
<Image location="0,0" size="100,100" source="button_background.png" />
possible more...
What is the difference between Image source / Image location and the other commands?
Quote:For what is the vertical.xml within the Skin/Default/Menu folder? I removed this one without something happens to the main menu?Vertical.xml was just a test file that isnt used. It was part of a demo for skinners of how to create a vertical menu. ie, rename vertical.xml to menu.xml, and edit global.xml to add <MenuType>Vertical</MenuType> then the application will use a vertical menu.