|
Salutations a tous et a toutes c'est mon premier post sur JOL et mon sujet du moment concerne l' xml de NW2.
![]() Je travaille sur une UI custom qui se veut plus ergonomique et adapté aux écrans larges. Je me suis inspiré des quelques Ui dispo sur le Vault et fait ma propre version conceptuel. A la base c'était pour une utilisation plus personnel et petit a petit c'est devenu un projet a vocation communautaire. Je gère le Xml de manière autodidacte et j'arrive a faire a peut prés ce que je veux. Mais je rencontre une difficulté a gérer 2 commande xml. hidden et hideoverride J'ai bien trouvé quelque tutos en VO et assimilé les mécanismes des commandes mais je n'arrive pas a le mettre en application je me demande si je suis sur une restriction hard-code propre a NW2. ![]() Donc je vous presente mes bouts de code pour avoir vos avis: Ma cible :"FEAT_CONTAINER" Code:
<!-- Infos Feats Page --> <UICollapsable name="DESC_TEXT" x=290 y=10 width=425 height=855 yPadding=0 xPadding=0 indent=0 isexpanded=true > <UIButton name="HEADER_BUTTON" x=0 y=0 width=PARENT_WIDTH height=22 header=true text="DESCRIPTION" > <UIText x=30 y=0 align=left valign=middle fontfamily="Title_Font" style="1" indent=20 multiline=false color="GOLD" /> <UIFrame state=up fill="b_feat_hover_pressed.tga" /> <UIFrame state=down fill="b_feat_hover_pressed.tga" /> <UIFrame state=hilited fill="b_feat_hover_pressed.tga" /> <UIFrame state=focused fill="b_feat_hover_pressed.tga" /> <UIFrame state=hifocus fill="b_feat_hover_pressed.tga" /> <UIFrame state=disabled fill="b_feat_hover_pressed.tga" /> <UIFrame state=header fill="b_feat_normal.tga" /> <UIFrame state=hiheader fill="b_feat_normal.tga" /> <UIFrame state=downheader fill="b_feat_normal.tga" /> </UIButton> <UIPane name="FEAT_CONTAINER" x=0 y=0 width=PARENT_WIDTH height=PARENT_HEIGHT hidden=true capturemouseclicks=false > <UIIcon name="FEATPANE_IMAGE" img="b_empty.tga" x=5 y=0 width=40 height=40 ignoreevents=true /> <UIText name="FEATPANE_TITLE" x=50 y=0 width=340 height=40 align=left valign=middle fontfamily="Title_Font" style="2" /> <UIText name="FEATPANE_TEXT" strref="183528" x=0 y=60 width=PARENT_WIDTH height=PARENT_HEIGHT align="left" valign="top" indent=5 hangingindent=5 fontfamily="Default_2" style="1" multiline="true" /> <UIFrame name="DESC_TEXT_BKG" x=0 y=0 width=PARENT_WIDTH height=PARENT_HEIGHT fill="mem_bg.tga" /> </UIPane> </UICollapsable> Code:
<UIButton name="FEAT_IMAGE" x=0 y=0 style="STYLE_SKILL_ICON" prototype=true draggable=true hotbartype="HOTBAR_FEAT" OnLeftClick=UIButton_Input_ShowFeatDesc("FEATPANE_TEXT","FEATPANE_IMAGE","FEATPANE_TITLE") OnSelected=UIButton_Input_ShowObject("FEAT_CONTAINER") OnUnselected=UIButton_Input_HideObject("FEAT_CONTAINER") OnToolTip=UIObject_Tooltip_DisplayTooltipStringRef(183528,"OBJECT_X","OBJECT_Y","SCREEN_TOOLTIP_2") > </UIButton> |
![]() |
|
questions sur XML NW2
Suivre |
|
Partager | Rechercher |
Suivre |
Connectés sur ce fil1 connecté (0 membre et 1 invité)
Afficher la liste détaillée des connectés
|