View Single Post
  #4  
Unread 12-24-2006, 08:24 AM
LiquidFusion17 LiquidFusion17 is offline
A Brown Bear
 
Join Date: Dec 2005
Server: Antonia Bayle
Posts: 9
Default

Open the file: eq2ui_mainhud_hotkey.xml
Replace it with the following, That will fix your problem... Notice to gm9, This works only until you use the show/hide spinner then the deadspace re-appears but closing your game and re-opening will fix it again, perhaps its missing an onshow/onhide. So this is a great temp fix until you can release your patch.

Code:
<?xml version="1.0" encoding="utf-8"?>
<Page OnShow="MinimumSize=&apos;0,0&apos;" clientmarginFrame="10,10,5,10" clientmarginNone="10,10,5,10" eq2usescomwndcontrols="true" Location="316,717" Name="Hotkey" PackLocation="npn,fff" PackLocationProp="0316/1024,-019/0001" PackSize="f,f" PackSizeProp="0002/0003,0002/0003" ScrollExtent="384,32" Size="384,32" UserMovable="true" UserResizable="true" version="2.0">
<Page Name="Grab2ResizeDummyN" PackLocation="left,top" PackLocationProp="0000/0001,0000/0001" PackSize="a,f" PackSizeProp="0000/0001,0002/0003" ScrollExtent="384,1" Size="384,1"/>
<Page Name="Grab2ResizeDummyW" PackLocation="left,top" PackLocationProp="0000/0001,0000/0001" PackSize="f,a" PackSizeProp="0002/0003,0000/0001" ScrollExtent="1,32" Size="1,32"/>
<Page Location="383,0" Name="Grab2ResizeDummyE" PackLocation="right,top" PackLocationProp="-001/0001,0000/0001" PackSize="f,a" PackSizeProp="0002/0003,0000/0001" ScrollExtent="1,32" Size="1,32"/>
<Page Location="0,31" Name="Grab2ResizeDummyS" PackLocation="left,bottom" PackLocationProp="0000/0001,-001/0001" PackSize="a,f" PackSizeProp="0000/0001,0002/0003" ScrollExtent="384,1" Size="384,1"/>
<Page AbsorbsInput="false" Name="BankPage" OnHide="Parent.MinimumSize=&apos;0,0&apos;" OnShow="Parent.MinimumSize=&apos;0,0&apos;" OnHide="Parent.IconPage.MoveButton.Visible=false" OnShow="Parent.IconPage.MoveButton.Visible=true" PackLocation="left,center" PackLocationProp="0000/0001,-016/0001" RStyleDefault=" " ScrollExtent="14,32" Size="14,32">
<Text AbsorbsInput="false" Color="#F0D080" Font="/Profit.Fonts.FontArial12T" LocalText="10" Location="0,10" Name="CurrentBank" ScrollExtent="12,10" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline2" Size="12,10" TextAlignment="Center">10</Text>
<Button LocalText="Up" LocalTooltip="Previous (Lower) Bank" Location="0,22" Name="DownArrow" OnPress="Parent.Parent.Refresh_ButtonLabels.Activated=true" ScrollExtent="10,10" Size="10,10" Style="/Profit.ButtonStyles.BankSelector_down" Tooltip="Previous (Lower) Bank">Up</Button>
<Button LocalText="Dn" LocalTooltip="Next (Higher) Bank" Name="UpArrow" OnPress="Parent.Parent.Refresh_ButtonLabels.Activated=true" ScrollExtent="10,10" Size="10,10" Style="/Profit.ButtonStyles.BankSelector_up" Tooltip="Next (Higher) Bank">Dn</Button>
</Page>
<Page Name="IconPage" OnHoverIn="MoveButton.Opacity=1" OnHoverOut="MoveButton.Opacity=0" PackSize="a,a" PackSizeProp="0000/0001,0000/0001" ScrollExtent="384,32" Size="384,32">
<Image Activated="true" GetsInput="true" LocalTooltip="Move" Location="372,20" Name="MoveButton" OnHoverIn="Parent.Parent.UserResizable=false" OnHoverOut="Parent.Parent.UserResizable=true" Opacity="0.000" PackLocation="right,bottom" PackLocationProp="-012/0001,-012/0001" ScrollExtent="12,12" Size="12,12" SourceRect="122,476,136,490" SourceResource="/images/window_elements_generic.dds" Tooltip="Move" UserScrollable="false"/>
<IconBank Dragable="true" Font="/Profit.Fonts.FontArial13T" FrameColor="#B5B5B5" IconFramePadding="0" IconPadding="0" IconStyle="/IconStyles.button" Name="Icons" PackSize="a,a" PackSizeProp="0000/0001,0000/0001" RenderFrame="true" RenderOutlines="true" ScrollExtent="384,32" Size="384,32" TextColor="#FFFFFF" TextMargin="2,-1,2,-2" TreatAsButton="true"/>
</Page>
<Page AbsorbsInput="false" Name="WC_Frame" OnHide="Parent.IconPage.Icons.RenderOutlines=true" OnShow="Parent.IconPage.Icons.RenderOutlines=false" Visible="false"/>
<Page AbsorbsInput="false" Name="WC_Titlebar" OnHide="Parent.IconPage.Icons.Font=&apos;/Profit.Fonts.FontArial13T&apos;" OnShow="Parent.IconPage.Icons.Font=&apos;/Profit.Fonts.no_font&apos;" Visible="false"/>
<Page AbsorbsInput="false" BackgroundOpacity="1.000" Enabled="false" GetsInput="false" Name="WC_Backdrop" PackSize="p,p" PackSizeProp="0336/0336,0028/0028" ScrollExtent="384,32" Size="384,32"/>
</Page>

Last edited by LiquidFusion17 : 12-24-2006 at 08:33 AM.
Reply With Quote