2005-12-03, 04:32 AM
psycik Wrote:SubInstead of looking for SelectedButtonImage/[SIZE=2]NormalButtonImage Like it did in the last release. It now looks for [SIZE=2]PopupNormalButtonImage/[SIZE=2]PopupSelectedButtonImage to make it more consistant, and allow me to move stuff into BaseSkin.xml. This was changed in the last release also (v0.95.11).
Here's a screenshot of the resume dialog, might be a bit hard to tell. The descriptive text is ok, just the buttons.
Oh and should have told you, it's on the BlueMCE2 skin. I've created a BaseSkin.xml
[/SIZE][/SIZE][/SIZE]
So the button sizes in your composite image should match these:
<CompositeImage name="ResumePrompt" size="720,480">
<DrawRoundedRect loc="100,100" size="520,165" radius="5" borderWidth="6" borderColor="LightGray" fillColor="Black"/>
<DrawText text="You have previously watched part of this video. Either select Resume to continue playback, or select Restart to play the video from the beginning." loc="110,120" size="500,120" textStyle="OSDText" align="Center" visible="true"/>
<Element name="ResumeButton" loc="230,215" size="130,38" />
<Element name="RestartButton" loc="360,215" size="130,38" />
</CompositeImage>