Basically, I would like the splash screen text to be in a different position to centre of screen, to suite my skin. I have tried :
But using this code has the odd effect of display NO splashscreen at all. As soon as I remove the PosX / PosY variables then the splashscreen displays again as normal.
I am assuming the splash screen text position is hardcoded, but I would like to think that this is something that could be changed. It respects the font size / color, so surely if it is reading that data, it wouldnt be a nightmare to make it read the X/Y position as well.
Can anyone confirm if it is hardcoded, and where should I go to make a post to report this and hopefully get this implemented in future MP Builds.
Thanks.
Code:
<control>
<description>splashscreen text</description>
<type>label</type>
<id>2</id>
<posX>30</posX>
<posY>800</posY>
<textsize>24</textsize>
<textcolor>6aa5cb</textcolor>
</control>
But using this code has the odd effect of display NO splashscreen at all. As soon as I remove the PosX / PosY variables then the splashscreen displays again as normal.
I am assuming the splash screen text position is hardcoded, but I would like to think that this is something that could be changed. It respects the font size / color, so surely if it is reading that data, it wouldnt be a nightmare to make it read the X/Y position as well.
Can anyone confirm if it is hardcoded, and where should I go to make a post to report this and hopefully get this implemented in future MP Builds.
Thanks.
United Kingdom