Jump to content

Moving an image to behind text


EnigMattic1
 Share

Recommended Posts

On my manager home screen, how can I get the stadium image behind the next fixture details?

image.png.7cbb220aa52530898aef93879e68887a.png

Here is the code in relation to the image:

<!--stadium picture-->
    <widget class="stadium_picture" id="STAp" image_alignment="centre_x,bottom" scale_picture="true" keep_aspect_ratio="true">
        <record id="object_property">
            <integer id="get_property" value="objt" />
            <integer id="set_property" value="objt" />
        </record>
    </widget>

Link to post
Share on other sites

You need to put it in it’s own container at the start of the code in the same file that holds the next match information text.

That’s how I did it anyway. Look at some other skins out there to see how it’s done. It’s a bit fiddly and requires you to dance around a few files.

Link to post
Share on other sites

2 hours ago, Tyburn said:

You need to put it in it’s own container at the start of the code in the same file that holds the next match information text.

That’s how I did it anyway. Look at some other skins out there to see how it’s done. It’s a bit fiddly and requires you to dance around a few files.

Does it need to come first in the xml before the team info?

Link to post
Share on other sites

2 hours ago, EnigMattic1 said:

Does it need to come first in the xml before the team info?

Yes.

Well that’s how I’ve done it anyway. I’ve mashed it all into the “badges” file and used the original file that has the team info (can’t remember it’s name off the top of my head) as an intermediary file that just points to the “badges” file that has ALL the info for the panel in it.

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...