View Single Post
  #3  
Unread 02-04-2005, 05:35 AM
Caboose Caboose is offline
A Young Mystail Rat
 
Join Date: Feb 2005
Server: Antonia Bayle
Posts: 7
Default

AAhhhhhh, ty so much, that helped a lot, but also brought up another question. If the header image is already put together like it is in the windows_elements_specific, why did they break it apart? Looking at the code, the Style doesnt select just like the gold parts, it just breaks the header into three different parts of a rectangle. Is there a reason that that's neccessary? If i was to design a new header, would i have to break it apart as well with a style, or could i be lazy and just use the image itself with a SourceRect.

That also leads into what a lot of this code means. Ill be searching for their meanings on my own, but if anyone would be willing to explain them to me, I would be grateful (stuff in bold is what i dont understand):

<RectangleStyle Center="/imagelist.win_blank_space" EastShrink="true" Name="title_gold_deco2" North="title_gold_top_deco2" NorthEast="title_gold_ne_deco2" NorthStretch="false" NorthWest="title_gold_nw_deco2" SouthShrink="true" TitleStretch="false" WestShrink="true" />

---"Center="/imagelist.win_blank_space"...this is another RectangleStyle, right? I found it looking the same way the gold_deco2 looked, except, the /imagelist.win_blank_space is made up of even more RectangleStyles instead of picking at dds files......?*scratches head*

Last edited by Caboose : 02-04-2005 at 05:53 AM.
Reply With Quote