EQ2Interface

EQ2Interface (https://www.eq2interface.com/forums/index.php)
-   XML Modification Help & Info (https://www.eq2interface.com/forums/forumdisplay.php?f=22)
-   -   can't get window to stay open (https://www.eq2interface.com/forums/showthread.php?t=1402)

aalwein 02-09-2005 08:37 PM

can't get window to stay open
 
I've tried all the DynamicData stuff and the onHide stuff, and I've searched around on the forums, but I still can't get my Target window to stay open.

My target window as it stands.
Code:

<?xml version="1.0" encoding="utf-8"?>
<Page DynamicData="/GameData.Target.Window" DynamicDataFilter="0000" eq2usescomwndcontrols="true" Location="383,143" Name="Target" PackLocation="fixed,fixed" RStyleDefault="/rectlist.chat_bubble_frame" ScrollExtent="477,42" Size="477,42" OnHide="visible=true show_window=(MainHud.Target) show_window=(MainHud.Target)" UserMovable="true">
<Image AbsorbsInput="false" AutoSize="true" BackgroundColor="#00FFFF" Location="209,7" Name="TierIndicator" ScrollExtent="138,15" Size="138,15" Visible="false"/>
<Text AbsorbsInput="false" actiontype="Target" DynamicData="/GameData.Target.Name" Font="/Fonts.FontZapf15" LocalText="Ambassador Rotgaf of Freeport" Location="66,6" MaximumSize="124,17" MaxLines="1" Name="Name" ScrollExtent="124,30" ShadowStyle="/ShadowStyles.Outline1" Size="124,17" TruncateElipsis="false">Ambassador Rotgaf of Freeport</Text>
<Text AbsorbsInput="false" actiontype="Target" Font="/Fonts.FontZapf15" LocalText="Group" Location="66,8" Name="Info" PackLocation="top,left" PackLocationProp="0066/0001,0008/0001" ScrollExtent="345,15" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="345,15" TextAlignment="Right" TextAlignmentVertical="Bottom" TextColor="#00FF40">Group</Text>
<Page AbsorbsInput="false" DynamicData="/GameData.Target.Health" DynamicDataFilter="0001" Location="-11,29" Name="HealthPage" ScrollExtent="132,13" Size="132,13">
<Progressbar AbsorbsInput="false" BackgroundColor="#000000" Color="#FF0000" DynamicData="/GameData.Target.Health" DynamicDataFilter="FFFB" Location="77,-5" Name="HealthBar" PackLocation="top,left" PackLocationProp="0077/0001,-005/0001" Progress="1.000" ScrollExtent="345,12" Size="345,12" Style="/progressbarlist.progress_default4"/>
</Page>
<Page Name="New Page" ScrollExtent="560,78" Size="560,78" DynamicDataFilter="0000">
<Image Location="0,-1" Name="New Image" ScrollExtent="600,100" Size="600,100" SourceRect="360,142,960,242" SourceResource="images/tyejae_target.dds"/>
</Page>
</Page>

As you can see I tried using the DataFilter and onHide to make it stay open but, alas, it doesn't work. I want it to stay open (preferably just the background image) at all times, including after pressing esc.

I use the TaeJae Steel UI. The Implied Target window stays open even without putting 0000 in the DataFilter.

Any help on this one?

taco-man 02-09-2005 09:26 PM

for the line: <Page Name="New Page" ScrollExtent="560,78" Size="560,78" DynamicDataFilter="0000">

Remove: DynamicDataFilter="0000"
that may fix it.

Deathbane27 02-09-2005 09:32 PM

The second line:

<Page DynamicData="/GameData.Target.Window" DynamicDataFilter="0000" eq2usescomwndcontrols="true" Location="383,143" Name="Target" PackLocation="fixed,fixed" RStyleDefault="/rectlist.chat_bubble_frame" ScrollExtent="477,42" Size="477,42" OnHide="visible=true show_window=(MainHud.Target) show_window=(MainHud.Target)" UserMovable="true">

Try replacing with:

<Page eq2usescomwndcontrols="true" Location="383,143" Name="Target" ScrollExtent="477,42" Size="477,42" OnHide="visible=true" UserMovable="true">

(In addition to what Taco-man suggested.)

aalwein 02-09-2005 09:37 PM

I actually discovered it while browsing TaeJae's thread and Perdition posted a note saying that much of the customized windows (which included target) where coded in the MainHUD.xml instead of individual files. So I added the DataFilter change there and it fixed it right up. Thanks for the responses guys.


All times are GMT -5. The time now is 10:49 PM.

vBulletin® - Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
© MMOUI