Home Forum Downloads My Favorites Register FAQ

Go Back   EQInterface Forums > Developer Discussion > General authoring help / discussion
User Name
Password

Reply
 
Thread Tools Display Modes
Old 08-10-2003, 05:12 PM   #1
glitchsniffer
A Gray Wolf
 
Join Date: Sep 2002
Posts: 7
Default Moving the Closebox and minimize box

How Do you move the close box and minimize box. I have done it before but for the life of me cannot remember how it was done
glitchsniffer is offline   Reply With Quote
Old 08-11-2003, 12:23 AM   #2
kenney
Bad Ass Kitty
 
kenney's Avatar
 
Join Date: Aug 2002
Server: if you know me you know =P
Posts: 695
Interface Author - Click to view interfaces
Default

you still using the title on the windows? you can just get rid of these in the window files... or if you want all them gone youll need to go to animation file and look up - Title Bar Buttons (close & minimize) then make the size< cx cy > zeroed out ..

change the lines marked in red

<!-- Title Bar Buttons (close & minimize) -->

<Ui2DAnimation item = "A_CloseBtnNormal">
<Cycle>true</Cycle>
<Frames>
<Texture>window_pieces01.tga</Texture>
<Location>
<X>100</X>
<Y>90</Y>
</Location>
<Size>
<CX>12</CX></Ui2DAnimation>change this to 0 *************
<CY>12</CY></Ui2DAnimation>change this to 0 *************
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item = "A_CloseBtnPressed">
<Cycle>true</Cycle>
<Frames>
<Texture>window_pieces01.tga</Texture>
<Location>
<X>124</X>
<Y>90</Y>
</Location>
<Size>
<CX>12</CX></Ui2DAnimation>change this to 0 *************
<CY>12</CY></Ui2DAnimation>change this to 0 *************
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>

Last edited by kenney : 08-11-2003 at 12:30 AM.
kenney is offline   Reply With Quote
Reply




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


All times are GMT -5. The time now is 09:15 AM.


vBulletin Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
© MMOUI