View Single Post
Old 07-14-2004, 04:30 PM   #4
Remelio
Featured Designer
 
Join Date: Aug 2002
Server: Tarew Marr
Posts: 173
Interface Author - Click to view interfaces
Send a message via ICQ to Remelio Send a message via AIM to Remelio
Default

If the modifications posted in the first post don't work (you can't see add/remove buttons etc) try these:

REPLACE the code that you ADDED above with this:
Code:
<Label item ="Augment_Label"> <ScreenID>Augment_Label</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>95</X> <Y>5</Y> </Location> <Size> <CX>88</CX> <CY>20</CY> </Size> <Text></Text> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>false</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>false</AlignRight> </Label> <Label item ="AugmentInfoLabel"> <ScreenID>AugmentInfoLabel</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>85</X> <Y>55</Y> </Location> <Size> <CX>120</CX> <CY>45</CY> </Size> <Text>None</Text> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>false</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>false</AlignRight> </Label> <Listbox item="AugmentList"> <ScreenID>AugmentList</ScreenID> <DrawTemplate>WDT_Inner</DrawTemplate> <Location> <X>85</X> <Y>0</Y> </Location> <Size> <CX>120</CX> <CY>55</CY> </Size> <Columns> <Width>150</Width> </Columns> <Style_Border>true</Style_Border> <Style_VScroll>false</Style_VScroll> </Listbox> <Button item = "InsertButton"> <ScreenID>InsertButton</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>95</X> <Y>85</Y> </Location> <Size> <CX>70</CX> <CY>24</CY> </Size> <Style_Transparent>false</Style_Transparent> <!--<TooltipReference/>--> <Style_Checkbox>false</Style_Checkbox> <!--<RadioGroup/>--> <Text>Insert</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> </Button> <Button item = "RemoveButton"> <ScreenID>RemoveButton</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>95</X> <Y>85</Y> </Location> <Size> <CX>70</CX> <CY>24</CY> </Size> <Style_Transparent>false</Style_Transparent> <!--<TooltipReference/>--> <Style_Checkbox>false</Style_Checkbox> <!--<RadioGroup/>--> <Text>Remove</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> </Button> <Button item = "DeleteButton"> <ScreenID>DeleteButton</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>95</X> <Y>85</Y> </Location> <Size> <CX>70</CX> <CY>24</CY> </Size> <Style_Transparent>false</Style_Transparent> <!--<TooltipReference/>--> <Style_Checkbox>false</Style_Checkbox> <!--<RadioGroup/>--> <Text>Delete</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> </Button>


The <Pieces> bits are the same, so keep all those at the bottom, listed at the END.

PS: I can't fix all the window mods out there, so if this doesn't work, you'll have to wait for the respective makers to fix them, I'm afraid You might also try lowering the <Y> numbers for <Location> for the add/remove/insert buttons if you still can't see them, and make them match the <Y> number for the "AugmentInfoLabel" item.

I hope this helps everyone having problems! Almost any fixes to this will look clumsy because its SO hard to work with the container window.. Keep that in mind
__________________
Remelio is offline