View Single Post
Old 08-01-2003, 05:28 AM   #6
Solonis
A Hill Giant
 
Join Date: May 2003
Server: Fennin Ro
Posts: 35
Interface Author - Click to view interfaces
Default

In looking at my previous message, I should have said false for transparency. For the other try changing the following lines:

<Style_Transparent>true</Style_Transparent>
Change to false

<DrawTemplate>WDT_RoundedNoTitle</DrawTemplate>
Change to WDT_Rounded

<Style_Titlebar>false</Style_Titlebar>
Change to true

For the Labels, try the following:

<Label item ="Player_HPLabel">
<ScreenID>HPLabel</ScreenID>
<Font>3</Font>
<EQType>19</EQType>
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>29</Y>
</Location>
<Size>
<CX>5</CX>
<CY>12</CY>
</Size>
<Text> HIT: END: POW: EXP: ALT:</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>false</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
</Label>

Change the numbers for Font, Location, and Size to position the label where you want it. Change the Text line if desired. This is the first time for me in working with this type of label. If you still have problems, attach the .xml file as a .txt and I'll work on it through the weekend.

Looks good so far, Great work. I would be interested in seeing the completed UI, after you get all of the changes made. I have a Druid Alt and what you are doing would be ideal for him.
Solonis is offline   Reply With Quote