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);
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);