找回密码
 注册

QQ登录

只需一步,快速开始

查看: 846|回复: 10

[提问请教] 有关 皮肤 编辑的问题

[复制链接]
发表于 2009-1-10 15:59:18 | 显示全部楼层 |阅读模式
如图:

再加入之后位置不太理想
但是修了很多次还是没能达到下边图的效果

有没有这方面的达人指教一下
谢了


[ 本帖最后由 windwingneo 于 2009-1-10 04:19 PM 编辑 ]

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?注册

×
 楼主| 发表于 2009-1-10 16:23:48 | 显示全部楼层

沒人回……
回复 支持 反对

使用道具 举报

头像被屏蔽
发表于 2009-1-10 16:46:14 | 显示全部楼层
提示: 该帖被管理员或版主屏蔽
回复 支持 反对

使用道具 举报

发表于 2009-1-10 16:54:07 | 显示全部楼层
把皮肤panels.xml贴出来……
我懒得解压出来……
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-1-10 17:06:06 | 显示全部楼层
<panel title="Player Profile Panel">

  <!-- PANEL PROPERTIES -->

  <!-- attribute colouring -->
  <integer id="exca" value="16" />
  <!-- excellent threshold -->
  <integer id="excn" value="11" />
  <!-- normal threshold -->
  <integer id="excl" value="6" />
  <!-- low threshold -->

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

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

  <container class="titled_box" id="tibx" title="Player Profile">
    <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" />

    <!-- 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="4"/>

      <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="embedded_popup_button" id="attv" text="Views[COMMENT: embedded popup menu used to change to some alternative views]" sele="attr" auto_size="horizontal" fixed="true" auto_tick_exclusive="false" embed_in_frame="true" appearance="menu/embedded/view" save_current_state="true" save_default_state="true" save_item_ticks="true" save_selection="false">
        <list id="items">
          <!-- ids match the multi-box individual panel ids below! -->
          <record id="over" name="Overview[COMMENT: player profile view menu item: Overview (polygon)]" event_id="ovat"/>
          <record id="attr" name="Attributes[COMMENT: player profile view menu item: attributes]" event_id="ovat" ticked="true"/>
          <record id="----"/>
          <record id="shtr" name="Show recent attribute changes[COMMENT: text on player_profile panel to toggle the attribute change arrows RE-TRANSLATE FOR FM2008]" event_id="shtc" auto_tick="true"/>
        </list>

        <!--<record id="select_event">
          <flags id="event_id" value="mbse" />
          --><!-- the multi-box select event --><!--
          <flags id="event_target" value="pamb" />
          --><!-- the multi-box itself --><!--
        </record>-->

      </widget>
      <!-- view menu -->

    </container>
    <!-- buttons -->

    <!-- 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="-8,-3" offset="0" gap="0"/>
      <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0" />

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

        <!-- Personal Details -->
        <container id="pdet" file="player profile personal details"/>

        <!-- Multi box for different views -->
        <container class="multi_box" id="pamb">

          <flags id="top_kind" value="group_box" />
          <flags id="top_layout" value="horizontal" />
          <record id="top_properties">
            <flags id="auto_size" value="vertical" />
          </record>

          <flags id="bottom_kind" value="group_box"/>
          <flags id="bottom_layout" value="horizontal" />
          <record id="bottom_properties">
            <flags id="auto_size" value="vertical" />
          </record>

          <flags id="contents_kind" value="gbox" />
          <flags id="default_item" value="attr" />

          <boolean id="save_current_state" value="true"/>

          <!-- Attributes Container -->
          <container class="group_box" id="attr">
            <layout class="arrange_horizontal_attachment" alignment="fill" offset="0" gap="4"/>
            <layout class="stick_to_sides_attachment" alignment="vertical" layout_children="true" inset="0" />

            <!-- Technical Table -->
            <container id="tech" file="player profile technical attributes"/>

            <!-- Mental Table -->
            <container id="ment" file="player profile mental attributes"/>

            <!-- Physical Table -->
            <container id="ment" file="player profile physical attributes"/>

          </container>
          <!-- Attributes Container -->

          <!-- Attribute Analyser Container -->
          <container class="group_box" id="over">
            <layout class="arrange_horizontal_attachment" alignment="fill" offset="0" gap="0"/>
            <layout class="stick_to_sides_attachment" alignment="vertical" layout_children="true" inset="0" />

            <!-- Attribute Analyser -->
            <container id="ppaa" file="player profile attribute analyser"/>

          </container>
          <!-- Attribute Analyser Container -->

        </container>
        <!-- Multi box -->

      </container>
                  <layout class="stick_to_sides_attachment" alignment="top" inset="0" />
                                <container class="group_box" id="over">
                                        <layout class="arrange_horizontal_attachment" layout="403,-3" alignment="fill" offset="0" gap="5"/>
                                        <layout class="stick_to_sides_attachment" alignment="vertical" layout_children="true" inset="4" />
                                        <layout class="stick_to_sides_attachment" alignment="right" inset="0" />
                                        <layout class="stick_to_sides_attachment" alignment="right,extend" inset="0" />


                                               
                                        <!-- Attribute Analyser -->
                                        <container id="ppaa" file="player profile attribute analyser"/>

                                        <container class="player_availability_panel" id="pavl"/>
                                       
                                               
                                </container> <!-- Attribute Analyser Container -->



    </container>

    <container class="player_stats_panel" id="pstp"/>
  </container>
</panel>
回复 支持 反对

使用道具 举报

发表于 2009-1-10 17:45:36 | 显示全部楼层
找不到……汗……吃晚饭后慢慢研究……
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-1-10 18:39:07 | 显示全部楼层


噢~
回复 支持 反对

使用道具 举报

发表于 2009-1-10 19:44:37 | 显示全部楼层
http://fmfans.cpgl.net/attachmen ... 70&noupdate=yes
...............工程 量蛮大的....
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-1-10 19:49:02 | 显示全部楼层


噢~
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-1-11 08:50:43 | 显示全部楼层

噢~
宅方亂入直到有人回答……
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|手机版|小黑屋|FMFans ( 京ICP备07501235号 )

GMT+8, 2024-9-21 22:58 , Processed in 0.061468 second(s), 16 queries , Gzip On, APCu On.

Powered by Discuz! X3.5

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表