View Single Post
Old 04-13-2007, 12:31 PM   #5
Halelen
Lord Doljonijiarnimorinar
 
Join Date: Jan 2003
Server: Povar
Posts: 1,047
Interface Author - Click to view interfaces
Default

Quote:
Originally Posted by fenrian1
If you look at your code, the Y axis size is 640, the bottom anchor offset for the buf window is 23, placing the bottom of the bufwindow and Y617. The lowest button is at Y542. The buf window is overlaping the buttons.

Your screen shot does not look like it should based on the code you uploaded.
I would try either not using anchors and size the pet window and place it like any other nested window, or maybe try using BottomAnchorToTop>true</
instead of false. Maybe experiment moving the bottom anchor to 150 to give enough room for the button and verify its working.

One other thought, notice the template is WTD_Buffs2. This window uses a custom window template that may need to be moddified and possibly has .tga files that will need to be modded as well.




Thanks a ton Fenrian I would have never got that...was quite simple fix..just had to change bottom anchor to true and all works well now ...
Halelen is offline   Reply With Quote