Fênetre que avec les mains rajouté, la largeur est cependant pas encore bien géré.
This commit is contained in:
parent
a6696ef258
commit
0fe0007d48
2 changed files with 62 additions and 75 deletions
|
@ -1223,91 +1223,78 @@
|
|||
<!-- The Hands -->
|
||||
<!-- Hand 1 and 2 -->
|
||||
|
||||
<group type="container"
|
||||
<group type="container"
|
||||
id="gestionsetshands"
|
||||
w="410"
|
||||
h="48"
|
||||
child_resize_wmargin="10"
|
||||
child_resize_hmargin="10"
|
||||
resizer="false"
|
||||
header_active="false"
|
||||
header_active="fase"
|
||||
right_button="false"
|
||||
group_onclick_r="active_menu"
|
||||
group_params_r="menu=ui:interface:base_menu_with_color"
|
||||
movable="true"
|
||||
active="false"
|
||||
active="true"
|
||||
opened="false"
|
||||
openable="false"
|
||||
global_color="false"
|
||||
header_color="UI:SAVE:WIN:COLORS:INV"
|
||||
locked="true"
|
||||
locked="false"
|
||||
on_active="set"
|
||||
on_active_params="dblink=UI:VARIABLES:ISACTIVE:SETS3|value=1"
|
||||
on_deactive="set"
|
||||
on_deactive_params="dblink=UI:VARIABLES:ISACTIVE:SETS3|value=0"
|
||||
help_page="interf_action_bar.html">
|
||||
<!-- on_move="lua:game:updateCurrentActionPosition()"> -->
|
||||
<group id="header_closed"
|
||||
x="0"
|
||||
y="0"
|
||||
h="48"
|
||||
w="394"
|
||||
posref="TL TL" />
|
||||
<group id="hands"
|
||||
x="9"
|
||||
y="0"
|
||||
w="392"
|
||||
h="68"
|
||||
posref="ML ML"
|
||||
setnumber="1">
|
||||
<ctrl type="sheet"
|
||||
id="handr"
|
||||
posref="MR MR"
|
||||
x="0"
|
||||
tx_noitem="hand_right.tga"
|
||||
selection_group="inventory_selection"
|
||||
onclick_l="proc"
|
||||
params_l="inv_left_click_on_slot"
|
||||
tooltip="uittHandR"
|
||||
menu_r="%self_item_modal_menu"
|
||||
dragable="true"
|
||||
ondrag="inv_drag"
|
||||
params_drag="from_slot"
|
||||
oncannotdrop="inv_cannot_drop"
|
||||
oncandrop="inv_can_drop"
|
||||
ondrop="inv_drop"
|
||||
item_slot="RIGHT_HAND"
|
||||
value="%hand_r"
|
||||
other_hand_slot="handl"
|
||||
auto_grayed="false"
|
||||
tooltip_parent="win" />
|
||||
<ctrl type="sheet"
|
||||
id="handl"
|
||||
posref="ML ML"
|
||||
x="0"
|
||||
tx_noitem="hand_left.tga"
|
||||
selection_group="inventory_selection"
|
||||
onclick_l="proc"
|
||||
params_l="inv_left_click_on_slot"
|
||||
tooltip="uittHandL"
|
||||
menu_r="%self_item_modal_menu"
|
||||
dragable="true"
|
||||
ondrag="inv_drag"
|
||||
params_drag="from_slot"
|
||||
oncannotdrop="inv_cannot_drop"
|
||||
oncandrop="inv_can_drop"
|
||||
ondrop="inv_drop"
|
||||
item_slot="LEFT_HAND"
|
||||
value="%hand_l"
|
||||
other_hand_slot="handr"
|
||||
auto_grayed="false"
|
||||
tooltip_parent="win" />
|
||||
<!-- Must update some things when the item equipped change -->
|
||||
<link expr="depends(@%bag:[%hand_r:INDEX_IN_BAG-1]:SHEET)"
|
||||
action="phrase_update_from_hand" />
|
||||
<link expr="depends(@%bag:[%hand_r:INDEX_IN_BAG-1]:QUALITY)"
|
||||
action="phrase_update_from_hand" />
|
||||
<link expr="depends(@%bag:[%hand_r:INDEX_IN_BAG-1]:ENCHANT)"
|
||||
action="phrase_update_from_hand" />
|
||||
</group>
|
||||
<ctrl type="sheet"
|
||||
id="handr"
|
||||
posparent="handl"
|
||||
posref="MR ML"
|
||||
x="10"
|
||||
tx_noitem="hand_right.tga"
|
||||
selection_group="inventory_selection"
|
||||
onclick_l="proc"
|
||||
params_l="inv_left_click_on_slot"
|
||||
tooltip="uittHandR"
|
||||
menu_r="%self_item_modal_menu"
|
||||
dragable="true"
|
||||
ondrag="inv_drag"
|
||||
params_drag="from_slot"
|
||||
oncannotdrop="inv_cannot_drop"
|
||||
oncandrop="inv_can_drop"
|
||||
ondrop="inv_drop"
|
||||
item_slot="RIGHT_HAND"
|
||||
value="%hand_r"
|
||||
other_hand_slot="handl"
|
||||
auto_grayed="false"
|
||||
tooltip_parent="win" />
|
||||
<ctrl type="sheet"
|
||||
id="handl"
|
||||
posparent="gestionsetshands"
|
||||
posref="ML ML"
|
||||
x="10"
|
||||
tx_noitem="hand_left.tga"
|
||||
selection_group="inventory_selection"
|
||||
onclick_l="proc"
|
||||
params_l="inv_left_click_on_slot"
|
||||
tooltip="uittHandL"
|
||||
menu_r="%self_item_modal_menu"
|
||||
dragable="true"
|
||||
ondrag="inv_drag"
|
||||
params_drag="from_slot"
|
||||
oncannotdrop="inv_cannot_drop"
|
||||
oncandrop="inv_can_drop"
|
||||
ondrop="inv_drop"
|
||||
item_slot="LEFT_HAND"
|
||||
value="%hand_l"
|
||||
other_hand_slot="handr"
|
||||
auto_grayed="false"
|
||||
tooltip_parent="win" />
|
||||
<!-- Must update some things when the item equipped change -->
|
||||
<link expr="depends(@%bag:[%hand_r:INDEX_IN_BAG-1]:SHEET)"
|
||||
action="phrase_update_from_hand" />
|
||||
<link expr="depends(@%bag:[%hand_r:INDEX_IN_BAG-1]:QUALITY)"
|
||||
action="phrase_update_from_hand" />
|
||||
<link expr="depends(@%bag:[%hand_r:INDEX_IN_BAG-1]:ENCHANT)"
|
||||
action="phrase_update_from_hand" />
|
||||
</group>
|
||||
<tree node="gestionsetshands" />
|
||||
|
||||
|
|
|
@ -1020,10 +1020,10 @@
|
|||
<instance template="win_button" id="hands2" color="UI:SAVE:WIN:COLORS:INV" text="uimwHands2" posparent="hands" posref="BL TL" x="0" y="-4"
|
||||
pushflag="UI:VARIABLES:ISACTIVE:SETS2" win_name="gestionsets2" />
|
||||
|
||||
<instance template="win_button" id="hands3" color="UI:SAVE:WIN:COLORS:INV" text="uimwHands" posref="TL TL" x="0" y="-30"
|
||||
pushflag="UI:VARIABLES:ISACTIVE:SETS3" win_name="gestionsetshands" />
|
||||
<instance template="win_button" id="hands3" color="UI:SAVE:WIN:COLORS:INV" text="uimwHands3" posparent="hands2" posref="BL TL" x="0" y="-4"
|
||||
pushflag="UI:VARIABLES:ISACTIVE:SETS3" win_name="gestionsetshands" />
|
||||
|
||||
<instance template="win_button" id="invent" color="UI:SAVE:WIN:COLORS:INV" text="uimwInventory" posparent="hands2" posref="BL TL" x="0" y="-4"
|
||||
<instance template="win_button" id="invent" color="UI:SAVE:WIN:COLORS:INV" text="uimwInventory" posparent="hands3" posref="BL TL" x="0" y="-4"
|
||||
pushflag="UI:VARIABLES:ISACTIVE:INVENTORY" win_name="inventory" />
|
||||
|
||||
<instance template="win_button" id="action_book" color="UI:SAVE:WIN:COLORS:INV" text="uiPhraseBookTitle" posparent="invent" posref="BL TL" x="0" y="-4"
|
||||
|
|
Loading…
Reference in a new issue