View Single Post
  #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