Home Forum Downloads My Favorites Register FAQ

Go Back   EQInterface Forums > Developer Discussion > Graphics modification help.
User Name
Password

Reply
 
Thread Tools Display Modes
Old 02-26-2003, 01:49 PM   #1
dshoemn
A Gray Wolf
 
Join Date: Jan 2003
Server: Eci
Posts: 8
Interface Author - Click to view interfaces
Send a message via AIM to dshoemn
Unhappy Button Positions

Hello,

I am new to the UI programming world so please be patient with me. I am working on a new Group window but I am having a little trouble with the button placement when I have it loaded. I have looked in the documentation for where exactly I would edit that location but all I can find is the image start and size.

Could someone enlighten me on where I need to edit in order to move the button location?
dshoemn is offline   Reply With Quote
Old 02-26-2003, 01:59 PM   #2
sc2kmayor
An_Arcane_Lurker
 
sc2kmayor's Avatar
 
Join Date: Sep 2002
Server: Mithaniel Marr <The Mages of The Mist>
Posts: 260
Interface Author - Click to view interfaces
Default

Some buttons use the Anchor to Top/Left/Right options to make their debut....see if that is in your button definition. If it is, you need to adjust the pixels FROM each designation. This will determine the placement and the size.

Example:

<Listbox item = "BZR_ItemList">
<ScreenID>BZR_ItemList</ScreenID>
<DrawTemplate>WDT_Inner</DrawTemplate>
<TooltipReference>Right click an item name to inspect the item. Right click on the player name to locate them.</TooltipReference>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>145</LeftAnchorOffset>
<TopAnchorOffset>20</TopAnchorOffset>
<RightAnchorOffset>5</RightAnchorOffset>
<BottomAnchorOffset>28</BottomAnchorOffset>
<TopAnchorToTop>true</TopAnchorToTop>
<BottomAnchorToTop>false</BottomAnchorToTop>
<LeftAnchorToLeft>true</LeftAnchorToLeft>
<RightAnchorToLeft>false</RightAnchorToLeft>
<Location>
<X>145</X>
<Y>20</Y>
</Location>
__________________
sc2kmayor 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 06:07 PM.


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