Jump to content

A little help please...


Rossonero86

Recommended Posts

What xml file and which line should I edit to move the panel Selection Details??

20101207145717.th.png

Uploaded with ImageShack.us

I have this in my player profile.xml:

<panel title="Player Profile Panel">

 <!-- Set Current View -->
 <integer id="current_view_menu" value="attv" />

 <!-- MAIN AREA -->
 <layout class="stick_to_sides_attachment" alignment="all" inset="0" />

 <container class="plain_box">
   <layout class="arrange_vertical_attachment" alignment="bottom, extend" offset="0" gap="4"/>
   <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0" />
   <layout class="stick_to_sides_attachment" alignment="all" inset="0" />


   <!-- Show Training Effects 
	<widget class="check_box" text="Show recent effects of training[COMMENT: text on player_profile panel to toggle the effects of training]" id="shtr" clke="shtr" auto_size="all" save_current_state="true" save_default_state="true" embed_in_frame="true">
		<layout class="stick_to_sides_attachment" alignment="top,right" embed_in_frame="true" inset="7"/>
	</widget>-->

   <container>
     <layout class="arrange_vertical_attachment" layout="-19,-5" offset="0" gap="5"/>
     <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0" />

     <container>
       <layout class="arrange_horizontal_attachment" offset="0" layout="-4,-6" gap="10"/>
       <layout class="stick_to_sides_attachment" alignment="vertical" layout_children="true" inset="0" />

       <!-- Personal Details -->
       <container class="titled_box" id="pdet" title="Player Profile" file="player profile personal details"/>

       <container class="titled_box" title="Attributes">

	    <!-- buttons area -->
	    <container id="btna" embed_in_frame="true">

	      <layout class="arrange_horizontal_attachment" alignment="right" embed_in_frame="true" gap="0" offset="4"/>
	      <layout class="stick_to_sides_attachment" alignment="top" inset="0" layout_children="true" embed_in_frame="true"/>
	      <layout class="stick_to_sides_attachment" alignment="top,right" embed_in_frame="true" inset="6"/>

	      <layout class="fit_children_attachment" alignment="vertical" embed_in_frame="true"/>
	      <layout class="fit_children_attachment" alignment="horizontal,fill" embed_in_frame="true"/>

	      <!-- player view menu -->
	      <widget class="check_box" id="shtr" click_event="shtc" embed_in_frame="true" auto_size="horizontal" text="Show recent attribute changes[COMMENT: text on player_profile panel to toggle the attribute change arrows RE-TRANSLATE FOR FM2008]" save_current_state="true" save_default_state="true"/>
	      <!-- view menu -->

	    </container>

		<!-- Attributes Container -->
       	<container class="player_attributes_panel" id="patp">
<layout class="stick_to_sides_attachment" alignment="all" inset="0" />
		</container>
	</container>

     </container>

  <container>
	<layout class="arrange_horizontal_attachment" offset="0" layout="320,-1" gap="0"/>
	<layout class="stick_to_sides_attachment" alignment="vertical" layout_children="true" inset="0" />

     <container class="player_availability_panel" id="pavl"/>

  </container>

   </container>

   <container class="player_stats_panel" id="pstp"/>

 </container>

</panel>

Thanks.

:)

Link to post
Share on other sites

Here you are :)

<panel title="Player Profile Panel">

 <!-- Set Current View -->
 <integer id="current_view_menu" value="attv" />

 <!-- MAIN AREA -->
 <layout class="stick_to_sides_attachment" alignment="all" inset="0" />

 <container>
   <layout class="arrange_vertical_attachment" alignment="bottom, extend" offset="0" gap="4"/>
   <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0" />
   <layout class="stick_to_sides_attachment" alignment="all" inset="0" />


   <!-- Show Training Effects 
	<widget class="check_box" text="Show recent effects of training[COMMENT: text on player_profile panel to toggle the effects of training]" id="shtr" clke="shtr" auto_size="all" save_current_state="true" save_default_state="true" embed_in_frame="true">
		<layout class="stick_to_sides_attachment" alignment="top,right" embed_in_frame="true" inset="7"/>
	</widget>-->

        <container>
       <layout class="arrange_horizontal_attachment" offset="0" layout="-4,-6" gap="10"/>
       <layout class="stick_to_sides_attachment" alignment="vertical" layout_children="true" inset="0" />


    <!-- Personal Details -->
       <container class="titled_box" id="pdet" title="Player Profile" file="player profile personal details" appearance="boxes/titled/home"/>






   <container>
     <layout class="arrange_vertical_attachment" layout="-19,-5" offset="0" gap="5"/>
     <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0" />





		<!-- Attributes Container -->
       	<container class="titled_box" title="Attributes" appearance="boxes/titled/home">

	    <!-- buttons area -->
	    <container id="btna" embed_in_frame="true">

	      <layout class="arrange_horizontal_attachment" alignment="right" embed_in_frame="true" gap="0" offset="4"/>
	      <layout class="stick_to_sides_attachment" alignment="top" inset="0" layout_children="true" embed_in_frame="true"/>
	      <layout class="stick_to_sides_attachment" alignment="top,right" embed_in_frame="true" inset="6"/>

	      <layout class="fit_children_attachment" alignment="vertical" embed_in_frame="true"/>
	      <layout class="fit_children_attachment" alignment="horizontal,fill" embed_in_frame="true"/>

	      <!-- player view menu -->
	      <widget class="check_box" id="shtr" click_event="shtc" embed_in_frame="true" auto_size="horizontal" text="Show recent attribute changes[COMMENT: text on player_profile panel to toggle the attribute change arrows RE-TRANSLATE FOR FM2008]" save_current_state="true" save_default_state="true"/>
	      <!-- view menu -->

	    </container>

       	<container class="player_attributes_panel" id="patp">
<layout class="stick_to_sides_attachment" alignment="all" inset="0" />
		 </container>
	         </container>
	      <container class="player_availability_panel" id="pavl"/>


	</container>


    </container>



   <container class="player_stats_panel" id="pstp"/>

 </container>

</panel>

Link to post
Share on other sites

Help me with one more thing please:

20101207231622.th.png

And this is my Player Profile Personal Details:

<!-- Personal Details -->
<panel>
<layout class="arrange_vertical_attachment" alignment="top" offset="0" gap="4"/>
<layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0" />

<!-- WITH PORTRAIT -->
<!-- this version of the table is used if the player portrait is visible -->
<widget class="table" id="pld1" mode="fill_rows, printable" layout="225,35,1,-1,140" stretch_to_fit_rows="true" fixed_size_rows="true" row_spacing="0" row_height="20">

	<list id="column_properties">
		<record indx="0" alignment="left,centre_y"/>
		<record indx="1" alignment="right,centre_y" colour="selection" />
		<record indx="2" alignment="left,centre_y"/>
		<record indx="3" alignment="right,centre_y" colour="selection" />
	</list>

	<!-- small inset from sides of table -->
	<list id="column_display_properties">
		<record indx="0" left="0" sort_disabled="true"/>
		<record indx="1" left="0" sort_disabled="true"/>
		<record indx="2" rght="5" sort_disabled="true" style="semi_bold"/>
		<record indx="3" rght="5" sort_disabled="true"/>
	</list>

	<!-- custom row graphics -->
	<list id="row_properties">
		<record indx="9">
		  <flags id="appearance" value="table/custom/stripe/row"/>
		</record>
		<record indx="10">
		  <flags id="appearance" value="table/custom/stripe/row"/>
		</record>
		<record indx="13">
		  <flags id="appearance" value="table/custom/stripe/row" />
		</record>
		<record indx="14">
		  <flags id="appearance" value="table/custom/stripe/row"/>
		</record>
	</list>


	<!-- Logo and Picture Container -->
	<widget class="group_box" row="0" col="0" column_span="5" row_span="22">
	<!--<widget class="picture" id="pict" file="pp/backdrop" rthr="68" auto_size="all" scale_picture="true" keep_aspect_ratio="true" height="300" width="300" image_alignment="centre">
				<attachment class="get_global_attachment" get_property="bkcl" set_property="colr"/>
				<layout class="stick_to_sides_attachment" alignment="top" inset="0"/>
				<layout class="centre_in_parent_attachment" alignment="horizontal" offset="0"/>

		</widget>

			<widget class="picture" id="pict" file="pp/infofade"  auto_size="all">

				<layout class="stick_to_sides_attachment" alignment="top" inset="300"/>
				<layout class="centre_in_parent_attachment" alignment="horizontal" offset="0"/>

		</widget>-->

		<!--<widget class="picture" id="pict" file="pp/testfg" rthr="68" auto_size="all">
				<attachment class="get_global_attachment" get_property="bkcl" set_property="colr"/>
													<layout class="stick_to_sides_attachment" alignment="top" inset="0"/>

				<layout class="centre_in_parent_attachment" alignment="horizontal" offset="0"/>
		</widget>

			<widget class="picture" id="pict" file="pp/testgrad" auto_size="all">
						<layout class="stick_to_sides_attachment" alignment="top" inset="0"/>
				<layout class="centre_in_parent_attachment" alignment="horizontal" offset="0"/>
		</widget>

			<widget class="picture" id="pict" file="pp/backdrop" auto_size="all">
						<layout class="stick_to_sides_attachment" alignment="top" inset="0"/>
						<layout class="stick_to_sides_attachment" alignment="left" inset="0"/>
		</widget>

		<widget class="picture" id="pict" file="pp/headbg" rthr="68" auto_size="all">
				<attachment class="get_global_attachment" get_property="bkcl" set_property="colr"/>
				<layout class="stick_to_sides_attachment" alignment="top" inset="0"/>
				<layout class="centre_in_parent_attachment" alignment="horizontal" offset="0"/>
		</widget>-->

		<!-- Player Picture -->
		<widget class="picture" id="ppic" transparency="1.0" scale_picture="true" keep_aspect_ratio="true" height="300" width="245" image_alignment="left">
			<!--<layout class="centre_in_parent_attachment" alignment="horizontal" offset="0"/>-->
			<layout class="stick_to_sides_attachment" alignment="top" inset="0"/>
			<layout class="centre_in_parent_attachment" alignment="horizontal" offset="-105"/>
		</widget>
		<!--
		<widget class="picture" id="pict" file="pp/fade"  auto_size="all">
				<layout class="stick_to_sides_attachment" alignment="top" inset="0"/>
				<layout class="centre_in_parent_attachment" alignment="horizontal" offset="0"/>
		</widget>-->

		<!-- Club Logo -->
		<widget class="picture" id="pict" transparency="1.0" scale_picture="true" keep_aspect_ratio="true" height="180" width="180" image_alignment="right">
			<!--<layout class="centre_in_parent_attachment" alignment="vertical" offset="50"/>-->
			<layout class="stick_to_sides_attachment" alignment="top" inset="0"/>
			<layout class="centre_in_parent_attachment" alignment="horizontal" offset="130"/>

			<!-- tells the picture to listen to the 'main picture' global property being set, and set its own file property from it -->
			<attachment class="get_global_attachment" get_property="mnpc" set_property="file" skip_if_null="false"/>

			<!-- tells the picture to listen for the 'main picture needs recolouring' property and sets its own 'should recolour' property from it -->
			<attachment class="get_global_attachment" get_property="mprc" set_property="srec" skip_if_null="false"/>

			<!-- the background, foreground and outline colours of the object we use for recolouring the default main picture if there is one, and it should be recoloured -->
			<attachment class="get_global_attachment" get_property="bkcl" set_property="rrep"/>
			<attachment class="get_global_attachment" get_property="fcol" set_property="grep"/>
			<attachment class="get_global_attachment" get_property="ocol" set_property="brep"/>
		</widget>

	</widget>

	<!-- Temporary Row Fillers - the picture and logo should possibly be put in their own table -->
	<widget class="label" col="0" row="1" />
	<widget class="label" col="0" row="2" />
	<widget class="label" col="0" row="3" />
	<widget class="label" col="0" row="4" />
	<widget class="label" col="0" row="5" />
	<widget class="label" col="0" row="6" />
	<widget class="label" col="0" row="7" />
	<widget class="label" col="0" row="8" />

	<widget class="label" col="0" row="9" />
		<widget class="label" col="0" row="10" />
			<widget class="label" col="0" row="11" />
				<widget class="label" col="0" row="12" />
					<widget class="label" col="0" row="13" />
						<widget class="label" col="0" row="14" />



	<!-- Nationality -->
	<widget class="nation_button" id="pfna" col="2" row="9" column_span="2" icon_alignment="left,can_scale" dspf="1" style="semi_bold"/>

	<!-- Age -->
	<widget class="label" id="pfag" col="2" row="11" column_span="2" style="semi_bold"/>

	<!-- Date Of Birth -->
	<widget class="label" id="pdob" col="2" row="12" column_span="2" />

	<!-- Height -->
	<widget class="height_label" id="phei" col="2" row="13" column_span="2" style="semi_bold"/>

	<!-- Weight -->
	<widget class="weight_label" id="pwei" col="2" row="14" column_span="2" />

	<!-- Preferred Foot -->
	<widget class="label" id="pfot" col="3" row="9" column_span="2" style="semi_bold"/>

	<!-- Preferred Foot Label -->
	<widget class="label" id="text" text="Preferred Foot" col="3" row="10" column_span="2" />

	<!-- Wage -->
	<widget class="label" id="wagw" col="3" row="11" column_span="2" style="semi_bold"/>

	<!-- Contract Expiry -->
	<widget class="label" id="pexp" col="3" row="12" column_span="2" />

	<!-- Value -->
	<widget class="label" id="pval" col="3" row="13" column_span="2" style="semi_bold"/>

	<!-- Value Label -->
	<widget class="label" id="text" text="Estimated Value[COMMENT: player profile; value label]" col="3" row="14" column_span="2" />

	<!-- International Appearances -->
	<widget class="international_appearances_label" id="pfcg" col="0" row="16" column_span="4" alignment="left_x,centre_y" style="semi_bold"/>

	<!--Extra Info -->
	<widget class="text" spec="text" id="pinf" col="0" row="18" column_span="4" colour="profile extra text" alignment="left_x,centre_y" style="semi_bold"/>


</widget>



<!-- WITHOUT PORTRAIT -->
<!-- this version of the table is used if the player portrait is hidden -->
<widget class="table" id="pld2" mode="fill_rows, stripe_rows, printable" layout="-1,-1,-1" stretch_to_fit_rows="true" fixed_size_rows="true" row_spacing="0" row_height="20">

	<list id="headings">
		<record text="Personal Details" alignment="left, centre_y" column_span="3"/>
	</list>

	<list id="column_properties">
		<record indx="0" alignment="left,centre_y"/>
		<record indx="1" alignment="right,centre_y" colour="selection"/>
		<record indx="2" alignment="right,centre_y" colour="selection"/>
	</list>

	<!-- small inset from sides of table -->
	<list id="column_display_properties">
		<record indx="0" left="4" sort_disabled="true"/>
		<record indx="1" rght="4" sort_disabled="true"/>
		<record indx="2" rght="4" sort_disabled="true"/>
	</list>

	<!-- Nationality -->
	<widget class="label" text="Nationality" col="0" row="0" column_span="2" />
	<widget class="nation_button" id="pfna" col="1" row="0" column_span="2" icon_alignment="right,can_scale" dspf="1"/>

	<!-- Caps + Goals -->
	<widget class="label" text="International" col="0" row="1" column_span="2" />
	<widget class="international_appearances_label" id="pfcg" col="1" row="1" column_span="2" />

	<!-- DOB -->
	<widget class="label" text="Born" col="0" row="2" column_span="2" />
	<widget class="label" id="pdob" col="1" row="2" column_span="2" />

	<!-- Age -->
	<widget class="label" text="Age" col="0" row="3" column_span="2" />
	<widget class="label" id="pfag" col="1" row="3" column_span="2" />

	<!-- Player Position -->
	<widget class="label" text="Position" col="0" row="4" column_span="2" />
	<widget class="label" id="pprs" col="1" row="4" column_span="2" />

	<!-- Foot -->
	<widget class="label" text="Preferred Foot" col="0" row="5" column_span="2" />
	<widget class="label" id="pfot" col="1" row="5" column_span="2" />

	<!-- Height -->
	<widget class="label" text="Height[COMMENT - player profile panel; height label]" col="0" row="6" column_span="2" />
	<widget class="height_label" id="phei" col="1" row="6" column_span="2" />

	<!-- Weight -->
	<widget class="label" text="Weight[COMMENT - player profile panel; weight label]" col="0" row="7" column_span="2" />
	<widget class="weight_label" id="pwei" col="1" row="7" column_span="2" />

	<!-- Value -->
	<widget class="label" text="Value" col="0" row="8" column_span="2" />
	<widget class="label" id="pval" col="1" row="8" column_span="2" />

	<!-- Wage Details -->				
	<widget class="label" text="Basic Wage" col="0" row="9" column_span="2" />					
	<widget class="label" id="wagw" col="1" row="9" column_span="2" />

	<!--Contract Expires -->
	<widget class="label" text="Contract Expires" col="0" row="10" column_span="2" />
	<widget class="label" id="pexp" col="1" row="10" column_span="2" />

	<!--Extra Info -->
	<widget class="text" spec="text" id="pinf" col="0" row="11" column_span="3" colour="profile extra text" alignment="right, centre_y"/>

</widget>



<!--
 <widget class="text" id="kevt" text="" size="14" style="outlined" outline_colour="grey4" colour="white" font="fonts/verabd" auto_size="all">
       <attachment class="get_global_attachment" get_property="titl" set_property="text"/>
<layout class="stick_to_sides_attachment" alignment="left" inset="20"/>

								<layout class="stick_to_sides_attachment" alignment="top" inset="20"/>

     </widget>
-->

</panel>

thanks guys :p;)

Link to post
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

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