xboxscene.org forums
OG Xbox Forums => Official MediaXMenu (MXM) Forum => Dashboard Forums => MXM Developer/Skinner Forum => Topic started by: Habs69M on July 30, 2003, 12:41:00 PM
-
ok i can get my overlay pic to show in my skin, but it aint over the thumbs can someone tell me where i went wrong please??
Part of my MXM_Skin.xml
<Layout Screen="Menu">
<LayoutElement Type="Image" Source="menuback">
<Pos t="0" l="0" w="640" h="480" />
<Scale x="true" y="true" />
<Proportional>false</Proportional>
<Sound Enable="false" SuspendMusic="false" />
</LayoutElement>
<LayoutElement Type="Image" Source="ScreenShot">
<Pos l="330" t="120" w="259" h="192" />
<Scale x="true" y="true" />
<Justify x="center" y="center" />
<Proportional>false</Proportional>
<Sound Enable="false" SuspendMusic="false" />
</LayoutElement>
<LayoutElement Type="Image" Source="overlay">
<Pos t="100" l="65" w="40" h="240" />
<Scale x=true y=true/>
<Proportional>false</Proportional>
</LayoutElement>
<LayoutElement Type="Menu" Source="MXM">
<Pos l="62" t="98" w="228" h="240" />
<Scale x="false" y="false" />
<SelPos>0</SelPos>
<NumItems>5</NumItems>
<ScrollFactor>3</ScrollFactor>
<Thumbnails Align="left" FolderImg=" " PassImg="Lock">true</Thumbnails>
<DrawSecondary>True</DrawSecondary>
<Primary Source="Title">
<Font>menuFont</Font>
<OffsetY>0</OffsetY>
<JustifyX>left</JustifyX>
</Primary>
<Secondary Source="Descr">
<Font>descFont</Font>
<OffsetY>0</OffsetY>
<JustifyX>left</JustifyX>
</Secondary>
<Selection>
<TextColor>0xFF22FF22</TextColor>
<ShadowColor>0xFF000000</ShadowColor>
<DoGlow>True</DoGlow>
</Selection>
</LayoutElement>
-
Move it down in order...
MXM renders the first node of the layout, then the next.... so each one is painted "on top" of the previous one.
-
works fine now oh and is there a way to take a screen shot in MXM so i can show off my skin to see if i shoul release or not?
Thks again...
-
Sure is!
Hold right trigger and press X.
Stores in Z:
Great feature.