View Single Post
Old 03-21-2014, 02:08 PM   #1
Stice
A Snow Griffin
 
Join Date: Feb 2003
Posts: 55
Interface Author - Click to view interfaces
Default Selector window open/close??

I been messing with my selector window adding things that do not go on it and was wondering if there is a way to close the window with the buttons I am adding I will use the Ach window as an example..
I use the command <EQType>openwnd AchievementsWnd</EQType> to get the window to open but was wondering if any way to make it close with the added selector window button.

<Button item="SELW_AchWindow">
<ScreenID>SELW_AchWindow</ScreenID>
<EQType>openwnd AchievementsWnd</EQType>
<RelativePosition>true</RelativePosition>
<Location>
<X>208</X>
<Y>0</Y>
</Location>
<Size>
<CX>26</CX>
<CY>26</CY>
</Size>
<Style_Checkbox>true</Style_Checkbox>
<TooltipReference>Achievements</TooltipReference>
<TextColor>
<R>255</R>
<G>192</G>
<B>80</B>
</TextColor>
<ButtonDrawTemplate>
<Normal>A_HelpBtnNormal</Normal>
<Pressed>A_HelpBtnPressed</Pressed>
<Flyby>A_HelpBtnFlyby</Flyby>
<Disabled>A_HelpBtnNormal</Disabled>
<PressedFlyby>A_HelpBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>

Was also wondering it opens up in same spot each time i open it , I can move the window but after closing it it opens in same spot as it did before and not to spot I moved it to any ideas on that as well?

If needed to look at my UI it is linked to my signature below

Thank you for any advice at all,
__________________
Stice
Stice is offline   Reply With Quote