View Single Post
Old 10-20-2003, 06:36 PM   #6
tomko44
A Hill Giant
 
Join Date: Dec 2002
Posts: 34
Interface Author - Click to view interfaces
Default

Then why is there a <location> tag with x,y coordinates in the Screen section. To me, that must be telling the server where the starting point for that window is. For example, the code in my PetInfoWindow has the following code:
<Screen item = "PetInfoWindow">
<!--<ScreenID/>-->
<Text>Songs/Pet</Text>
<RelativePosition>false</RelativePosition>
<Location>
<X>415</X>
<Y>395</Y>
</Location>
<Size>
<CX>184</CX>
<CY>122</CY>
</Size>

I assume that this code says that the Window should start off in position 415,395 of the player's UI and that the Window should start off as 184x122. If I am wrong, then what does the location tag do in the Screen Item?
tomko44 is offline   Reply With Quote