EQ2Interface

EQ2Interface (https://www.eq2interface.com/forums/index.php)
-   XML Modification Help & Info (https://www.eq2interface.com/forums/forumdisplay.php?f=22)
-   -   Fixing the GU30 hotbars (https://www.eq2interface.com/forums/showthread.php?t=7475)

gm9 12-23-2006 03:50 PM

Fixing the GU30 hotbars
 
Since I was asked about the details of my upcoming fix for the GU30 hotbar deadspace issues for use in another mod, here it is for everybody:

In the main page of your hotbars add the following
OnShow="MinimumSize='0,0'"
In the BankPage add the following:
OnHide="Parent.MinimumSize='0,0'" OnShow="Parent.MinimumSize='0,0'"
I had minimal time to test this but saw no issues. Use at your own risk. ;)

FloridaFringe 12-23-2006 05:08 PM

Some how I knew that you would come around. ;)

Thank you so much for your time and effort in getting this issue resolved. I have confirmed that this fix is working as expected for the hotbar mod that I happen to use.

Just to note that if someone wants to make the changes via the UIBuilder, as the above instructions are for a text editor, the text that you input into the locations specified above would look like this:

MinimumSize='0,0'
Parent.MinimumSize='0,0'

Thanks again.

pereign 12-24-2006 03:33 AM

What exactly are the exact name of the files that need editing. Sorry, I'm new to all this UI stuff. I don't know what files you're addressing and where there are to be fouhd.

Pls, post more info.

Thanks,

Pereign

LiquidFusion17 12-24-2006 08:24 AM

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>


gm9 12-24-2006 08:38 AM

The code works fine for me when showing/hiding spinners. Anyway, the new release is available now. :)


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

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