Jump to content

wkdsoul

Moderators
  • Posts

    8,432
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by wkdsoul

  1. 13 hours ago, _Ben_ said:

    I had a quick look but it that was just a team finance container? I've tried to find something related to club overview etc but had no luck.

    Yeah, he was saying finance worked for that one, but you can use the same trick on others.. doesnt always have to be the finance panel just something that similar to the panel you want to pull from. (I think)

    so you could have club_overview where finance is and then the team container facts info inside that?

  2. 8 minutes ago, _Ben_ said:

    Yeah, I want to change the table!

    I'm able to do this kind of thing because, I think, they are from Club Properties whereas the average age, height, weight etc are from Team Properties.

    64b8bc390bb71a77696fab2c76edd8ad.png

    I think that the big thing is going to be that 'get_property' and 'set_property' because that is, to my knowledge, how you can show team stuff in player screens, for example. Will have a look at code now though. Thanks!

                                        <record id="object_property" get_property="Tftm"/> for the team stuff might work withing the panel/widget

  3. 10 minutes ago, _Ben_ said:

    No luck!

    Potentially one where I need to embed it within another panel. What do you think @wkdsoul? Where have you managed to get them showing?

    should just be a dashed_number_label for the class i think.  I didnt change the table just pulled the whoel thing though.

     

                                  <container >
                                                          <translation id="title" type="use" value="Squad Comparison"/>
            <layout class="arrange_vertical_attachment" layout="-1" />
            <layout class="stick_to_sides_attachment" inset="0" apply_to_children="true" />                  
                    <widget class="team_container_information_facts_panel" id="fact" file="human/team container information facts panel">
                                                <record id="object_property">
                            <integer id="get_property" value="objt" />
                            <integer id="set_property" value="objt" />
                        </record>
                        </widget>
                </container>

×
×
  • Create New...