Hi Guys looking for some help on how to skin the messagebox screen


Yeh im using the liteHD as a base to develop my own youview skin and i have a problem getting the MessageBox screen to not display in the middle but how i want it as in my mockup below, even thru ive modified this screen i still get it appearing in the middle.
And ive looked in skin default as well.

messagebox screen skinning it-messagebox.jpg


messagebox screen skinning it-messagebox-mockup.jpg

This is my messagebox screen


[CODE]
<screen name="MessageBox" flags="wfNoBorder" position="fill" backgroundColor="transparent">



<ePixmap position="0,0" size="1920,361" pixmap="https://www.opena.tv/images/infobar_top.png" zPosition="-1"/>
<ePixmap position="95,780" size="1920,361" pixmap="https://www.opena.tv/images/player_icons/blank_holder.png" zPosition="-1"/>


<widget name="QuestionPixmap" pixmap="icons/input_question.png" backgroundColor="menubackground" position="156,820" size="71,71" alphatest="on" zPosition="1" />
<widget name="InfoPixmap" pixmap="icons/input_info.png" backgroundColor="menubackground" position="156,820" size="71,71" alphatest="on" zPosition="1" />
<widget name="ErrorPixmap" pixmap="icons/input_error.png" backgroundColor="menubackground" position="156,820" size="71,71" alphatest="on" zPosition="1" />

<widget name="text" position="0,0" size="1920,54" font="Regular;34" foregroundColor="#E6E6E6" backgroundColor="menubackground" halign="center" valign="center" zPosition="1" />
<widget name="list" font="Regular;34" position="0,74" size="1920,54" itemheight="60" />
<applet type="onLayoutFinish">
self.autoResize()
</applet>
</screen>