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 02-07-2003, 05:36 AM   #1
Ouzo
A Treant
 
Join Date: Aug 2002
Posts: 22
Interface Author - Click to view interfaces
Default help with F2..buttons?

I love the group window in using but would like to add the F2..F3..group number..
here is a part of the xml code...if anyone can help with adding the first F2 button..i can apply it to the rest of the numbers.
BTW i would like for it to look like this...
F2 (name of player)
(players health bar here)
F3 (name)
ect....

Thank you

---------------------------------------------
<?xml version = "1.0"?>
<XML ID = "EQInterfaceDefinitionLanguage">
<Schema xmlns = "EverQuestData" xmlns:dt = "EverQuestDataTypes"/>


<Label item ="GW_One">
<ScreenID>OneLabel</ScreenID>
<EQType>35</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>115</X>
<Y>14</Y>
</Location>
<Size>
<CX>15</CX>
<CY>10</CY>
</Size>
<Text>%</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
</Label>

<Label item ="GW_One%">
<ScreenID>OneLabel%</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>131</X>
<Y>14</Y>
</Location>
<Size>
<CX>8</CX>
<CY>10</CY>
</Size>
<Text>%</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
----------------------------------------------------------------------------------
Ouzo is offline   Reply With Quote
Old 02-07-2003, 12:54 PM   #2
grottel
Grimling Code Editor
 
Join Date: Sep 2002
Server: Xev
Posts: 507
Interface Author - Click to view interfaces
Default

This is an "at work" response so its not tested, but you should be able to make this change. It just adds the F# after the precentage. This assumes that your window will be wide enough to show the change as well.

<Label item ="GW_One%">
<ScreenID>OneLabel%</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>131</X>
<Y>14</Y>
</Location>
<Size>
<CX>8</CX>
<CY>13</CY>
</Size>
<Text>% F2</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
grottel 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 08:29 AM.


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