Home Forum Downloads My Favorites Register FAQ Mark Forums Read

Go Back   EQInterface Forums > General Discussion > Help ! ? ! ?
User Name
Password

Reply
 
Thread Tools Display Modes
Old 01-13-2003, 11:34 AM   #1
zublin
A Gray Wolf
 
Join Date: Jan 2003
Posts: 4
Question % in the wrong spot

<bold>Take a look at screenshot FIRST</bold> then look at this XML code. Can anyone tell me why it has done that or how to fix it?




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

<Button item = "GW_InviteButton">
<ScreenID>InviteButton</ScreenID>
<Font>3</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>228</Y>
</Location>
<Size>
<CX>54</CX>
<CY>20</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<TooltipReference>Select a player and click to invite into the group</TooltipReference>
<Style_Checkbox>false</Style_Checkbox>
<!--<RadioGroup/>-->
<Text>Invite</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<ButtonDrawTemplate>
<Normal>A_SmallBtnNormal</Normal>
<Pressed>A_SmallBtnPressed</Pressed>
<Flyby>A_SmallBtnFlyby</Flyby>
<Disabled>A_SmallBtnDisabled</Disabled>
<PressedFlyby>A_SmallBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
<Text>Invite</Text>
</Button>

<Button item = "GW_DisbandButton">
<ScreenID>DisbandButton</ScreenID>
<Font>3</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>57</X>
<Y>228</Y>
</Location>
<Size>
<CX>54</CX>
<CY>20</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<TooltipReference>Click to disband your target from the group</TooltipReference>
<Style_Checkbox>false</Style_Checkbox>
<!--<RadioGroup/>-->
<ButtonDrawTemplate>
<Normal>A_SmallBtnNormal</Normal>
<Pressed>A_SmallBtnPressed</Pressed>
<Flyby>A_SmallBtnFlyby</Flyby>
<Disabled>A_SmallBtnDisabled</Disabled>
<PressedFlyby>A_SmallBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
<Text>Disband</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
</Button>

<Button item = "GW_FollowButton">
<ScreenID>FollowButton</ScreenID>
<Font>3</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>228</Y>
</Location>
<Size>
<CX>54</CX>
<CY>20</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<TooltipReference>Accept an invitation to group</TooltipReference>
<Style_Checkbox>false</Style_Checkbox>
<!--<RadioGroup/>-->
<Text>Follow</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<ButtonDrawTemplate>
<Normal>A_BtnNormal</Normal>
<Pressed>A_BtnPressed</Pressed>
<Flyby>A_BtnFlyby</Flyby>
<Disabled>A_BtnDisabled</Disabled>
<PressedFlyby>A_BtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
<Text>Invite</Text>
</Button>

<Button item = "GW_DeclineButton">
<ScreenID>DeclineButton</ScreenID>
<Font>3</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>57</X>
<Y>228</Y>
</Location>
<Size>
<CX>54</CX>
<CY>20</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<TooltipReference>Refuse an invtitation to group</TooltipReference>
<Style_Checkbox>false</Style_Checkbox>
<!--<RadioGroup/>-->
<ButtonDrawTemplate>
<Normal>A_SmallBtnNormal</Normal>
<Pressed>A_SmallBtnPressed</Pressed>
<Flyby>A_SmallBtnFlyby</Flyby>
<Disabled>A_SmallBtnDisabled</Disabled>
<PressedFlyby>A_SmallBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
<Text>Decline</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
</Button>

<Gauge item = "GW_Gauge1">
<ScreenID>Gauge1</ScreenID>
<Font>3</Font>
<TextColor>
<R>240</R>
<G>240</G>
<B>240</B>
</TextColor>
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>1</Y>
</Location>
<Size>
<CX>108</CX>
<CY>24</CY>
</Size>
<TextOffsetX>8</TextOffsetX>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/>-->
<FillTint>
<R>220</R>
<G>0</G>
<B>0</B>
</FillTint>
<LinesFillTint>
<R>220</R>
<G>220</G>
<B>0</B>
</LinesFillTint>
<DrawLinesFill>false</DrawLinesFill>
<EQType>11</EQType>
<GaugeDrawTemplate>
<Background>A_GaugeBackground</Background>
<Fill>A_GaugeFill</Fill>
<Lines>A_GaugeLines</Lines>
<LinesFill>A_GaugeLinesFill</LinesFill>
<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
<EndCapRight>A_GaugeEndCapRight</EndCapRight>
</GaugeDrawTemplate>
</Gauge>

<Gauge item = "GW_PetGauge1">
<ScreenID>PetGauge1</ScreenID>
<Font>3</Font>
<TextColor>
<R>240</R>
<G>240</G>
<B>240</B>
</TextColor>
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>25</Y>
</Location>
<Size>
<CX>108</CX>
<CY>5</CY>
</Size>
<TextOffsetY>-50</TextOffsetY>
<GaugeOffsetY>-2</GaugeOffsetY>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/>-->
<FillTint>
<R>51</R>
<G>192</G>
<B>51</B>
</FillTint>
<LinesFillTint>
<R>220</R>
<G>220</G>
<B>0</B>
</LinesFillTint>
<DrawLinesFill>false</DrawLinesFill>
<EQType>17</EQType>
<GaugeDrawTemplate>
<Background>A_GaugeBackground</Background>
<Fill>A_GaugeFill</Fill>
<!--<Lines>A_GaugeLines</Lines>-->
<!--<LinesFill>A_GaugeLinesFill</LinesFill>-->
<!--<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>-->
<!--<EndCapRight>A_GaugeEndCapRight</EndCapRight>-->
<Lines>A_GaugeLines</Lines>
<LinesFill>A_GaugeLinesFill</LinesFill>
<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
<EndCapRight>A_GaugeEndCapRight</EndCapRight>
</GaugeDrawTemplate>
</Gauge>

<Gauge item = "GW_Gauge2">
<ScreenID>Gauge2</ScreenID>
<Font>3</Font>
<TextColor>
<R>240</R>
<G>240</G>
<B>240</B>
</TextColor>
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>46</Y>
</Location>
<Size>
<CX>108</CX>
<CY>24</CY>
</Size>
<TextOffsetX>8</TextOffsetX>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>true</Style_Transparent>
<!--<TooltipReference/>-->
<FillTint>
<R>220</R>
<G>0</G>
<B>0</B>
</FillTint>
<LinesFillTint>
<R>220</R>
<G>220</G>
<B>0</B>
</LinesFillTint>
<DrawLinesFill>false</DrawLinesFill>
<EQType>12</EQType>
<GaugeDrawTemplate>
<Background>A_GaugeBackground</Background>
<Fill>A_GaugeFill</Fill>
<Lines>A_GaugeLines</Lines>
<LinesFill>A_GaugeLinesFill</LinesFill>
<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
<EndCapRight>A_GaugeEndCapRight</EndCapRight>
</GaugeDrawTemplate>
</Gauge>

<Gauge item = "GW_PetGauge2">
<ScreenID>PetGauge2</ScreenID>
<Font>3</Font>
<TextColor>
<R>240</R>
<G>240</G>
<B>240</B>
</TextColor>
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>71</Y>
</Location>
<Size>
<CX>108</CX>
<CY>5</CY>
</Size>
<TextOffsetY>-50</TextOffsetY>
<GaugeOffsetY>-2</GaugeOffsetY>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>true</Style_Transparent>
<!--<TooltipReference/>-->
<FillTint>
<R>51</R>
<G>192</G>
<B>51</B>
</FillTint>
<LinesFillTint>
<R>220</R>
<G>220</G>
<B>0</B>
</LinesFillTint>
<DrawLinesFill>false</DrawLinesFill>
<EQType>18</EQType>
<GaugeDrawTemplate>
<Background>A_GaugeBackground</Background>
<Fill>A_GaugeFill</Fill>
<!--<Lines>A_GaugeLines</Lines>-->
<!--<LinesFill>A_GaugeLinesFill</LinesFill>-->
<!--<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>-->
<!--<EndCapRight>A_GaugeEndCapRight</EndCapRight>-->
<Lines>A_GaugeLines</Lines>
<LinesFill>A_GaugeLinesFill</LinesFill>
<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
<EndCapRight>A_GaugeEndCapRight</EndCapRight>
</GaugeDrawTemplate>
</Gauge>

<Gauge item = "GW_Gauge3">
<ScreenID>Gauge3</ScreenID>
<Font>3</Font>
<TextColor>
<R>240</R>
<G>240</G>
<B>240</B>
</TextColor>
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>91</Y>
</Location>
<Size>
<CX>108</CX>
<CY>24</CY>
</Size>
<TextOffsetX>8</TextOffsetX>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/>-->
<FillTint>
<R>220</R>
<G>0</G>
<B>0</B>
</FillTint>
<LinesFillTint>
<R>220</R>
<G>220</G>
<B>0</B>
</LinesFillTint>
<DrawLinesFill>false</DrawLinesFill>
<EQType>13</EQType>
<GaugeDrawTemplate>
<Background>A_GaugeBackground</Background>
<Fill>A_GaugeFill</Fill>
<Lines>A_GaugeLines</Lines>
<LinesFill>A_GaugeLinesFill</LinesFill>
<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
<EndCapRight>A_GaugeEndCapRight</EndCapRight>
</GaugeDrawTemplate>
</Gauge>

<Gauge item = "GW_PetGauge3">
<ScreenID>PetGauge3</ScreenID>
<Font>3</Font>
<TextColor>
<R>240</R>
<G>240</G>
<B>240</B>
</TextColor>
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>116</Y>
</Location>
<Size>
<CX>108</CX>
<CY>5</CY>
</Size>
<TextOffsetY>-50</TextOffsetY>
<GaugeOffsetY>-2</GaugeOffsetY>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/>-->
<FillTint>
<R>51</R>
<G>192</G>
<B>51</B>
</FillTint>
<LinesFillTint>
<R>220</R>
<G>220</G>
<B>0</B>
</LinesFillTint>
<DrawLinesFill>false</DrawLinesFill>
<EQType>19</EQType>
<GaugeDrawTemplate>
<Background>A_GaugeBackground</Background>
<Fill>A_GaugeFill</Fill>
<!--<Lines>A_GaugeLines</Lines>-->
<!--<LinesFill>A_GaugeLinesFill</LinesFill>-->
<!--<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>-->
<!--<EndCapRight>A_GaugeEndCapRight</EndCapRight>-->
<Lines>A_GaugeLines</Lines>
<LinesFill>A_GaugeLinesFill</LinesFill>
<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
<EndCapRight>A_GaugeEndCapRight</EndCapRight>
</GaugeDrawTemplate>
</Gauge>

<Gauge item = "GW_Gauge4">
<ScreenID>Gauge4</ScreenID>
<Font>3</Font>
<TextColor>
<R>240</R>
<G>240</G>
<B>240</B>
</TextColor>
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>136</Y>
</Location>
<Size>
<CX>108</CX>
<CY>24</CY>
</Size>
<TextOffsetX>8</TextOffsetX>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/>-->
<FillTint>
<R>220</R>
<G>0</G>
<B>0</B>
</FillTint>
<LinesFillTint>
<R>220</R>
<G>220</G>
<B>0</B>
</LinesFillTint>
<DrawLinesFill>false</DrawLinesFill>
<EQType>14</EQType>
<GaugeDrawTemplate>
<Background>A_GaugeBackground</Background>
<Fill>A_GaugeFill</Fill>
<Lines>A_GaugeLines</Lines>
<LinesFill>A_GaugeLinesFill</LinesFill>
<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
<EndCapRight>A_GaugeEndCapRight</EndCapRight>
</GaugeDrawTemplate>
</Gauge>

<Gauge item = "GW_PetGauge4">
<ScreenID>PetGauge4</ScreenID>
<Font>3</Font>
<TextColor>
<R>240</R>
<G>240</G>
<B>240</B>
</TextColor>
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>161</Y>
</Location>
<Size>
<CX>108</CX>
<CY>5</CY>
</Size>
<TextOffsetY>-50</TextOffsetY>
<GaugeOffsetY>-2</GaugeOffsetY>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/>-->
<FillTint>
<R>51</R>
<G>192</G>
<B>51</B>
</FillTint>
<LinesFillTint>
<R>220</R>
<G>220</G>
<B>0</B>
</LinesFillTint>
<DrawLinesFill>false</DrawLinesFill>
<EQType>20</EQType>
<GaugeDrawTemplate>
<Background>A_GaugeBackground</Background>
<Fill>A_GaugeFill</Fill>
<!--<Lines>A_GaugeLines</Lines>-->
<!--<LinesFill>A_GaugeLinesFill</LinesFill>-->
<!--<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>-->
<!--<EndCapRight>A_GaugeEndCapRight</EndCapRight>-->
<Lines>A_GaugeLines</Lines>
<LinesFill>A_GaugeLinesFill</LinesFill>
<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
<EndCapRight>A_GaugeEndCapRight</EndCapRight>
</GaugeDrawTemplate>
</Gauge>

<Gauge item = "GW_Gauge5">
<ScreenID>Gauge5</ScreenID>
<Font>3</Font>
<TextColor>
<R>240</R>
<G>240</G>
<B>240</B>
</TextColor>
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>181</Y>
</Location>
<Size>
<CX>108</CX>
<CY>24</CY>
</Size>
<TextOffsetX>8</TextOffsetX>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/>-->
<FillTint>
<R>220</R>
<G>0</G>
<B>0</B>
</FillTint>
<LinesFillTint>
<R>220</R>
<G>220</G>
<B>0</B>
</LinesFillTint>
<DrawLinesFill>false</DrawLinesFill>
<EQType>15</EQType>
<GaugeDrawTemplate>
<Background>A_GaugeBackground</Background>
<Fill>A_GaugeFill</Fill>
<Lines>A_GaugeLines</Lines>
<LinesFill>A_GaugeLinesFill</LinesFill>
<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
<EndCapRight>A_GaugeEndCapRight</EndCapRight>
</GaugeDrawTemplate>
</Gauge>

<Gauge item = "GW_PetGauge5">
<ScreenID>PetGauge5</ScreenID>
<Font>3</Font>
<TextColor>
<R>240</R>
<G>240</G>
<B>240</B>
</TextColor>
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>206</Y>
</Location>
<Size>
<CX>108</CX>
<CY>5</CY>
</Size>
<TextOffsetY>-50</TextOffsetY>
<GaugeOffsetY>-2</GaugeOffsetY>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/>-->
<FillTint>
<R>51</R>
<G>192</G>
<B>51</B>
</FillTint>
<LinesFillTint>
<R>220</R>
<G>220</G>
<B>0</B>
</LinesFillTint>
<DrawLinesFill>false</DrawLinesFill>
<EQType>21</EQType>
<GaugeDrawTemplate>
<Background>A_GaugeBackground</Background>
<Fill>A_GaugeFill</Fill>
<!--<Lines>A_GaugeLines</Lines>-->
<!--<LinesFill>A_GaugeLinesFill</LinesFill>-->
<!--<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>-->
<!--<EndCapRight>A_GaugeEndCapRight</EndCapRight>-->
<Lines>A_GaugeLines</Lines>
<LinesFill>A_GaugeLinesFill</LinesFill>
<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
<EndCapRight>A_GaugeEndCapRight</EndCapRight>
</GaugeDrawTemplate>
</Gauge>
<Label item="GW_Hp1">
<ScreenID>Hp_Percent</ScreenID>
<Font>3</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>8</X>
<Y>30</Y>
</Location>
<Size>
<CX>20</CX>
<CY>15</CY>
</Size>
<EQType>35</EQType>
<TextColor>
<R>220</R>
<G>0</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
</Label>
<Label item="GW_Hp2">
<ScreenID>Hp_Percent</ScreenID>
<Font>3</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>8</X>
<Y>75</Y>
</Location>
<Size>
<CX>20</CX>
<CY>15</CY>
</Size>
<EQType>36</EQType>
<TextColor>
<R>220</R>
<G>0</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
</Label>
<Label item="GW_Hp3">
<ScreenID>Hp_Percent</ScreenID>
<Font>3</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>8</X>
<Y>120</Y>
</Location>
<Size>
<CX>20</CX>
<CY>15</CY>
</Size>
<EQType>37</EQType>
<TextColor>
<R>220</R>
<G>0</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
</Label>
<Label item="GW_Hp4">
<ScreenID>Hp_Percent</ScreenID>
<Font>3</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>8</X>
<Y>165</Y>
</Location>
<Size>
<CX>20</CX>
<CY>15</CY>
</Size>
<EQType>38</EQType>
<TextColor>
<R>220</R>
<G>0</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
</Label>
<Label item="GW_Hp5">
<ScreenID>Hp_Percent</ScreenID>
<Font>3</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>8</X>
<Y>210</Y>
</Location>
<Size>
<CX>20</CX>
<CY>15</CY>
</Size>
<EQType>39</EQType>
<TextColor>
<R>220</R>
<G>0</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
</Label>
<Label item="GW_Hp_Pet1">
<ScreenID>Hp_Percent</ScreenID>
<Font>3</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>68</X>
<Y>30</Y>
</Location>
<Size>
<CX>20</CX>
<CY>15</CY>
</Size>
<EQType>40</EQType>
<TextColor>
<R>0</R>
<G>220</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
</Label>
<Label item="GW_Hp_Pet2">
<ScreenID>Hp_Percent</ScreenID>
<Font>3</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>68</X>
<Y>75</Y>
</Location>
<Size>
<CX>20</CX>
<CY>15</CY>
</Size>
<EQType>41</EQType>
<TextColor>
<R>0</R>
<G>220</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
</Label>
<Label item="GW_Hp_Pet3">
<ScreenID>Hp_Percent</ScreenID>
<Font>3</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>68</X>
<Y>120</Y>
</Location>
<Size>
<CX>20</CX>
<CY>15</CY>
</Size>
<EQType>42</EQType>
<TextColor>
<R>0</R>
<G>220</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
</Label>
<Label item="GW_Hp_Pet4">
<ScreenID>Hp_Percent</ScreenID>
<Font>3</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>68</X>
<Y>165</Y>
</Location>
<Size>
<CX>20</CX>
<CY>15</CY>
</Size>
<EQType>43</EQType>
<TextColor>
<R>0</R>
<G>220</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
</Label>
<Label item="GW_Hp_Pet5">
<ScreenID>Hp_Percent</ScreenID>
<Font>3</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>68</X>
<Y>210</Y>
</Location>
<Size>
<CX>20</CX>
<CY>15</CY>
</Size>
<EQType>44</EQType>
<TextColor>
<R>0</R>
<G>220</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
</Label>
<Label item="GW_Hp%1">
<ScreenID>Hp_Percent</ScreenID>
<Font>3</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>28</X>
<Y>30</Y>
</Location>
<Size>
<CX>20</CX>
<CY>15</CY>
</Size>
<EQType>0</EQType>
<TextColor>
<R>220</R>
<G>0</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
<Text>%</Text>
</Label>
<Label item="GW_Hp%2">
<ScreenID>Hp_Percent</ScreenID>
<Font>3</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>28</X>
<Y>75</Y>
</Location>
<Size>
<CX>20</CX>
<CY>15</CY>
</Size>
<EQType>0</EQType>
<TextColor>
<R>220</R>
<G>0</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
<Text>%</Text>
</Label>
<Label item="GW_Hp%3">
<ScreenID>Hp_Percent</ScreenID>
<Font>3</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>28</X>
<Y>120</Y>
</Location>
<Size>
<CX>20</CX>
<CY>15</CY>
</Size>
<EQType>0</EQType>
<TextColor>
<R>220</R>
<G>0</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
<Text>%</Text>
</Label>
<Label item="GW_Hp%4">
<ScreenID>Hp_Percent</ScreenID>
<Font>3</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>28</X>
<Y>165</Y>
</Location>
<Size>
<CX>20</CX>
<CY>15</CY>
</Size>
<EQType>0</EQType>
<TextColor>
<R>220</R>
<G>0</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
<Text>%</Text>
</Label>
<Label item="GW_Hp%5">
<ScreenID>Hp_Percent</ScreenID>
<Font>3</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>28</X>
<Y>210</Y>
</Location>
<Size>
<CX>20</CX>
<CY>15</CY>
</Size>
<EQType>0</EQType>
<TextColor>
<R>220</R>
<G>0</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
<Text>%</Text>
</Label>
<Label item="GW_Hp_Pet%1">
<ScreenID>Hp_Percent</ScreenID>
<Font>3</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>88</X>
<Y>30</Y>
</Location>
<Size>
<CX>20</CX>
<CY>15</CY>
</Size>
<EQType>0</EQType>
<TextColor>
<R>0</R>
<G>220</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
<Text>%</Text>
</Label>
<Label item="GW_Hp_Pet%2">
<ScreenID>Hp_Percent</ScreenID>
<Font>3</Font>
<RelativePosition>false</RelativePosition>
<Location>
<X>88</X>
<Y>75</Y>
</Location>
<Size>
<CX>20</CX>
<CY>15</CY>
</Size>
<EQType>0</EQType>
<TextColor>
<R>0</R>
<G>220</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
<Text>%</Text>
</Label>
<Label item="GW_Hp_Pet%3">
<ScreenID>Hp_Percent</ScreenID>
<Font>3</Font>
<RelativePosition>false</RelativePosition>
<Location>
<X>88</X>
<Y>120</Y>
</Location>
<Size>
<CX>20</CX>
<CY>15</CY>
</Size>
<EQType>0</EQType>
<TextColor>
<R>0</R>
<G>220</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
<Text>%</Text>
</Label>
<Label item="GW_Hp_Pet%4">
<ScreenID>Hp_Percent</ScreenID>
<Font>3</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>88</X>
<Y>165</Y>
</Location>
<Size>
<CX>20</CX>
<CY>15</CY>
</Size>
<EQType>0</EQType>
<TextColor>
<R>0</R>
<G>220</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
<Text>%</Text>
</Label>
<Label item="GW_Hp_Pet%5">
<ScreenID>Hp_Percent</ScreenID>
<Font>3</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>88</X>
<Y>210</Y>
</Location>
<Size>
<CX>20</CX>
<CY>15</CY>
</Size>
<EQType>0</EQType>
<TextColor>
<R>0</R>
<G>220</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
<Text>%</Text>
</Label>
<Screen item="GroupWindow">
<ScreenID />
<RelativePosition>false</RelativePosition>
<Location>
<X>516</X>
<Y>78</Y>
</Location>
<Size>
<CX>124</CX>
<CY>268</CY>
</Size>
<Text>Group</Text>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<TooltipReference>This is the party window.</TooltipReference>
<DrawTemplate>WDT_Rounded</DrawTemplate>
<Style_Titlebar>true</Style_Titlebar>
<Style_Closebox>false</Style_Closebox>
<Style_Minimizebox>false</Style_Minimizebox>
<Style_Border>true</Style_Border>
<Style_Sizable>false</Style_Sizable>
<Pieces>GW_InviteButton</Pieces>
<Pieces>GW_DisbandButton</Pieces>
<Pieces>GW_FollowButton</Pieces>
<Pieces>GW_DeclineButton</Pieces>
<Pieces>GW_Gauge1</Pieces>
<Pieces>GW_Gauge2</Pieces>
<Pieces>GW_Gauge3</Pieces>
<Pieces>GW_Gauge4</Pieces>
<Pieces>GW_Gauge5</Pieces>
<Pieces>GW_PetGauge1</Pieces>
<Pieces>GW_PetGauge2</Pieces>
<Pieces>GW_PetGauge3</Pieces>
<Pieces>GW_PetGauge4</Pieces>
<Pieces>GW_PetGauge5</Pieces>
<Pieces>GW_Hp1</Pieces>
<Pieces>GW_Hp2</Pieces>
<Pieces>GW_Hp3</Pieces>
<Pieces>GW_Hp4</Pieces>
<Pieces>GW_Hp5</Pieces>
<Pieces>GW_Hp_Pet1</Pieces>
<Pieces>GW_Hp_Pet2</Pieces>
<Pieces>GW_Hp_Pet3</Pieces>
<Pieces>GW_Hp_Pet4</Pieces>
<Pieces>GW_Hp_Pet5</Pieces>
<Pieces>GW_Hp%1</Pieces>
<Pieces>GW_Hp%2</Pieces>
<Pieces>GW_Hp%3</Pieces>
<Pieces>GW_Hp%4</Pieces>
<Pieces>GW_Hp%5</Pieces>
<Pieces>GW_Hp_Pet%1</Pieces>
<Pieces>GW_Hp_Pet%2</Pieces>
<Pieces>GW_Hp_Pet%3</Pieces>
<Pieces>GW_Hp_Pet%4</Pieces>
<Pieces>GW_Hp_Pet%5</Pieces>
</Screen>

</XML>
Attached Files
File Type: zip screenshot.zip (165.0 KB, 6 views)
zublin is offline   Reply With Quote
Old 01-13-2003, 12:02 PM   #2
Talyns
The Tablets Guy
 
Talyns's Avatar
 
Join Date: Jul 2002
Server: Lanys
Posts: 520
Interface Author - Click to view interfaces
Default

<Label item="GW_Hp_Pet%2">
<ScreenID>Hp_Percent</ScreenID>
<Font>3</Font>
<RelativePosition>false</RelativePosition> <----- This is why
<Location>
<X>88</X>
<Y>75</Y>
</Location>
<Size>
<CX>20</CX>
<CY>15</CY>
</Size>
<EQType>0</EQType>
<TextColor>
<R>0</R>
<G>220</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
<Text>%</Text>
</Label>


Change it to true..
Edit: you'll have to do it for all the labels too
__________________
Talyns
Lanys Characters:
-Acarrion (51 BST)
-Hawkren (20 SHM)
Talyns is offline   Reply With Quote
Old 01-13-2003, 10:41 PM   #3
zublin
A Gray Wolf
 
Join Date: Jan 2003
Posts: 4
Talking

Thank you i over looked that. Sometimes it helps to have someone to look it over.
zublin is offline   Reply With Quote
Reply



Thread Tools
Display Modes

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 03:53 AM.


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