Home Forum Downloads My Favorites Register FAQ

Go Back   EQInterface Forums > General Discussion > Request
User Name
Password

Reply
 
Thread Tools Display Modes
Old 02-15-2006, 01:45 AM   #1
seraphita
A Gray Wolf
 
Join Date: Nov 2003
Posts: 8
Interface Author - Click to view interfaces
Default a small request~

i find my music player window to be completely useless. so...

is there any way to stick only the 2nd buff slot into that window? (also allowing it to be clicked off for another buff, just like the normal buff window) i usually have my familiar up in my 2nd slot, and having a lil window smack in the center of my screen to click only that off in order to get a focus flappy up faster would be very divine indeed...

the larger the clicky area is, the better. ideal would be about the size of a 2x2 hotkey square.

i tried some cut and paste ghetto styles but there were duplicate schema errors or something like that in the error log. i'm not really well versed in ui programming from scratch, so i thought i'd come here~

for the record, i'm using a self-modified version of sars.

anyone anyone?

thanks in advance!

-sera
seraphita is offline   Reply With Quote
Old 02-15-2006, 06:30 PM   #2
Weskat
A Tempest Toad
 
Weskat's Avatar
 
Join Date: Oct 2002
Server: Tunare - mostly retired
Posts: 464
Interface Author - Click to view interfaces
Default

Hmm, I am of 2 different thoughts on this one.
First is that this isn't possible. But that is not a logical thought process, just a "gut feel"
Second is that all the code would allow us to do this, well display just that buff anyway. Though I don't know if you would be able to click it off or if it could be displayed in 2 windows. Though I can't see any logical reason why not. For example, you can display some main inventory slots in a hotbutton window for ease of clicking and still have them display in the Inventory window, and they would be functional in both.
If I get some time, I will give this a shot, just to see if it can be done.

Please attach the code for the music player and buff window you are using.

Weskat
Weskat is offline   Reply With Quote
Old 02-15-2006, 08:30 PM   #3
seraphita
A Gray Wolf
 
Join Date: Nov 2003
Posts: 8
Interface Author - Click to view interfaces
Default

buff window

Code:
<?xml version = "1.0"?> <XML ID = "EQInterfaceDefinitionLanguage"> <Schema xmlns = "EverQuestData" xmlns:dt = "EverQuestDataTypes"/> <TextureInfo item = "Sarsbar.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item = "buttons.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <Ui2DAnimation item = "Buffbar"> <Cycle>false</Cycle> <Frames> <Texture>Sarsbar.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>20</CX> <CY>78</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <StaticAnimation item = "Buffbar1"> <ScreenID>Buffbar1</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>89</X> <Y>5</Y> </Location> <Size> <CX>20</CX> <CY>78</CY> </Size> <Animation>Buffbar</Animation> </StaticAnimation> <StaticAnimation item = "Buffbar2"> <ScreenID>Buffbar2</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>89</X> <Y>92</Y> </Location> <Size> <CX>20</CX> <CY>78</CY> </Size> <Animation>Buffbar</Animation> </StaticAnimation> <StaticAnimation item = "Buffbar3"> <ScreenID>Buffbar3</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>89</X> <Y>179</Y> </Location> <Size> <CX>20</CX> <CY>78</CY> </Size> <Animation>Buffbar</Animation> </StaticAnimation> <StaticAnimation item = "Buffbar4"> <ScreenID>Buffbar4</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>89</X> <Y>266</Y> </Location> <Size> <CX>20</CX> <CY>78</CY> </Size> <Animation>Buffbar</Animation> </StaticAnimation> <StaticAnimation item = "Buffbar5"> <ScreenID>Buffbar5</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>89</X> <Y>353</Y> </Location> <Size> <CX>20</CX> <CY>78</CY> </Size> <Animation>Buffbar</Animation> </StaticAnimation> <StaticAnimation item = "Buffbar6"> <ScreenID>Buffbar6</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>89</X> <Y>440</Y> </Location> <Size> <CX>20</CX> <CY>78</CY> </Size> <Animation>Buffbar</Animation> </StaticAnimation> <StaticAnimation item = "Buffbar7"> <ScreenID>Buffbar7</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>89</X> <Y>527</Y> </Location> <Size> <CX>20</CX> <CY>78</CY> </Size> <Animation>Buffbar</Animation> </StaticAnimation> <Button item = "Buff0_Button"> <ScreenID>Buff0</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>108</CX> <CY>28</CY> </Size> <Style_VScroll>false</Style_VScroll> <Style_HScroll>false</Style_HScroll> <Style_Transparent>false</Style_Transparent> <!--</TooltipReference>--> <Style_Checkbox>false</Style_Checkbox> <!--<RadioGroup/> --> <ButtonDrawTemplate> <Normal>BlueIconBackground</Normal> <NormalDecal>BuffIcons</NormalDecal> </ButtonDrawTemplate> <!-- <SoundPressed/> <SoundUp/> <SoundFlyby/> --> <DecalOffset> <X>83</X> <Y>4</Y> </DecalOffset> <DecalSize> <CX>20</CX> <CY>20</CY> </DecalSize> </Button> <Button item = "BW_Buff1_Button"> <ScreenID>Buff1</ScreenID> <!--<Font>3</Font> --> <RelativePosition>true</RelativePosition> <Location> <X>3</X> <Y>3</Y> </Location> <Size> <CX>108</CX> <CY>28</CY> </Size> <Style_VScroll>false</Style_VScroll> <Style_HScroll>false</Style_HScroll> <Style_Transparent>true</Style_Transparent> <!--<TooltipReference/> --> <Style_Checkbox>false</Style_Checkbox> <RadioGroup/> <ButtonDrawTemplate> <Normal>RedIconBackground</Normal> <NormalDecal>BuffIcons</NormalDecal> </ButtonDrawTemplate> <!-- <SoundPressed/> <SoundUp/> <SoundFlyby/> --> <DecalOffset> <X>83</X> <Y>4</Y> </DecalOffset> <DecalSize> <CX>20</CX> <CY>20</CY> </DecalSize> </Button> <Button item = "BW_Buff2_Button"> <ScreenID>Buff2</ScreenID> <!--<Font>3</Font> --> <RelativePosition>true</RelativePosition> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>108</CX> <CY>28</CY> </Size> <Style_VScroll>false</Style_VScroll> <Style_HScroll>false</Style_HScroll> <Style_Transparent>false</Style_Transparent> <!--<TooltipReference/> --> <Style_Checkbox>false</Style_Checkbox> <RadioGroup/> <ButtonDrawTemplate> <Normal>RedIconBackground</Normal> <NormalDecal>BuffIcons</NormalDecal> </ButtonDrawTemplate> <!-- <SoundPressed/> <SoundUp/> <SoundFlyby/> --> <DecalOffset> <X>83</X> <Y>4</Y> </DecalOffset> <DecalSize> <CX>20</CX> <CY>20</CY> </DecalSize> </Button> <Button item = "BW_Buff3_Button"> <ScreenID>Buff3</ScreenID> <!--<Font>3</Font> --> <RelativePosition>true</RelativePosition> <Location> <X>3</X> <Y>49</Y> </Location> <Size> <CX>108</CX> <CY>28</CY> </Size> <Style_VScroll>false</Style_VScroll> <Style_HScroll>false</Style_HScroll> <Style_Transparent>false</Style_Transparent> <!--<TooltipReference/> --> <Style_Checkbox>false</Style_Checkbox> <RadioGroup/> <ButtonDrawTemplate> <Normal>BlueIconBackground</Normal> <NormalDecal>BuffIcons</NormalDecal> </ButtonDrawTemplate> <!-- Default and not used <SoundPressed/> <SoundUp/> <SoundFlyby/> --> <DecalOffset> <X>83</X> <Y>4</Y> </DecalOffset> <DecalSize> <CX>20</CX> <CY>20</CY> </DecalSize> </Button> <Button item = "BW_Buff4_Button"> <ScreenID>Buff4</ScreenID> <!--<Font>3</Font> Default --> <RelativePosition>true</RelativePosition> <Location> <X>48</X> <Y>49</Y> </Location> <Size> <CX>108</CX> <CY>28</CY> </Size> <Style_VScroll>false</Style_VScroll> <Style_HScroll>false</Style_HScroll> <Style_Transparent>false</Style_Transparent> <TooltipReference/> <Style_Checkbox>false</Style_Checkbox> <!--<RadioGroup/> Default --> <ButtonDrawTemplate> <Normal>RedIconBackground</Normal> <NormalDecal>BuffIcons</NormalDecal> </ButtonDrawTemplate> <!--Default <SoundPressed/> <SoundUp/> <SoundFlyby/> --> <DecalOffset> <X>83</X> <Y>4</Y> </DecalOffset> <DecalSize> <CX>20</CX> <CY>20</CY> </DecalSize> </Button> <Button item = "BW_Buff5_Button"> <ScreenID>Buff5</ScreenID> <!--<Font>3</Font> Defautl --> <RelativePosition>true</RelativePosition> <Location> <X>32</X> <Y>32</Y> </Location> <Size> <CX>108</CX> <CY>28</CY> </Size> <Style_VScroll>false</Style_VScroll> <Style_HScroll>false</Style_HScroll> <Style_Transparent>false</Style_Transparent> <!--<TooltipReference/> Default --> <Style_Checkbox>false</Style_Checkbox> <!--<RadioGroup/> Default --> <ButtonDrawTemplate> <Normal>RedIconBackground</Normal> <NormalDecal>BuffIcons</NormalDecal> </ButtonDrawTemplate> <!-- <SoundPressed/> <SoundUp/> <SoundFlyby/> --> <DecalOffset> <X>83</X> <Y>4</Y> </DecalOffset> <DecalSize> <CX>20</CX> <CY>20</CY> </DecalSize> </Button> <Button item = "BW_Buff6_Button"> <ScreenID>Buff6</ScreenID> <!--<Font>3</Font> Default --> <RelativePosition>true</RelativePosition> <Location> <X>3</X> <Y>95</Y> </Location> <Size> <CX>108</CX> <CY>28</CY> </Size> <Style_VScroll>false</Style_VScroll> <Style_HScroll>false</Style_HScroll> <Style_Transparent>false</Style_Transparent> <TooltipReference/> <Style_Checkbox>false</Style_Checkbox> <!--<RadioGroup/> Default --> <ButtonDrawTemplate> <Normal>BlueIconBackground</Normal> <NormalDecal>BuffIcons</NormalDecal> </ButtonDrawTemplate> <!-- <SoundPressed/> <SoundUp/> <SoundFlyby/> --> <DecalOffset> <X>83</X> <Y>4</Y> </DecalOffset> <DecalSize> <CX>20</CX> <CY>20</CY> </DecalSize> </Button> <Button item = "BW_Buff7_Button"> <ScreenID>Buff7</ScreenID> <!--<Font>3</Font> Use defaults --> <RelativePosition>true</RelativePosition> <Location> <X>48</X> <Y>95</Y> </Location> <Size> <CX>108</CX> <CY>28</CY> </Size> <Style_VScroll>false</Style_VScroll> <Style_HScroll>false</Style_HScroll> <Style_Transparent>false</Style_Transparent> <!--<TooltipReference/> Use defaults --> <Style_Checkbox>false</Style_Checkbox> <!--<RadioGroup/> Use Defaults --> <ButtonDrawTemplate> <Normal>RedIconBackground</Normal> <NormalDecal>BuffIcons</NormalDecal> </ButtonDrawTemplate> <!-- Use defaults <SoundPressed/> <SoundUp/> <SoundFlyby/> --> <DecalOffset> <X>83</X> <Y>4</Y> </DecalOffset> <DecalSize> <CX>20</CX> <CY>20</CY> </DecalSize> </Button> <Button item = "BW_Buff8_Button"> <ScreenID>Buff8</ScreenID> <!--<Font>3</Font>Defaults--> <RelativePosition>true</RelativePosition> <Location> <X>93</X> <Y>95</Y> </Location> <Size> <CX>108</CX> <CY>28</CY> </Size> <Style_VScroll>false</Style_VScroll> <Style_HScroll>false</Style_HScroll> <Style_Transparent>false</Style_Transparent> <!--<TooltipReference/> Use default --> <Style_Checkbox>false</Style_Checkbox> <!--<RadioGroup/>Use default--> <ButtonDrawTemplate> <Normal>RedIconBackground</Normal> <NormalDecal>BuffIcons</NormalDecal> </ButtonDrawTemplate> <!-- <SoundPressed/> <SoundUp/> <SoundFlyby/> --> <DecalOffset> <X>83</X> <Y>4</Y> </DecalOffset> <DecalSize> <CX>20</CX> <CY>20</CY> </DecalSize> </Button> <Button item = "BW_Buff9_Button"> <ScreenID>Buff9</ScreenID> <!--<Font>3</Font>Use Defaults --> <RelativePosition>true</RelativePosition> <Location> <X>3</X> <Y>141</Y> </Location> <Size> <CX>108</CX> <CY>28</CY> </Size> <Style_VScroll>false</Style_VScroll> <Style_HScroll>false</Style_HScroll> <Style_Transparent>false</Style_Transparent> <!--<TooltipReference/> Use Defaults --> <Style_Checkbox>false</Style_Checkbox> <!--<RadioGroup/> --> <ButtonDrawTemplate> <Normal>BlueIconBackground</Normal> <NormalDecal>BuffIcons</NormalDecal> </ButtonDrawTemplate> <DecalOffset> <X>83</X> <Y>4</Y> </DecalOffset> <DecalSize> <CX>20</CX> <CY>20</CY> </DecalSize> </Button> <Button item = "BW_Buff10_Button"> <ScreenID>Buff10</ScreenID> <!--<Font>3</Font> --> <RelativePosition>true</RelativePosition> <Location> <X>48</X> <Y>141</Y> </Location> <Size> <CX>108</CX> <CY>28</CY> </Size> <Style_VScroll>false</Style_VScroll> <Style_HScroll>false</Style_HScroll> <Style_Transparent>false</Style_Transparent> <!--<TooltipReference/>--> <Style_Checkbox>false</Style_Checkbox> <!--<RadioGroup/>--> <ButtonDrawTemplate> <Normal>RedIconBackground</Normal> <NormalDecal>BuffIcons</NormalDecal> </ButtonDrawTemplate> <DecalOffset> <X>83</X> <Y>4</Y> </DecalOffset> <DecalSize> <CX>20</CX> <CY>20</CY> </DecalSize> </Button> <Button item = "BW_Buff11_Button"> <ScreenID>Buff11</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>93</X> <Y>141</Y> </Location> <Size> <CX>108</CX> <CY>28</CY> </Size> <Style_VScroll>false</Style_VScroll> <Style_HScroll>false</Style_HScroll> <Style_Transparent>false</Style_Transparent> <!--<TooltipReference/>--> <Style_Checkbox>false</Style_Checkbox> <!--<RadioGroup/>--> <ButtonDrawTemplate> <Normal>RedIconBackground</Normal> <NormalDecal>BuffIcons</NormalDecal> </ButtonDrawTemplate> <DecalOffset> <X>83</X> <Y>4</Y> </DecalOffset> <DecalSize> <CX>20</CX> <CY>20</CY> </DecalSize> </Button> <Button item = "BW_Buff12_Button"> <ScreenID>Buff12</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>3</X> <Y>187</Y> </Location> <Size> <CX>108</CX> <CY>28</CY> </Size> <Style_VScroll>false</Style_VScroll> <Style_HScroll>false</Style_HScroll> <Style_Transparent>false</Style_Transparent> <!--<TooltipReference/>--> <Style_Checkbox>false</Style_Checkbox> <!--<RadioGroup/>--> <ButtonDrawTemplate> <Normal>BlueIconBackground</Normal> <NormalDecal>BuffIcons</NormalDecal> </ButtonDrawTemplate> <DecalOffset> <X>83</X> <Y>4</Y> </DecalOffset> <DecalSize> <CX>20</CX> <CY>20</CY> </DecalSize> </Button> <Button item = "BW_Buff13_Button"> <ScreenID>Buff13</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>48</X> <Y>187</Y> </Location> <Size> <CX>108</CX> <CY>28</CY> </Size> <Style_VScroll>false</Style_VScroll> <Style_HScroll>false</Style_HScroll> <Style_Transparent>false</Style_Transparent> <!--<TooltipReference/>--> <Style_Checkbox>false</Style_Checkbox> <!--<RadioGroup/>--> <ButtonDrawTemplate> <Normal>RedIconBackground</Normal> <NormalDecal>BuffIcons</NormalDecal> </ButtonDrawTemplate> <DecalOffset> <X>83</X> <Y>4</Y> </DecalOffset> <DecalSize> <CX>20</CX> <CY>20</CY> </DecalSize> </Button> <Button item = "BW_Buff14_Button"> <ScreenID>Buff14</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>93</X> <Y>187</Y> </Location> <Size> <CX>108</CX> <CY>28</CY> </Size> <Style_VScroll>false</Style_VScroll> <Style_HScroll>false</Style_HScroll> <Style_Transparent>false</Style_Transparent> <!--<TooltipReference/>--> <Style_Checkbox>false</Style_Checkbox> <!--<RadioGroup/>--> <ButtonDrawTemplate> <Normal>RedIconBackground</Normal> <NormalDecal>BuffIcons</NormalDecal> </ButtonDrawTemplate> <DecalOffset> <X>83</X> <Y>4</Y> </DecalOffset> <DecalSize> <CX>20</CX> <CY>20</CY> </DecalSize> </Button> <Button item = "BW_Buff15_Button"> <ScreenID>Buff15</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>3</X> <Y>233</Y> </Location> <Size> <CX>108</CX> <CY>28</CY> </Size> <Style_VScroll>false</Style_VScroll> <Style_HScroll>false</Style_HScroll> <Style_Transparent>false</Style_Transparent> <!--<TooltipReference/>--> <Style_Checkbox>false</Style_Checkbox> <!--<RadioGroup/>--> <ButtonDrawTemplate> <Normal>RedIconBackground</Normal> <NormalDecal>BuffIcons</NormalDecal> </ButtonDrawTemplate> <DecalOffset> <X>83</X> <Y>4</Y> </DecalOffset> <DecalSize> <CX>20</CX> <CY>20</CY> </DecalSize> </Button> <Button item = "BW_Buff16_Button"> <ScreenID>Buff16</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>48</X> <Y>233</Y> </Location> <Size> <CX>108</CX> <CY>28</CY> </Size> <Style_VScroll>false</Style_VScroll> <Style_HScroll>false</Style_HScroll> <Style_Transparent>false</Style_Transparent> <!--<TooltipReference/>--> <Style_Checkbox>false</Style_Checkbox> <!--<RadioGroup/>--> <ButtonDrawTemplate> <Normal>RedIconBackground</Normal> <NormalDecal>BuffIcons</NormalDecal> </ButtonDrawTemplate> <DecalOffset> <X>83</X> <Y>4</Y> </DecalOffset> <DecalSize> <CX>20</CX> <CY>20</CY> </DecalSize> </Button> <Button item = "BW_Buff17_Button"> <ScreenID>Buff17</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>93</X> <Y>233</Y> </Location> <Size> <CX>108</CX> <CY>28</CY> </Size> <Style_VScroll>false</Style_VScroll> <Style_HScroll>false</Style_HScroll> <Style_Transparent>false</Style_Transparent> <!--<TooltipReference/>--> <Style_Checkbox>false</Style_Checkbox> <!--<RadioGroup/>--> <ButtonDrawTemplate> <Normal>RedIconBackground</Normal> <NormalDecal>BuffIcons</NormalDecal> </ButtonDrawTemplate> <DecalOffset> <X>83</X> <Y>4</Y> </DecalOffset> <DecalSize> <CX>20</CX> <CY>20</CY> </DecalSize> </Button> <Button item = "BW_Buff18_Button"> <ScreenID>Buff18</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>3</X> <Y>279</Y> </Location> <Size> <CX>108</CX> <CY>28</CY> </Size> <Style_VScroll>false</Style_VScroll> <Style_HScroll>false</Style_HScroll> <Style_Transparent>false</Style_Transparent> <!--<TooltipReference/>--> <Style_Checkbox>false</Style_Checkbox> <!--<RadioGroup/>--> <ButtonDrawTemplate> <Normal>RedIconBackground</Normal> <NormalDecal>BuffIcons</NormalDecal> </ButtonDrawTemplate> <DecalOffset> <X>83</X> <Y>4</Y> </DecalOffset> <DecalSize> <CX>20</CX> <CY>20</CY> </DecalSize> </Button> <Button item = "BW_Buff19_Button"> <ScreenID>Buff19</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>48</X> <Y>279</Y> </Location> <Size> <CX>108</CX> <CY>28</CY> </Size> <Style_VScroll>false</Style_VScroll> <Style_HScroll>false</Style_HScroll> <Style_Transparent>false</Style_Transparent> <!--<TooltipReference/>--> <Style_Checkbox>false</Style_Checkbox> <!--<RadioGroup/>--> <ButtonDrawTemplate> <Normal>RedIconBackground</Normal> <NormalDecal>BuffIcons</NormalDecal> </ButtonDrawTemplate> <DecalOffset> <X>83</X> <Y>4</Y> </DecalOffset> <DecalSize> <CX>20</CX> <CY>20</CY> </DecalSize> </Button> <Button item = "BW_Buff20_Button"> <ScreenID>Buff20</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>3</X> <Y>3</Y> </Location> <Size> <CX>108</CX> <CY>28</CY> </Size> <Style_VScroll>false</Style_VScroll> <Style_HScroll>false</Style_HScroll> <Style_Transparent>false</Style_Transparent> <Style_Checkbox>false</Style_Checkbox> <ButtonDrawTemplate> <Normal>BlueIconBackground</Normal> <NormalDecal>BuffIcons</NormalDecal> </ButtonDrawTemplate> <DecalOffset> <X>83</X> <Y>4</Y> </DecalOffset> <DecalSize> <CX>20</CX> <CY>20</CY> </DecalSize> </Button> <Label item ="BW_Buff0"> <ScreenID>Buff0Label</ScreenID> <EQType>500</EQType> <Font>1</Font> <RelativePosition>true</RelativePosition> <Location> <X>16</X> <Y>2</Y> </Location> <Size> <CX>60</CX> <CY>25</CY> </Size> <Text></Text> <TextColor> <R>240</R> <G>240</G> <B>0</B> </TextColor> <NoWrap>false</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item ="BW_Buff1"> <ScreenID>Buff1Label</ScreenID> <EQType>501</EQType> <Font>1</Font> <RelativePosition>true</RelativePosition> <Location> <X>16</X> <Y>31</Y> </Location> <Size> <CX>60</CX> <CY>25</CY> </Size> <Text></Text> <TextColor> <R>240</R> <G>240</G> <B>0</B> </TextColor> <NoWrap>false</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item ="BW_Buff2"> <ScreenID>Buff2Label</ScreenID> <EQType>502</EQType> <Font>1</Font> <RelativePosition>true</RelativePosition> <Location> <X>16</X> <Y>60</Y> </Location> <Size> <CX>60</CX> <CY>25</CY> </Size> <Text></Text> <TextColor> <R>240</R> <G>240</G> <B>0</B> </TextColor> <NoWrap>false</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item ="BW_Buff3"> <ScreenID>Buff3Label</ScreenID> <EQType>503</EQType> <Font>1</Font> <RelativePosition>true</RelativePosition> <Location> <X>16</X> <Y>89</Y> </Location> <Size> <CX>60</CX> <CY>25</CY> </Size> <Text></Text> <TextColor> <R>240</R> <G>240</G> <B>0</B> </TextColor> <NoWrap>false</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item ="BW_Buff4"> <ScreenID>Buff4Label</ScreenID> <EQType>504</EQType> <Font>1</Font> <RelativePosition>true</RelativePosition> <Location> <X>16</X> <Y>118</Y> </Location> <Size> <CX>60</CX> <CY>25</CY> </Size> <Text></Text> <TextColor> <R>240</R> <G>240</G> <B>0</B> </TextColor> <NoWrap>false</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item ="BW_Buff5"> <ScreenID>Buff5Label</ScreenID> <EQType>505</EQType> <Font>1</Font> <RelativePosition>true</RelativePosition> <Location> <X>16</X> <Y>147</Y> </Location> <Size> <CX>60</CX> <CY>25</CY> </Size> <Text></Text> <TextColor> <R>240</R> <G>240</G> <B>0</B> </TextColor> <NoWrap>false</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item ="BW_Buff6"> <ScreenID>Buff6Label</ScreenID> <EQType>506</EQType> <Font>1</Font> <RelativePosition>true</RelativePosition> <Location> <X>16</X> <Y>176</Y> </Location> <Size> <CX>60</CX> <CY>25</CY> </Size> <Text></Text> <TextColor> <R>240</R> <G>240</G> <B>0</B> </TextColor> <NoWrap>false</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item ="BW_Buff7"> <ScreenID>Buff7Label</ScreenID> <EQType>507</EQType> <Font>1</Font> <RelativePosition>true</RelativePosition> <Location> <X>16</X> <Y>205</Y> </Location> <Size> <CX>60</CX> <CY>25</CY> </Size> <Text></Text> <TextColor> <R>240</R> <G>240</G> <B>0</B> </TextColor> <NoWrap>false</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item ="BW_Buff8"> <ScreenID>Buff8Label</ScreenID> <EQType>508</EQType> <Font>1</Font> <RelativePosition>true</RelativePosition> <Location> <X>16</X> <Y>234</Y> </Location> <Size> <CX>60</CX> <CY>25</CY> </Size> <Text></Text> <TextColor> <R>240</R> <G>240</G> <B>0</B> </TextColor> <NoWrap>false</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item ="BW_Buff9"> <ScreenID>Buff9Label</ScreenID> <EQType>509</EQType> <Font>1</Font> <RelativePosition>true</RelativePosition> <Location> <X>16</X> <Y>263</Y> </Location> <Size> <CX>60</CX> <CY>25</CY> </Size> <Text></Text> <TextColor> <R>240</R> <G>240</G> <B>0</B> </TextColor> <NoWrap>false</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item ="BW_Buff10"> <ScreenID>Buff10Label</ScreenID> <EQType>510</EQType> <Font>1</Font> <RelativePosition>true</RelativePosition> <Location> <X>16</X> <Y>292</Y> </Location> <Size> <CX>60</CX> <CY>25</CY> </Size> <Text></Text> <TextColor> <R>240</R> <G>240</G> <B>0</B> </TextColor> <NoWrap>false</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item ="BW_Buff11"> <ScreenID>Buff11Label</ScreenID> <EQType>511</EQType> <Font>1</Font> <RelativePosition>true</RelativePosition> <Location> <X>16</X> <Y>321</Y> </Location> <Size> <CX>60</CX> <CY>25</CY> </Size> <Text></Text> <TextColor> <R>240</R> <G>240</G> <B>0</B> </TextColor> <NoWrap>false</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item ="BW_Buff12"> <ScreenID>Buff12Label</ScreenID> <EQType>512</EQType> <Font>1</Font> <RelativePosition>true</RelativePosition> <Location> <X>16</X> <Y>350</Y> </Location> <Size> <CX>60</CX> <CY>25</CY> </Size> <Text></Text> <TextColor> <R>240</R> <G>240</G> <B>0</B> </TextColor> <NoWrap>false</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item ="BW_Buff13"> <ScreenID>Buff13Label</ScreenID> <EQType>513</EQType> <Font>1</Font> <RelativePosition>true</RelativePosition> <Location> <X>16</X> <Y>379</Y> </Location> <Size> <CX>60</CX> <CY>25</CY> </Size> <Text></Text> <TextColor> <R>240</R> <G>240</G> <B>0</B> </TextColor> <NoWrap>false</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item ="BW_Buff14"> <ScreenID>Buff14Label</ScreenID> <EQType>514</EQType> <Font>1</Font> <RelativePosition>true</RelativePosition> <Location> <X>16</X> <Y>408</Y> </Location> <Size> <CX>60</CX> <CY>25</CY> </Size> <Text></Text> <TextColor> <R>240</R> <G>240</G> <B>0</B> </TextColor> <NoWrap>false</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item ="BW_Buff15"> <ScreenID>Buff15Label</ScreenID> <EQType>515</EQType> <Font>1</Font> <RelativePosition>true</RelativePosition> <Location> <X>16</X> <Y>437</Y> </Location> <Size> <CX>60</CX> <CY>25</CY> </Size> <Text></Text> <TextColor> <R>240</R> <G>240</G> <B>0</B> </TextColor> <NoWrap>false</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item ="BW_Buff16"> <ScreenID>Buff16Label</ScreenID> <EQType>516</EQType> <Font>1</Font> <RelativePosition>true</RelativePosition> <Location> <X>16</X> <Y>466</Y> </Location> <Size> <CX>60</CX> <CY>25</CY> </Size> <Text></Text> <TextColor> <R>240</R> <G>240</G> <B>0</B> </TextColor> <NoWrap>false</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item ="BW_Buff17"> <ScreenID>Buff17Label</ScreenID> <EQType>517</EQType> <Font>1</Font> <RelativePosition>true</RelativePosition> <Location> <X>16</X> <Y>495</Y> </Location> <Size> <CX>60</CX> <CY>25</CY> </Size> <Text></Text> <TextColor> <R>240</R> <G>240</G> <B>0</B> </TextColor> <NoWrap>false</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item ="BW_Buff18"> <ScreenID>Buff18Label</ScreenID> <EQType>518</EQType> <Font>1</Font> <RelativePosition>true</RelativePosition> <Location> <X>16</X> <Y>524</Y> </Location> <Size> <CX>60</CX> <CY>25</CY> </Size> <Text></Text> <TextColor> <R>240</R> <G>240</G> <B>0</B> </TextColor> <NoWrap>false</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item ="BW_Buff19"> <ScreenID>Buff19Label</ScreenID> <EQType>519</EQType> <Font>1</Font> <RelativePosition>true</RelativePosition> <Location> <X>16</X> <Y>553</Y> </Location> <Size> <CX>60</CX> <CY>25</CY> </Size> <Text></Text> <TextColor> <R>240</R> <G>240</G> <B>0</B> </TextColor> <NoWrap>false</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item ="BW_Buff20"> <ScreenID>Buff20Label</ScreenID> <EQType>520</EQType> <Font>1</Font> <RelativePosition>true</RelativePosition> <Location> <X>16</X> <Y>582</Y> </Location> <Size> <CX>60</CX> <CY>25</CY> </Size> <Text></Text> <TextColor> <R>240</R> <G>240</G> <B>0</B> </TextColor> <NoWrap>false</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item ="BW_1"> <ScreenID>Buff1Label</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Location> <X>94</X> <Y>10</Y> </Location> <Size> <CX>10</CX> <CY>10</CY> </Size> <Text>1</Text> <TextColor> <R>150</R> <G>150</G> <B>150</B> </TextColor> <NoWrap>false</NoWrap> <AlignCenter>true</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item ="BW_2"> <ScreenID>Buff2Label</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Location> <X>94</X> <Y>39</Y> </Location> <Size> <CX>10</CX> <CY>10</CY> </Size> <Text>2</Text> <TextColor> <R>150</R> <G>150</G> <B>150</B> </TextColor> <NoWrap>false</NoWrap> <AlignCenter>true</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item ="BW_3"> <ScreenID>Buff3Label</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Location> <X>94</X> <Y>68</Y> </Location> <Size> <CX>10</CX> <CY>10</CY> </Size> <Text>3</Text> <TextColor> <R>150</R> <G>150</G> <B>150</B> </TextColor> <NoWrap>false</NoWrap> <AlignCenter>true</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item ="BW_4"> <ScreenID>Buff4Label</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Location> <X>94</X> <Y>97</Y> </Location> <Size> <CX>10</CX> <CY>10</CY> </Size> <Text>4</Text> <TextColor> <R>150</R> <G>150</G> <B>150</B> </TextColor> <NoWrap>false</NoWrap> <AlignCenter>true</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item ="BW_5"> <ScreenID>Buff5Label</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Location> <X>94</X> <Y>126</Y> </Location> <Size> <CX>10</CX> <CY>10</CY> </Size> <Text>5</Text> <TextColor> <R>150</R> <G>150</G> <B>150</B> </TextColor> <NoWrap>false</NoWrap> <AlignCenter>true</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item ="BW_6"> <ScreenID>Buff6Label</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Location> <X>94</X> <Y>155</Y> </Location> <Size> <CX>10</CX> <CY>10</CY> </Size> <Text>6</Text> <TextColor> <R>150</R> <G>150</G> <B>150</B> </TextColor> <NoWrap>false</NoWrap> <AlignCenter>true</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item ="BW_7"> <ScreenID>Buff7Label</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Location> <X>94</X> <Y>184</Y> </Location> <Size> <CX>10</CX> <CY>10</CY> </Size> <Text>7</Text> <TextColor> <R>150</R> <G>150</G> <B>150</B> </TextColor> <NoWrap>false</NoWrap> <AlignCenter>true</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item ="BW_8"> <ScreenID>Buff8Label</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Location> <X>94</X> <Y>213</Y> </Location> <Size> <CX>10</CX> <CY>10</CY> </Size> <Text>8</Text> <TextColor> <R>150</R> <G>150</G> <B>150</B> </TextColor> <NoWrap>false</NoWrap> <AlignCenter>true</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item ="BW_9"> <ScreenID>Buff9Label</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Location> <X>94</X> <Y>242</Y> </Location> <Size> <CX>10</CX> <CY>10</CY> </Size> <Text>9</Text> <TextColor> <R>150</R> <G>150</G> <B>150</B> </TextColor> <NoWrap>false</NoWrap> <AlignCenter>true</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item ="BW_10"> <ScreenID>Buff10Label</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Location> <X>93</X> <Y>271</Y> </Location> <Size> <CX>10</CX> <CY>10</CY> </Size> <Text>10</Text> <TextColor> <R>150</R> <G>150</G> <B>150</B> </TextColor> <NoWrap>false</NoWrap> <AlignCenter>true</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item ="BW_11"> <ScreenID>Buff11Label</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Location> <X>93</X> <Y>300</Y> </Location> <Size> <CX>10</CX> <CY>10</CY> </Size> <Text>11</Text> <TextColor> <R>150</R> <G>150</G> <B>150</B> </TextColor> <NoWrap>false</NoWrap> <AlignCenter>true</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item ="BW_12"> <ScreenID>Buff12Label</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Location> <X>93</X> <Y>329</Y> </Location> <Size> <CX>10</CX> <CY>10</CY> </Size> <Text>12</Text> <TextColor> <R>150</R> <G>150</G> <B>150</B> </TextColor> <NoWrap>false</NoWrap> <AlignCenter>true</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item ="BW_13"> <ScreenID>Buff13Label</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Location> <X>93</X> <Y>358</Y> </Location> <Size> <CX>10</CX> <CY>10</CY> </Size> <Text>13</Text> <TextColor> <R>150</R> <G>150</G> <B>150</B> </TextColor> <NoWrap>false</NoWrap> <AlignCenter>true</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item ="BW_14"> <ScreenID>Buff14Label</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Location> <X>93</X> <Y>387</Y> </Location> <Size> <CX>10</CX> <CY>10</CY> </Size> <Text>14</Text> <TextColor> <R>150</R> <G>150</G> <B>150</B> </TextColor> <NoWrap>false</NoWrap> <AlignCenter>true</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item ="BW_15"> <ScreenID>Buff15Label</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Location> <X>93</X> <Y>416</Y> </Location> <Size> <CX>10</CX> <CY>10</CY> </Size> <Text>15</Text> <TextColor> <R>150</R> <G>150</G> <B>150</B> </TextColor> <NoWrap>false</NoWrap> <AlignCenter>true</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item ="BW_16"> <ScreenID>Buff16Label</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Location> <X>93</X> <Y>445</Y> </Location> <Size> <CX>10</CX> <CY>10</CY> </Size> <Text>16</Text> <TextColor> <R>150</R> <G>150</G> <B>150</B> </TextColor> <NoWrap>false</NoWrap> <AlignCenter>true</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item ="BW_17"> <ScreenID>Buff17Label</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Location> <X>93</X> <Y>474</Y> </Location> <Size> <CX>10</CX> <CY>10</CY> </Size> <Text>17</Text> <TextColor> <R>150</R> <G>150</G> <B>150</B> </TextColor> <NoWrap>false</NoWrap> <AlignCenter>true</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item ="BW_18"> <ScreenID>Buff18Label</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Location> <X>93</X> <Y>503</Y> </Location> <Size> <CX>10</CX> <CY>10</CY> </Size> <Text>18</Text> <TextColor> <R>150</R> <G>150</G> <B>150</B> </TextColor> <NoWrap>false</NoWrap> <AlignCenter>true</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item ="BW_19"> <ScreenID>Buff19Label</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Location> <X>93</X> <Y>532</Y> </Location> <Size> <CX>10</CX> <CY>10</CY> </Size> <Text>19</Text> <TextColor> <R>150</R> <G>150</G> <B>150</B> </TextColor> <NoWrap>false</NoWrap> <AlignCenter>true</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item ="BW_20"> <ScreenID>Buff20Label</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Location> <X>93</X> <Y>561</Y> </Location> <Size> <CX>10</CX> <CY>10</CY> </Size> <Text>20</Text> <TextColor> <R>150</R> <G>150</G> <B>150</B> </TextColor> <NoWrap>false</NoWrap> <AlignCenter>true</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item ="BW_21"> <ScreenID>Buff21Label</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Location> <X>94</X> <Y>590</Y> </Location> <Size> <CX>10</CX> <CY>10</CY> </Size> <Text>21</Text> <TextColor> <R>150</R> <G>150</G> <B>150</B> </TextColor> <NoWrap>false</NoWrap> <AlignCenter>true</AlignCenter> <AlignRight>true</AlignRight> </Label> <Screen item = "BuffWindow"> <!--<ScreenID/>--> <Text>Effects</Text> <RelativePosition>true</RelativePosition> <Location> <X>570</X> <Y>10</Y> </Location> <Size> <CX>115</CX> <CY>610</CY> </Size> <Style_VScroll>false</Style_VScroll> <Style_HScroll>false</Style_HScroll> <Style_Transparent>true</Style_Transparent> <DrawTemplate>WDT_RoundedNoTitle</DrawTemplate> <Style_Titlebar>false</Style_Titlebar> <Style_Closebox>true</Style_Closebox> <Style_Minimizebox>true</Style_Minimizebox> <Style_Border>false</Style_Border> <Style_Sizable>false</Style_Sizable> <Pieces>Buffbar1</Pieces> <Pieces>Buffbar2</Pieces> <Pieces>Buffbar3</Pieces> <Pieces>Buffbar4</Pieces> <Pieces>Buffbar5</Pieces> <Pieces>Buffbar6</Pieces> <Pieces>Buffbar7</Pieces> <Pieces>BW_1</Pieces> <Pieces>BW_2</Pieces> <Pieces>BW_3</Pieces> <Pieces>BW_4</Pieces> <Pieces>BW_5</Pieces> <Pieces>BW_6</Pieces> <Pieces>BW_7</Pieces> <Pieces>BW_8</Pieces> <Pieces>BW_9</Pieces> <Pieces>BW_10</Pieces> <Pieces>BW_11</Pieces> <Pieces>BW_12</Pieces> <Pieces>BW_13</Pieces> <Pieces>BW_14</Pieces> <Pieces>BW_15</Pieces> <Pieces>BW_16</Pieces> <Pieces>BW_17</Pieces> <Pieces>BW_18</Pieces> <Pieces>BW_19</Pieces> <Pieces>BW_20</Pieces> <Pieces>BW_21</Pieces> <Pieces>Buff0_Button</Pieces> <Pieces>BW_Buff1_Button</Pieces> <Pieces>BW_Buff2_Button</Pieces> <Pieces>BW_Buff3_Button</Pieces> <Pieces>BW_Buff4_Button</Pieces> <Pieces>BW_Buff5_Button</Pieces> <Pieces>BW_Buff6_Button</Pieces> <Pieces>BW_Buff7_Button</Pieces> <Pieces>BW_Buff8_Button</Pieces> <Pieces>BW_Buff9_Button</Pieces> <Pieces>BW_Buff10_Button</Pieces> <Pieces>BW_Buff11_Button</Pieces> <Pieces>BW_Buff12_Button</Pieces> <Pieces>BW_Buff13_Button</Pieces> <Pieces>BW_Buff14_Button</Pieces> <Pieces>BW_Buff15_Button</Pieces> <Pieces>BW_Buff16_Button</Pieces> <Pieces>BW_Buff17_Button</Pieces> <Pieces>BW_Buff18_Button</Pieces> <Pieces>BW_Buff19_Button</Pieces> <Pieces>BW_Buff20_Button</Pieces> <Pieces>BW_Buff0</Pieces> <Pieces>BW_Buff1</Pieces> <Pieces>BW_Buff2</Pieces> <Pieces>BW_Buff3</Pieces> <Pieces>BW_Buff4</Pieces> <Pieces>BW_Buff5</Pieces> <Pieces>BW_Buff6</Pieces> <Pieces>BW_Buff7</Pieces> <Pieces>BW_Buff8</Pieces> <Pieces>BW_Buff9</Pieces> <Pieces>BW_Buff10</Pieces> <Pieces>BW_Buff11</Pieces> <Pieces>BW_Buff12</Pieces> <Pieces>BW_Buff13</Pieces> <Pieces>BW_Buff14</Pieces> <Pieces>BW_Buff15</Pieces> <Pieces>BW_Buff16</Pieces> <Pieces>BW_Buff17</Pieces> <Pieces>BW_Buff18</Pieces> <Pieces>BW_Buff19</Pieces> <Pieces>BW_Buff20</Pieces> </Screen> </XML>
seraphita is offline   Reply With Quote
Old 02-15-2006, 08:31 PM   #4
seraphita
A Gray Wolf
 
Join Date: Nov 2003
Posts: 8
Interface Author - Click to view interfaces
Default

music player window. i've gutted it completely -- it's just a big featureless resizable window atm

Code:
<?xml version = "1.0"?> <XML ID = "EQInterfaceDefinitionLanguage"> <Schema xmlns = "EverQuestData" xmlns:dt = "EverQuestDataTypes"/> <Screen item = "MusicPlayerWnd"> <ScreenID/> <RelativePosition>false</RelativePosition> <Location> <X>200</X> <Y>50</Y> </Location> <Size> <CX>752</CX> <CY>320</CY> </Size> <Text>DVD Viewer</Text> <Style_VScroll>false</Style_VScroll> <Style_HScroll>false</Style_HScroll> <Style_Transparent>false</Style_Transparent> <TooltipReference>Useless!</TooltipReference> <DrawTemplate>WDT_Rounded</DrawTemplate> <Style_Titlebar>true</Style_Titlebar> <Style_Closebox>true</Style_Closebox> <Style_Minimizebox>true</Style_Minimizebox> <Style_Border>true</Style_Border> <Style_Sizable>true</Style_Sizable> </Screen> </XML>
seraphita is offline   Reply With Quote
Old 02-16-2006, 03:10 AM   #5
Weskat
A Tempest Toad
 
Weskat's Avatar
 
Join Date: Oct 2002
Server: Tunare - mostly retired
Posts: 464
Interface Author - Click to view interfaces
Default

Have both windows been tested that they do work (with no errors) in the current (as posted) configuration ?

Edit: Can you please attach Sarsbar.tga and buttons.tga
Thanks

Weskat

Last edited by Weskat : 02-16-2006 at 03:15 AM. Reason: More information requested.
Weskat is offline   Reply With Quote
Old 02-18-2006, 01:35 AM   #6
seraphita
A Gray Wolf
 
Join Date: Nov 2003
Posts: 8
Interface Author - Click to view interfaces
Default

attached files

i did scale down the buff window to 21 buffs, though. so i'm guessing there may be some errors in the log, but nothing critical to the point where it'd cause default to load.

and as you can clearly see, the music player window's way broken (on purpose) -- i really don't care about the xml file compatibility warning at all, though, 'cuz i know it's compatable with my needs =p
Attached Files
File Type: zip Sarsbar.zip (18.5 KB, 3 views)

Last edited by seraphita : 02-18-2006 at 01:42 AM.
seraphita is offline   Reply With Quote
Old 02-23-2006, 08:50 PM   #7
seraphita
A Gray Wolf
 
Join Date: Nov 2003
Posts: 8
Interface Author - Click to view interfaces
Default

figure anything out? ~_~
seraphita is offline   Reply With Quote
Old 02-27-2006, 10:49 AM   #8
Weskat
A Tempest Toad
 
Weskat's Avatar
 
Join Date: Oct 2002
Server: Tunare - mostly retired
Posts: 464
Interface Author - Click to view interfaces
Default Sorry about the delay

Try this -

Code:
<?xml version = "1.0"?> <XML ID = "EQInterfaceDefinitionLanguage"> <Schema xmlns = "EverQuestData" xmlns:dt = "EverQuestDataTypes"/> <TextureInfo item = "Sarsbar.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item = "buttons.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <Ui2DAnimation item = "MW_Buffbar"> <Cycle>false</Cycle> <Frames> <Texture>Sarsbar.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>20</CX> <CY>78</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Button item = "MW_Buff1_Button"> <ScreenID>Buff1</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>108</CX> <CY>28</CY> </Size> <Style_VScroll>false</Style_VScroll> <Style_HScroll>false</Style_HScroll> <Style_Transparent>false</Style_Transparent> <!--</TooltipReference>--> <Style_Checkbox>false</Style_Checkbox> <!--<RadioGroup/> --> <ButtonDrawTemplate> <Normal>BlueIconBackground</Normal> <NormalDecal>BuffIcons</NormalDecal> </ButtonDrawTemplate> <!-- <SoundPressed/> <SoundUp/> <SoundFlyby/> --> <DecalOffset> <X>83</X> <Y>4</Y> </DecalOffset> <DecalSize> <CX>20</CX> <CY>20</CY> </DecalSize> </Button> <Label item ="MW_Buff1"> <ScreenID>Buff1Label</ScreenID> <EQType>501</EQType> <Font>1</Font> <RelativePosition>true</RelativePosition> <Location> <X>16</X> <Y>2</Y> </Location> <Size> <CX>60</CX> <CY>25</CY> </Size> <Text></Text> <TextColor> <R>240</R> <G>240</G> <B>0</B> </TextColor> <NoWrap>false</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item ="MW_1"> <ScreenID>Buff1Label</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Location> <X>94</X> <Y>10</Y> </Location> <Size> <CX>10</CX> <CY>10</CY> </Size> <Text>2</Text> <TextColor> <R>150</R> <G>150</G> <B>150</B> </TextColor> <NoWrap>false</NoWrap> <AlignCenter>true</AlignCenter> <AlignRight>true</AlignRight> </Label> <Screen item = "MusicPlayerWnd"> <ScreenID/> <RelativePosition>false</RelativePosition> <Location> <X>200</X> <Y>50</Y> </Location> <Size> <CX>110</CX> <CY>30</CY> </Size> <Text>DVD Viewer</Text> <Style_VScroll>false</Style_VScroll> <Style_HScroll>false</Style_HScroll> <Style_Transparent>false</Style_Transparent> <TooltipReference>Useless!</TooltipReference> <DrawTemplate>WDT_Rounded</DrawTemplate> <Style_Titlebar>true</Style_Titlebar> <Style_Closebox>true</Style_Closebox> <Style_Minimizebox>true</Style_Minimizebox> <Style_Border>true</Style_Border> <Style_Sizable>true</Style_Sizable> <Pieces>MW_Buffbar1</Pieces> <Pieces>MW_1</Pieces> <Pieces>MW_Buff1_Button</Pieces> <Pieces>BW_Buff1</Pieces> </Screen> </XML>
Weskat is offline   Reply With Quote
Old 02-27-2006, 10:48 PM   #9
seraphita
A Gray Wolf
 
Join Date: Nov 2003
Posts: 8
Interface Author - Click to view interfaces
Default

first off, thanks for your time =)

so i was testing it... at first was getting duplicate schema errors with the two .tga declares, so i deleted them. then the errorlog spat out this little nugget:
Code:
[Mon Feb 27 19:46:27 2006] XML reference error! ScreenPiece[14]:MW_Buffbar1[0] referenced but NEVER declared!

...no clue what that means.
seraphita is offline   Reply With Quote
Old 03-01-2006, 07:18 AM   #10
Weskat
A Tempest Toad
 
Weskat's Avatar
 
Join Date: Oct 2002
Server: Tunare - mostly retired
Posts: 464
Interface Author - Click to view interfaces
Default

It means I was dumb

Code:
<?xml version = "1.0"?> <XML ID = "EQInterfaceDefinitionLanguage"> <Schema xmlns = "EverQuestData" xmlns:dt = "EverQuestDataTypes"/> <Ui2DAnimation item = "MW_Buffbar"> <Cycle>false</Cycle> <Frames> <Texture>Sarsbar.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>20</CX> <CY>78</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Button item = "MW_Buff1_Button"> <ScreenID>Buff1</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>108</CX> <CY>28</CY> </Size> <Style_VScroll>false</Style_VScroll> <Style_HScroll>false</Style_HScroll> <Style_Transparent>false</Style_Transparent> <!--</TooltipReference>--> <Style_Checkbox>false</Style_Checkbox> <!--<RadioGroup/> --> <ButtonDrawTemplate> <Normal>BlueIconBackground</Normal> <NormalDecal>BuffIcons</NormalDecal> </ButtonDrawTemplate> <!-- <SoundPressed/> <SoundUp/> <SoundFlyby/> --> <DecalOffset> <X>83</X> <Y>4</Y> </DecalOffset> <DecalSize> <CX>20</CX> <CY>20</CY> </DecalSize> </Button> <Label item ="MW_Buff1"> <ScreenID>Buff1Label</ScreenID> <EQType>501</EQType> <Font>1</Font> <RelativePosition>true</RelativePosition> <Location> <X>16</X> <Y>2</Y> </Location> <Size> <CX>60</CX> <CY>25</CY> </Size> <Text></Text> <TextColor> <R>240</R> <G>240</G> <B>0</B> </TextColor> <NoWrap>false</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item ="MW_1"> <ScreenID>Buff1Label</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Location> <X>94</X> <Y>10</Y> </Location> <Size> <CX>10</CX> <CY>10</CY> </Size> <Text>2</Text> <TextColor> <R>150</R> <G>150</G> <B>150</B> </TextColor> <NoWrap>false</NoWrap> <AlignCenter>true</AlignCenter> <AlignRight>true</AlignRight> </Label> <Screen item = "MusicPlayerWnd"> <ScreenID/> <RelativePosition>false</RelativePosition> <Location> <X>200</X> <Y>50</Y> </Location> <Size> <CX>110</CX> <CY>30</CY> </Size> <Text>DVD Viewer</Text> <Style_VScroll>false</Style_VScroll> <Style_HScroll>false</Style_HScroll> <Style_Transparent>false</Style_Transparent> <TooltipReference>Useless!</TooltipReference> <DrawTemplate>WDT_Rounded</DrawTemplate> <Style_Titlebar>true</Style_Titlebar> <Style_Closebox>true</Style_Closebox> <Style_Minimizebox>true</Style_Minimizebox> <Style_Border>true</Style_Border> <Style_Sizable>true</Style_Sizable> <Pieces>MW_Buffbar</Pieces> <Pieces>MW_1</Pieces> <Pieces>MW_Buff1_Button</Pieces> <Pieces>BW_Buff1</Pieces> </Screen> </XML>


Try this (hopefully) fixed version.
Weskat is offline   Reply With Quote
Old 03-05-2006, 07:57 PM   #11
seraphita
A Gray Wolf
 
Join Date: Nov 2003
Posts: 8
Interface Author - Click to view interfaces
Default

still no go. same error as above, except without the 1 at the end...
seraphita 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 01:16 AM.


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