EQ2Interface.com
Search Downloads


Go Back   EQ2Interface > General Discussion > Help!?!?!

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1  
Unread 11-18-2006, 01:22 PM
seyden seyden is offline
A Forest Scavenger
 
Join Date: Jul 2005
Server: Antonia Bayle
Posts: 16
Default 2 things preventing Dracokyn from working again

Ok I have 2 things left before I can put up a modified/ Updated version of Dracokyn for all those who loved this UI. Well since Wulf has long since stopped maintaining I have been able to maintain it for me my wife and the few guildies with now problems. I have everything working now except 2 things.
1) is the Target window
Code:
<?xml version="1.0" encoding="utf-8"?>
<Page DynamicData="/GameData.Target.Window" DynamicDataFilter="0001" eq2usescomwndcontrols="true" Location="284,467" MaximumSize="519,135" Name="Target" PackLocation="left,top" PackLocationProp="0284/0001,0467/0001" RStyleDefault="/rectlist.chat_bubble_frame" ScrollExtent="519,135" Size="519,135" UserMovable="true">
<Page AbsorbsInput="false" BackgroundColor="#FF0000" DynamicData="/GameData.Spells.Casting" DynamicDataFilter="0001" Location="371,2" Name="CastingProgressRS" PackLocation="left,top" PackLocationProp="0371/0001,0002/0001" PackSize="absolute" PackSizeProp="0232/0001,xxxx/xxxx" RStyleDefault="/rectlist.chat_bubble_frame" ScrollExtent="287,158" Size="287,158">
<ImageStyle Name="progress_fill-right">
<ImageFrame Name="progress_fill-right" Source="images/Arcane/Orb-purp-2.dds" SourceRect="208,181,256,229"/>
</ImageStyle>
<ProgressbarStyle Bar.Background="progress_fill-right" Layout="Vertical" Name="progress_style-right"/>
<Progressbar AbsorbsInput="false" BackgroundColor="#000000" DynamicData="/GameData.Spells.Casting" Location="56,66" Name="Progress" Opacity="0.500" Progress="0.500" ScrollExtent="52,49" Size="52,49" Style="progress_style-right" Visible="false"/>
<Page AbsorbsInput="false" BackgroundOpacity="1.000" Location="38,38" Name="CastingBackground" PackLocation="top,left" PackLocationProp="0038/0001,0038/0001" RStyleDefault="/rectlist.chat_bubble_frame" ScrollExtent="104,90" Size="104,90" Visible="false"/>
</Page>
<Page AbsorbsInput="false" BackgroundColor="#FF0000" DynamicData="/GameData.Spells.Casting" DynamicDataFilter="0001" Location="1,1" Name="CastingProgressLS" PackLocation="left,top" PackLocationProp="0001/0001,0001/0001" PackSize="absolute" PackSizeProp="0232/0001,xxxx/xxxx" RStyleDefault="/rectlist.chat_bubble_frame" ScrollExtent="287,158" Size="287,158">
<ImageStyle Name="progress_fill">
<ImageFrame Name="progress_fill" Source="images/Arcane/Orb-purp.dds" SourceRect="0,181,48,229"/>
</ImageStyle>
<ProgressbarStyle Bar.Background="progress_fill" Layout="Vertical" Name="progress_style"/>
<Progressbar AbsorbsInput="false" BackgroundColor="#000000" DynamicData="/GameData.Spells.Casting" Location="37,65" Name="Progress" Opacity="0.500" Progress="0.500" ScrollExtent="52,49" Size="52,49" Style="progress_style" Visible="false"/>
<Page AbsorbsInput="false" BackgroundOpacity="1.000" Location="22,39" Name="CastingBackground" PackLocation="top,left" PackLocationProp="0022/0001,0039/0001" RStyleDefault="/rectlist.chat_bubble_frame" ScrollExtent="104,90" Size="104,90" Visible="false"/>
</Page>
<Page MaximumSize="519,135" MinimumSize="519,135" Name="v1" ScrollExtent="519,135" Size="519,135">
<Image Location="392,39" Name="OrbR" ScrollExtent="124,94" Size="124,94" Style="v0.ArcaneOrbR"/>
<Image Location="1,38" Name="OrbL" ScrollExtent="124,94" Size="124,94" Style="v0.ArcaneOrbL"/>
<Text AbsorbsInput="false" actiontype="Target" DynamicData="/GameData.Target.Level" Font="/Fonts.FontZapf15" LocalText="50" Location="385,42" MaximumSize="200,17" MaxLines="1" Name="TargetLevel" ScrollExtent="50,17" ShadowStyle="/ShadowStyles.Outline1" Size="50,17" TextAlignment="Center" TruncateElipsis="false">50</Text>
<Text AbsorbsInput="false" actiontype="Target" Font="/Fonts.FontZapf15" LocalText="Group" Location="176,28" Name="Info" PackLocation="top,left" PackLocationProp="0176/0001,0028/0001" ScrollExtent="158,17" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="158,17" TextAlignment="Center" TextColor="#00FF40">Group</Text>
<Text Color="#FF0000" DynamicData="/GameData.Self.Health" DynamicDataFilter="1BFF" Font="/Fonts.FontZapf15" LocalText="100%" Location="99,82" Name="HealthPercent" ScrollExtent="80,20" ShadowStyle="/ShadowStyles.Outline1" Size="80,20" TextAlignment="Center" TextAlignmentVertical="Center">100%</Text>
<Text AbsorbsInput="false" Color="#FF0000" Font="/Fonts.FontZapf15" LocalText="H:" Location="107,82" Margin="0,0,5,0" Name="PlayerHealthLabel" ScrollExtent="21,20" ShadowStyle="/ShadowStyles.Outline1" Size="21,20" TextAlignment="Right" TextAlignmentVertical="Center">H:</Text>
<Progressbar AbsorbsInput="false" BackgroundColor="#000000" Color="#2E78F3" DynamicData="/GameData.Self.Health" DynamicDataFilter="FFFB" Location="135,73" Name="PlayerHealthBar" PackLocation="top,left" PackLocationProp="0135/0001,0073/0001" Progress="1.000" ScrollExtent="240,6" Size="240,6" Style="v0.TargetProgress"/>
<Text AbsorbsInput="false" Color="#2E78F3" Font="/Fonts.FontZapf15" LocalText="P:" Location="357,82" Margin="0,0,5,0" Name="PlayerPowerLabel" ScrollExtent="21,20" ShadowStyle="/ShadowStyles.Outline1" Size="21,20" TextAlignment="Right" TextAlignmentVertical="Center">P:</Text>
<Text Color="#2E78F3" DynamicData="/GameData.Self.Power" DynamicDataFilter="1BFF" Font="/Fonts.FontZapf15" LocalText="100%" Location="349,82" Name="PlayerPowerPercent" ScrollExtent="80,20" ShadowStyle="/ShadowStyles.Outline1" Size="80,20" TextAlignment="Center" TextAlignmentVertical="Center">100%</Text>
<Progressbar AbsorbsInput="false" BackgroundColor="#000000" Color="#2E78F3" DynamicData="/GameData.Self.Power" DynamicDataFilter="FFFB" Location="135,78" Name="PlayerPowerBar" PackLocation="top,left" PackLocationProp="0135/0001,0078/0001" Progress="1.000" ScrollExtent="240,6" Size="240,6" Style="v0.TargetProgress"/>
<Text AbsorbsInput="false" Font="/Fonts.FontZapf15" LocalText="Lvl:" Location="323,40" Margin="0,0,5,0" Name="TargetLevelLabel" ScrollExtent="83,20" ShadowStyle="/ShadowStyles.Outline1" Size="83,20" TextAlignment="Right" TextAlignmentVertical="Center">Lvl:</Text>
<Text AbsorbsInput="false" Color="#FF0000" Font="/Fonts.FontZapf15" LocalText="H:" Location="107,54" Margin="0,0,5,0" Name="TargetHealthLabel" ScrollExtent="21,20" ShadowStyle="/ShadowStyles.Outline1" Size="21,20" TextAlignment="Right" TextAlignmentVertical="Center">H:</Text>
<Text Color="#FF0000" DynamicData="/GameData.Target.Health" DynamicDataFilter="1BFF" Font="/Fonts.FontZapf15" LocalText="100%" Location="99,54" Name="TargetHealthPercent" ScrollExtent="80,20" ShadowStyle="/ShadowStyles.Outline1" Size="80,20" TextAlignment="Center" TextAlignmentVertical="Center">100%</Text>
<Progressbar AbsorbsInput="false" BackgroundColor="#000000" Color="#2E78F3" DynamicData="/GameData.Target.Health" DynamicDataFilter="FFFB" Location="135,45" Name="TargetHealthBar" PackLocation="top,left" PackLocationProp="0135/0001,0045/0001" Progress="1.000" ScrollExtent="240,6" Size="240,6" Style="v0.TargetProgress"/>
<Text AbsorbsInput="false" Color="#2E78F3" Font="/Fonts.FontZapf15" LocalText="P:" Location="356,53" Margin="0,0,5,0" Name="TargetPowerLabel" ScrollExtent="21,20" ShadowStyle="/ShadowStyles.Outline1" Size="21,20" TextAlignment="Right" TextAlignmentVertical="Center">P:</Text>
<Text Color="#2E78F3" DynamicData="/GameData.Target.Power" DynamicDataFilter="1BFF" Font="/Fonts.FontZapf15" LocalText="100%" Location="348,53" Name="TargetPowerPercent" ScrollExtent="80,20" ShadowStyle="/ShadowStyles.Outline1" Size="80,20" TextAlignment="Center" TextAlignmentVertical="Center">100%</Text>
<Progressbar AbsorbsInput="false" BackgroundColor="#000000" Color="#2E78F3" DynamicData="/GameData.Target.Power" DynamicDataFilter="FFFB" Location="135,51" Name="TargetPowerBar" PackLocation="top,left" PackLocationProp="0135/0001,0051/0001" Progress="1.000" ScrollExtent="240,5" Size="240,5" Style="v0.TargetProgress"/>
<Image Location="94,72" Name="PlayerBar" ScrollExtent="322,11" Size="322,11" Style="v0.ArcaneTarget"/>
<Image Location="94,45" Name="TargetBar" ScrollExtent="322,11" Size="322,11" Style="v0.ArcaneTarget"/>
<Image AbsorbsInput="false" AutoSize="true" BackgroundColor="#00FFFF" Location="181,0" Name="TierIndicator" ScrollExtent="138,15" Size="138,15"/>
<Image Location="94,45" Name="TargetBar" ScrollExtent="322,11" Size="322,11" Style="v0.ArcaneTarget"/>
<Text AbsorbsInput="false" actiontype="Target" DynamicData="/GameData.Target.Name" Font="/Fonts.FontZapf15" LocalText="Ambassador Rotgaf of Freeport" Location="155,14" MaximumSize="200,17" MaxLines="1" Name="Name" ScrollExtent="200,17" ShadowStyle="/ShadowStyles.Outline1" Size="200,17" TextAlignment="Center" TruncateElipsis="false">Ambassador Rotgaf of Freeport</Text>
<Text AbsorbsInput="false" DynamicData="/GameData.Self.Name" Font="/Fonts.FontZapf15" LocalText="PlayerName" Location="175,56" MaxLines="1" Name="PlayerName" PackSize="fixed,fixed" PackSizeProp="0002/0003,0002/0003" ScrollExtent="160,17" ShadowStyle="/ShadowStyles.Outline1" Size="160,17" TextAlignment="Center">PlayerName</Text>
<ImageStyle Name="TargetFill">
<ImageFrame Name="Fill" Source="images/Arcane/Target.dds" SourceRect="0,290,300,298"/>
</ImageStyle>
<ProgressbarStyle Bar.Background="v0.TargetFill" Name="TargetProgress"/>
<ImageStyle Name="ArcaneOrbR">
<ImageFrame Name="OrbR" Source="images/Arcane/Target.dds" SourceRect="330,82,454,176"/>
</ImageStyle>
<ImageStyle Name="ArcaneOrbL">
<ImageFrame Name="OrbL" Source="images/Arcane/Target.dds" SourceRect="55,82,179,176"/>
</ImageStyle>
<ImageStyle Name="ArcaneTarget">
<ImageFrame Name="Target" Source="images/Arcane/Target.dds" SourceRect="0,359,326,370"/>
</ImageStyle>
</Page>
<Page MaximumSize="519,135" Name="v0" ScrollExtent="519,135" Size="519,135" Visible="false">
<Image Location="392,39" Name="OrbR" ScrollExtent="124,94" Size="124,94" Style="ArcaneOrbR"/>
<Image Location="1,38" Name="OrbL" ScrollExtent="124,94" Size="124,94" Style="ArcaneOrbL"/>
<Text AbsorbsInput="false" actiontype="Target" DynamicData="/GameData.Target.Level" Font="/Fonts.FontZapf15" LocalText="50" Location="385,42" MaximumSize="200,17" MaxLines="1" Name="TargetLevel" ScrollExtent="50,17" ShadowStyle="/ShadowStyles.Outline1" Size="50,17" TextAlignment="Center" TruncateElipsis="false">50</Text>
<Text AbsorbsInput="false" actiontype="Target" Font="/Fonts.FontZapf15" LocalText="Group" Location="176,28" Name="Info" PackLocation="top,left" PackLocationProp="0176/0001,0028/0001" ScrollExtent="158,17" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="158,17" TextAlignment="Center" TextColor="#00FF40">Group</Text>
<Text Color="#FF0000" DynamicData="/GameData.Self.Health" DynamicDataFilter="1BFF" Font="/Fonts.FontZapf15" LocalText="100%" Location="99,82" Name="HealthPercent" ScrollExtent="80,20" ShadowStyle="/ShadowStyles.Outline1" Size="80,20" TextAlignment="Center" TextAlignmentVertical="Center">100%</Text>
<Text AbsorbsInput="false" Color="#FF0000" Font="/Fonts.FontZapf15" LocalText="H:" Location="107,82" Margin="0,0,5,0" Name="PlayerHealthLabel" ScrollExtent="21,20" ShadowStyle="/ShadowStyles.Outline1" Size="21,20" TextAlignment="Right" TextAlignmentVertical="Center">H:</Text>
<Progressbar AbsorbsInput="false" BackgroundColor="#000000" Color="#2E78F3" DynamicData="/GameData.Self.Health" DynamicDataFilter="FFFB" Location="135,73" Name="PlayerHealthBar" PackLocation="top,left" PackLocationProp="0135/0001,0073/0001" Progress="1.000" ScrollExtent="240,6" Size="240,6" Style="TargetProgress"/>
<Text AbsorbsInput="false" Color="#2E78F3" Font="/Fonts.FontZapf15" LocalText="P:" Location="357,82" Margin="0,0,5,0" Name="PlayerPowerLabel" ScrollExtent="21,20" ShadowStyle="/ShadowStyles.Outline1" Size="21,20" TextAlignment="Right" TextAlignmentVertical="Center">P:</Text>
<Text Color="#2E78F3" DynamicData="/GameData.Self.Power" DynamicDataFilter="1BFF" Font="/Fonts.FontZapf15" LocalText="100%" Location="349,82" Name="PlayerPowerPercent" ScrollExtent="80,20" ShadowStyle="/ShadowStyles.Outline1" Size="80,20" TextAlignment="Center" TextAlignmentVertical="Center">100%</Text>
<Progressbar AbsorbsInput="false" BackgroundColor="#000000" Color="#2E78F3" DynamicData="/GameData.Self.Power" DynamicDataFilter="FFFB" Location="135,78" Name="PlayerPowerBar" PackLocation="top,left" PackLocationProp="0135/0001,0078/0001" Progress="1.000" ScrollExtent="240,6" Size="240,6" Style="TargetProgress"/>
<Text AbsorbsInput="false" Font="/Fonts.FontZapf15" LocalText="Lvl:" Location="323,40" Margin="0,0,5,0" Name="TargetLevelLabel" ScrollExtent="83,20" ShadowStyle="/ShadowStyles.Outline1" Size="83,20" TextAlignment="Right" TextAlignmentVertical="Center">Lvl:</Text>
<Text AbsorbsInput="false" Color="#FF0000" Font="/Fonts.FontZapf15" LocalText="H:" Location="107,54" Margin="0,0,5,0" Name="TargetHealthLabel" ScrollExtent="21,20" ShadowStyle="/ShadowStyles.Outline1" Size="21,20" TextAlignment="Right" TextAlignmentVertical="Center">H:</Text>
<Text Color="#FF0000" DynamicData="/GameData.Target.Health" DynamicDataFilter="1BFF" Font="/Fonts.FontZapf15" LocalText="100%" Location="99,54" Name="TargetHealthPercent" ScrollExtent="80,20" ShadowStyle="/ShadowStyles.Outline1" Size="80,20" TextAlignment="Center" TextAlignmentVertical="Center">100%</Text>
<Progressbar AbsorbsInput="false" BackgroundColor="#000000" Color="#2E78F3" DynamicData="/GameData.Target.Health" DynamicDataFilter="FFFB" Location="135,45" Name="TargetHealthBar" PackLocation="top,left" PackLocationProp="0135/0001,0045/0001" Progress="1.000" ScrollExtent="240,6" Size="240,6" Style="TargetProgress"/>
<Text AbsorbsInput="false" Color="#2E78F3" Font="/Fonts.FontZapf15" LocalText="P:" Location="356,53" Margin="0,0,5,0" Name="TargetPowerLabel" ScrollExtent="21,20" ShadowStyle="/ShadowStyles.Outline1" Size="21,20" TextAlignment="Right" TextAlignmentVertical="Center">P:</Text>
<Text Color="#2E78F3" DynamicData="/GameData.Target.Power" DynamicDataFilter="1BFF" Font="/Fonts.FontZapf15" LocalText="100%" Location="348,53" Name="TargetPowerPercent" ScrollExtent="80,20" ShadowStyle="/ShadowStyles.Outline1" Size="80,20" TextAlignment="Center" TextAlignmentVertical="Center">100%</Text>
<Progressbar AbsorbsInput="false" BackgroundColor="#000000" Color="#2E78F3" DynamicData="/GameData.Target.Power" DynamicDataFilter="FFFB" Location="135,51" Name="TargetPowerBar" PackLocation="top,left" PackLocationProp="0135/0001,0051/0001" Progress="1.000" ScrollExtent="240,5" Size="240,5" Style="TargetProgress"/>
<Image Location="94,72" Name="PlayerBar" ScrollExtent="322,11" Size="322,11" Style="ArcaneTarget"/>
<Image Location="94,45" Name="TargetBar" ScrollExtent="322,11" Size="322,11" Style="ArcaneTarget"/>
<Image AbsorbsInput="false" AutoSize="true" BackgroundColor="#00FFFF" Location="181,0" Name="TierIndicator" ScrollExtent="138,15" Size="138,15"/>
<Image Location="94,45" Name="TargetBar" ScrollExtent="322,11" Size="322,11" Style="ArcaneTarget"/>
<Text AbsorbsInput="false" actiontype="Target" DynamicData="/GameData.Target.Name" Font="/Fonts.FontZapf15" LocalText="Ambassador Rotgaf of Freeport" Location="155,14" MaximumSize="200,17" MaxLines="1" Name="Name" ScrollExtent="200,17" ShadowStyle="/ShadowStyles.Outline1" Size="200,17" TextAlignment="Center" TruncateElipsis="false">Ambassador Rotgaf of Freeport</Text>
<Text AbsorbsInput="false" DynamicData="/GameData.Self.Name" Font="/Fonts.FontZapf15" LocalText="PlayerName" Location="175,56" MaxLines="1" Name="PlayerName" PackSize="fixed,fixed" PackSizeProp="0002/0003,0002/0003" ScrollExtent="160,17" ShadowStyle="/ShadowStyles.Outline1" Size="160,17" TextAlignment="Center">PlayerName</Text>
<ImageStyle Name="TargetFill">
<ImageFrame Name="Fill" Source="images/Arcane/Target.dds" SourceRect="0,290,300,298"/>
</ImageStyle>
<ProgressbarStyle Bar.Background="TargetFill" Name="TargetProgress"/>
<ImageStyle Name="ArcaneOrbR">
<ImageFrame Name="OrbR" Source="images/Arcane/Target.dds" SourceRect="330,82,454,176"/>
</ImageStyle>
<ImageStyle Name="ArcaneOrbL">
<ImageFrame Name="OrbL" Source="images/Arcane/Target.dds" SourceRect="55,82,179,176"/>
</ImageStyle>
<ImageStyle Name="ArcaneTarget">
<ImageFrame Name="Target" Source="images/Arcane/Target.dds" SourceRect="0,359,326,370"/>
</ImageStyle>
</Page>
<Page DynamicData="/GameData.ImpliedTarget.Window" DynamicDataFilter="0001" eq2usescomwndcontrols="true" MaximumSize="519,135" Name="ImpliedTarget" PackLocation="left,top" PackLocationProp="0000/0001,0000/0001" RStyleDefault="/rectlist.chat_bubble_frame" ScrollExtent="519,135" Size="519,135" UserMovable="true">
<Page MaximumSize="519,135" Name="v1" ScrollExtent="519,135" Size="519,135">
<Text AbsorbsInput="false" actiontype="ImpliedTarget" DynamicData="/GameData.ImpliedTarget.Level" Font="/Fonts.FontZapf15" LocalText="50" Location="385,98" MaximumSize="200,17" MaxLines="1" Name="ImpliedTargetLevel" ScrollExtent="50,17" ShadowStyle="/ShadowStyles.Outline1" Size="50,17" TextAlignment="Center" TruncateElipsis="false">50</Text>
<Text AbsorbsInput="false" Font="/Fonts.FontZapf15" LocalText="Lvl:" Location="323,96" Margin="0,0,5,0" Name="impliedTargetLevelLabel" ScrollExtent="83,20" ShadowStyle="/ShadowStyles.Outline1" Size="83,20" TextAlignment="Right" TextAlignmentVertical="Center">Lvl:</Text>
<Text Color="#FF0000" DynamicData="/GameData.ImpliedTarget.Health" DynamicDataFilter="1BFF" Font="/Fonts.FontZapf15" LocalText="100%" Location="100,110" Name="impliedTargetHealthPercent" ScrollExtent="80,20" ShadowStyle="/ShadowStyles.Outline1" Size="80,20" TextAlignment="Center" TextAlignmentVertical="Center">100%</Text>
<Text AbsorbsInput="false" Color="#FF0000" Font="/Fonts.FontZapf15" LocalText="H:" Location="108,110" Margin="0,0,5,0" Name="HealthLabel" ScrollExtent="21,20" ShadowStyle="/ShadowStyles.Outline1" Size="21,20" TextAlignment="Right" TextAlignmentVertical="Center">H:</Text>
<Text Color="#2E78F3" DynamicData="/GameData.ImpliedTarget.Power" DynamicDataFilter="1BFF" Font="/Fonts.FontZapf15" LocalText="100%" Location="350,110" Name="impliedTargetPowerPercent" ScrollExtent="80,20" ShadowStyle="/ShadowStyles.Outline1" Size="80,20" TextAlignment="Center" TextAlignmentVertical="Center">100%</Text>
<Text AbsorbsInput="false" Color="#2E78F3" Font="/Fonts.FontZapf15" LocalText="P:" Location="358,110" Margin="0,0,5,0" Name="PowerLabel" ScrollExtent="21,20" ShadowStyle="/ShadowStyles.Outline1" Size="21,20" TextAlignment="Right" TextAlignmentVertical="Center">P:</Text>
<Progressbar AbsorbsInput="false" BackgroundColor="#000000" Color="#2E78F3" DynamicData="/GameData.ImpliedTarget.Health" DynamicDataFilter="FFFB" Location="136,101" Name="ImpliedTargetHealthBar" PackLocation="top,left" PackLocationProp="0136/0001,0101/0001" Progress="1.000" ScrollExtent="240,6" Size="240,6" Style="v0.TargetProgress"/>
<Progressbar AbsorbsInput="false" BackgroundColor="#000000" Color="#2E78F3" DynamicData="/GameData.ImpliedTarget.Power" DynamicDataFilter="FFFB" Location="136,107" Name="ImpliedTargetPowerBar" PackLocation="top,left" PackLocationProp="0136/0001,0107/0001" Progress="1.000" ScrollExtent="240,5" Size="240,5" Style="v0.TargetProgress"/>
<Image Location="95,101" Name="ImpliedTargetBar" ScrollExtent="322,11" Size="322,11" Style="v0.ArcaneTarget"/>
<Text AbsorbsInput="false" actiontype="Target" DynamicData="/GameData.ImpliedTarget.Name" Font="/Fonts.FontZapf15" LocalText="Ambassador Rotgaf of Freeport" Location="155,84" MaximumSize="200,17" MaxLines="1" Name="impliedName" ScrollExtent="200,17" ShadowStyle="/ShadowStyles.Outline1" Size="200,17" TextAlignment="Center" TruncateElipsis="false">Ambassador Rotgaf of Freeport</Text>
</Page>
<Page MaximumSize="519,135" Name="v0" ScrollExtent="519,135" Size="519,135" Visible="false">
<Text AbsorbsInput="false" actiontype="ImpliedTarget" DynamicData="/GameData.ImpliedTarget.Level" Font="/Fonts.FontZapf15" LocalText="50" Location="385,98" MaximumSize="200,17" MaxLines="1" Name="ImpliedTargetLevel" ScrollExtent="50,17" ShadowStyle="/ShadowStyles.Outline1" Size="50,17" TextAlignment="Center" TruncateElipsis="false">50</Text>
<Text AbsorbsInput="false" Font="/Fonts.FontZapf15" LocalText="Lvl:" Location="323,96" Margin="0,0,5,0" Name="impliedTargetLevelLabel" ScrollExtent="83,20" ShadowStyle="/ShadowStyles.Outline1" Size="83,20" TextAlignment="Right" TextAlignmentVertical="Center">Lvl:</Text>
<Text Color="#FF0000" DynamicData="/GameData.ImpliedTarget.Health" DynamicDataFilter="1BFF" Font="/Fonts.FontZapf15" LocalText="100%" Location="100,110" Name="impliedTargetHealthPercent" ScrollExtent="80,20" ShadowStyle="/ShadowStyles.Outline1" Size="80,20" TextAlignment="Center" TextAlignmentVertical="Center">100%</Text>
<Text AbsorbsInput="false" Color="#FF0000" Font="/Fonts.FontZapf15" LocalText="H:" Location="108,110" Margin="0,0,5,0" Name="HealthLabel" ScrollExtent="21,20" ShadowStyle="/ShadowStyles.Outline1" Size="21,20" TextAlignment="Right" TextAlignmentVertical="Center">H:</Text>
<Text Color="#2E78F3" DynamicData="/GameData.ImpliedTarget.Power" DynamicDataFilter="1BFF" Font="/Fonts.FontZapf15" LocalText="100%" Location="350,110" Name="impliedTargetPowerPercent" ScrollExtent="80,20" ShadowStyle="/ShadowStyles.Outline1" Size="80,20" TextAlignment="Center" TextAlignmentVertical="Center">100%</Text>
<Text AbsorbsInput="false" Color="#2E78F3" Font="/Fonts.FontZapf15" LocalText="P:" Location="358,110" Margin="0,0,5,0" Name="PowerLabel" ScrollExtent="21,20" ShadowStyle="/ShadowStyles.Outline1" Size="21,20" TextAlignment="Right" TextAlignmentVertical="Center">P:</Text>
<Progressbar AbsorbsInput="false" BackgroundColor="#000000" Color="#2E78F3" DynamicData="/GameData.ImpliedTarget.Health" DynamicDataFilter="FFFB" Location="136,101" Name="ImpliedTargetHealthBar" PackLocation="top,left" PackLocationProp="0136/0001,0101/0001" Progress="1.000" ScrollExtent="240,6" Size="240,6" Style="v0.TargetProgress"/>
<Progressbar AbsorbsInput="false" BackgroundColor="#000000" Color="#2E78F3" DynamicData="/GameData.ImpliedTarget.Power" DynamicDataFilter="FFFB" Location="136,107" Name="ImpliedTargetPowerBar" PackLocation="top,left" PackLocationProp="0136/0001,0107/0001" Progress="1.000" ScrollExtent="240,5" Size="240,5" Style="v0.TargetProgress"/>
<Image Location="95,101" Name="ImpliedTargetBar" ScrollExtent="322,11" Size="322,11" Style="v0.ArcaneTarget"/>
<Text AbsorbsInput="false" actiontype="Target" DynamicData="/GameData.ImpliedTarget.Name" Font="/Fonts.FontZapf15" LocalText="Ambassador Rotgaf of Freeport" Location="155,84" MaximumSize="200,17" MaxLines="1" Name="impliedName" ScrollExtent="200,17" ShadowStyle="/ShadowStyles.Outline1" Size="200,17" TextAlignment="Center" TruncateElipsis="false">Ambassador Rotgaf of Freeport</Text>
<IconBank BackgroundOpacity="1.000" Font="/TextStyles.Normal.NormalStyle" FrameColor="#B5935A" IconFramePadding="0" IconPadding="1" IconSize="15" IconStyle="/IconStyles.effect" Location="10,100" Name="Icons" PackSize="a,a" PackSizeProp="0356/0001,0085/0001" RenderOutlines="false" ScrollExtent="163,50" Size="163,50" TextColor="#FFFFFF" TextMargin="2,-1,2,-2"/>
</Page>
</Page>
</Page>
and 2) is when I recieve a group invite the display for it is all off it only shows teh accept and decline buttons but can not see what is above that. seems to be off center yet I can not seem to find this file in teh UI Buiilder. any help would be great then I can get this reposted up to the site for all to use again.
Reply With Quote
 



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 06:58 PM.


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