Trying to display some information from the team information screen in the header bar.
Have taken this XML line from the information screen:
<widget class="text" id="T_sd" col="1" row="12" spec="text"/>
And positioned it accordingly with this code:
<!-- Stadium Name added -->
<widget class="text" id="T_sd" spec="text" style="shadowed">
<layout class="stick_to_sides_attachment" alignment="right" inset="12" />
<layout class="stick_to_sides_attachment" alignment="top" inset="0" />
<attachment class="get_global_attachment" get_property="bkcl" set_property="colr"/>
</widget>
But it doesn't display. Is the value T_sd populated elsewhere? Anybody know?