PDA

View Full Version : Titan Panel update to WoW 2.0.1


Adsertor
16-11-2006, 12:10 AM
Guys I'm in need of some help in my update of Titan Panel.

I'm working on updating Titan to the new 2.0.1 UI and I'm running into an issue that I can understand but do not know the way around

This is the current button position code I use but for some reason buttons are ignoring this and placing them selves on 1 bar, its as if the ClearAllpoints is being ignored, was this changed? and if so what too?

button:ClearAllPoints();
button:SetPoint("RIGHT", rightButton:GetName(), "LEFT", -TITAN_PANEL_ICON_SPACEING * scale, 0);

Adsertor
16-11-2006, 01:38 AM
Some more information.

When it diplays the buttons on the bar it is not placing them in the rigth order for example if the buttons where to be displayed in the order 5,1,2,3,4. It is grabing the 5th button, not the button with Id 5. some odd stuff going on