Jump to content

el-chambo

Members+
  • Posts

    248
  • Joined

  • Last visited

Reputation

16 "You're a bum, Rock"

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. No I removed the tabs part as only transfer over the advsta folder from Moneyball skin to the tcs folder in my skin. This is why I do not understand what the issue is was working fine and I did loads of changes to one of the files in the advsta folder and it was all working fine until I close the game down. Never had this before
  2. Hi looking for some help with a very strange problem. So this morning i spend a few hours making changes to this part of the panel Everything was showing and working find. But after turn the game and computer off this has now disappeared This is the code i have used to get the heading is and i have not changed anything since turning the game and computer off. <container id="Adva" > <translation id="title" value="Advanced Statistics" type="use"/> <layout class="stick_to_sides_attachment" apply_to_children="true"/> <container class="tcs_box"> <layout class="stick_to_sides_attachment" apply_to_children="true"/> <widget class="client_object_viewer_xml_panel" id="stat" file="player/tcs/advsta/per 90"> <record id="object_property" get_property="objt" set_property="objt"/> </widget> </container> </container> Even after put the file back to normal from the moneyball skin it will not show anything like it did earlier. Does anyone have a clue as to why.
  3. Thanks bluestillidle Would this bit of code go after layout? Cheers
  4. Thanks Tyburn that worked Olas Nick, I did have that but wanted to remove it to see how it looked. Been playing around with that days and it was that easy Cheers
  5. Hi Looking to see if anyone can help with an issues i am having. I am trying to dividers line to this code. For some reason every time i add them the panels move to the right and one goes of the page. Here is the code and a picture Any help would be great Thanks <!-- bottom --> <container class="plain_box" default_height="-1" priority="1"> <layout class="arrange_horizontal_attachment" offset="0" layout="-4,-4,-4,-6" gap="5" /> <layout class="stick_to_sides_attachment" alignment="vertical" apply_to_children="true" inset="0" /> <container class="plain_box" appearance="tcs/boxes/bordered/middle/paper" priority="1"> <layout class="arrange_vertical_attachment" offset="0" layout="-1," gap="0" /> <layout class="stick_to_sides_attachment" alignment="horizontal" apply_to_children="true" inset="0" /> <widget class="playing_history_summary_panel" file="player/playing history summary small" id="Pcrs" late_loading="true"> <translation id="title" translation_id="247605" type="use" value="Career Stats" /> <record id="object_property"> <integer id="get_property" value="objt"/> <integer id="set_property" value="objt"/> </record> </widget> </container> <container priority="1"> <layout class="arrange_vertical_attachment" offset="0" layout="-1,-1" gap="0" /> <layout class="stick_to_sides_attachment" alignment="horizontal" apply_to_children="true" inset="0" /> <container class="client_object_viewer_selector_panel" file="player/player overview small selector panel10" id="small3" save_session_state="true" default_width="-1" priority="1" > </container> <container class="client_object_viewer_selector_panel" file="player/player overview small selector panel10" id="small4" save_session_state="true" default_width="-1" priority="1" > </container> </container> <container priority="1"> <layout class="arrange_vertical_attachment" offset="0" layout="-1,-1" gap="0" /> <layout class="stick_to_sides_attachment" alignment="horizontal" apply_to_children="true" inset="0" /> <container class="client_object_viewer_selector_panel" file="player/player overview small selector panel10" id="small3" save_session_state="true" default_width="-2" priority="1" > </container> <container class="client_object_viewer_selector_panel" file="player/player overview small selector panel10" id="small4" save_session_state="true" default_width="-2" priority="1" > </container> </container> <container class="plain_box" appearance="tcs/boxes/bordered/middle/paper" priority="1"> <layout class="arrange_vertical_attachment" offset="0" layout="-1,-1" gap="0" /> <layout class="stick_to_sides_attachment" alignment="horizontal" apply_to_children="true" inset="0" /> <widget class="person_history_biography_panel" id="phb1" file="person/person history biography" late_loading="true"> <translation id="title" translation_id="328535" type="use" value="Biography[COMMENT: player history panel; title of biography titled box]" /> <record id="object_property"> <integer id="get_property" value="objt"/> <integer id="set_property" value="objt"/> </record> </widget> </container> </container>
×
×
  • Create New...