EQ2Interface.com
Search Downloads


Go Back   EQ2Interface > Developer Discussion > XML Modification Help & Info

Reply
Thread Tools Search this Thread Display Modes
  #1  
Unread 02-09-2005, 08:37 PM
aalwein aalwein is offline
He Who Holds the XML
Premium Member
Interface Author - Click to view interfaces
 
Join Date: Nov 2004
Server: Nektulos
Posts: 75
Default 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?
Reply With Quote
  #2  
Unread 02-09-2005, 09:26 PM
taco-man's Avatar
taco-man taco-man is offline
EQ2MAP Updater Author
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Nov 2004
Server: Antonia Bayle
Posts: 1,349
Default

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

Remove: DynamicDataFilter="0000"
that may fix it.
__________________
EQ2MAP Updater Download
EQ2MAP Website
How to Install a custom interface
Reply With Quote
  #3  
Unread 02-09-2005, 09:32 PM
Deathbane27's Avatar
Deathbane27 Deathbane27 is offline
aka Mook
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Jul 2004
Server: Nektulos
Posts: 1,451
Default

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.)
__________________
If it ain't broke, it needs more features!
Reply With Quote
  #4  
Unread 02-09-2005, 09:37 PM
aalwein aalwein is offline
He Who Holds the XML
Premium Member
Interface Author - Click to view interfaces
 
Join Date: Nov 2004
Server: Nektulos
Posts: 75
Default

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.
Reply With Quote
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -5. The time now is 01:35 PM.


Our Network
EQInterface | EQ2Interface | WoWInterface | LoTROInterface | ESOUI | MMOUI