Home Forum Downloads My Favorites Register FAQ

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

Reply
 
Thread Tools Display Modes
Old 01-16-2003, 03:08 PM   #1
Lurker99
A Treant
 
Join Date: Oct 2002
Posts: 23
Default Actions Window.. can't figure it out

I can't seem to figure out this one... where does it state where the tab action buttons go? I dont see an offset or a location X/Y for the buttons, just refrence to the border and page layout.

could someone point me in the right direction as far as how I can re-arange where the tabs go in the Actions window?

Thanks
Lurker99 is offline   Reply With Quote
Old 01-16-2003, 03:13 PM   #2
Cairenn
Credendo Vides
 
Cairenn's Avatar
 
Join Date: Jul 2002
Posts: 3,866
Interface Author - Click to view interfaces
Default

Not totally positive what you mean? Are you referring to which order the tabs themselves show up in? (as in Main, Abilities, Combat, Socials) Or ?
__________________
"My friends, love is better than anger. Hope is better than fear. Optimism is better than despair. So let us
be loving, hopeful and optimistic. And we’ll change the world."


Co-Founder & Admin: MMOUI
FaceBook Profile, Page, Group
Avatar Image by RafM
Cairenn is offline   Reply With Quote
Old 01-16-2003, 04:12 PM   #3
Lurker99
A Treant
 
Join Date: Oct 2002
Posts: 23
Default

Yes. like so..


T1-T2-T3-T4
--------------------------------

action1 action2

action3 action4

action5 action6

action7 action8


example would be the actions window, where T1, T2, T3, T4 are the tab icons/buttons.

What I want to know is where in the Actions.xml file does is the location of those icons/buttons declared?

Thanks
Lurker99 is offline   Reply With Quote
Old 01-16-2003, 05:11 PM   #4
Cairenn
Credendo Vides
 
Cairenn's Avatar
 
Join Date: Jul 2002
Posts: 3,866
Interface Author - Click to view interfaces
Default

Okay, if we are actually discussing the same thing, where T1=Main, T2=Abilites, T3=Combat and T4=Socials, and you are wanting to change the order they appear in, so that T1 becomes Socials and T4 becomes Main (as an example), then you need to go to:

<TabBox item = "ACTW_ActionsSubwindows">
<ScreenID>ACTW_ActionsSubwindows</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>

<AutoStretch>true</AutoStretch>
<TopAnchorToTop>true</TopAnchorToTop>
<BottomAnchorToTop>false</BottomAnchorToTop>
<LeftAnchorToLeft>true</LeftAnchorToLeft>
<RightAnchorToLeft>false</RightAnchorToLeft>

<TabBorderTemplate>FT_DefTabBorder</TabBorderTemplate>
<PageBorderTemplate>FT_DefPageBorder</PageBorderTemplate>
<Pages>ActionsMainPage</Pages>
<Pages>ActionsAbilitiesPage</Pages>
<Pages>ActionsCombatPage</Pages>
<Pages>ActionsSocialsPage</Pages>
</TabBox>


And order the <Pages> part in the order you want them in. ie, using the example I gave, you would have:

<Pages>ActionsSocialsPage</Pages>
<Pages>ActionsAbilitiesPage</Pages>
<Pages>ActionsCombatPage</Pages>
<Pages>ActionsMainPage</Pages>

If you are meaning something else, I'm sorry, try explaining again and I'll try understanding again, see if we can get so we are both talking about the same thing. *grin*
Cairenn is offline   Reply With Quote
Old 01-16-2003, 05:41 PM   #5
Lurker99
A Treant
 
Join Date: Oct 2002
Posts: 23
Default

Well.. that is part of what I was asking... but the other part is what if I wanted to place the actual buttons/icons somewhere else on the same box..

what I want to do is put the tabs vertically on the left side, make the whole box narrower, and just a single row of buttons on the right side

see attached.. (not my best artistic work) LOL.
Attached Images
File Type: jpg untitled.jpg (4.0 KB, 31 views)
Lurker99 is offline   Reply With Quote
Old 01-17-2003, 12:30 PM   #6
grottel
Grimling Code Editor
 
Join Date: Sep 2002
Server: Xev
Posts: 507
Interface Author - Click to view interfaces
Default

you can't.
The SIDL.DOC states the TAB ICON when existing is placed to the left of the TAB TEXT.
The TABS themselves will appear at the top of the page and sized to fit automatically (hardcoded).

So your tabs will always be at the top and arranged from left to right.
grottel is offline   Reply With Quote
Old 01-17-2003, 01:05 PM   #7
Lurker99
A Treant
 
Join Date: Oct 2002
Posts: 23
Default

BOOOO!!!!
Lurker99 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 10:53 AM.


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