View Single Post
09-16-09, 07:42 AM   #3
Laurent
A Deviate Faerie Dragon
 
Laurent's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 12
Ok I tried implementing :

Code:
LFGMicroButton:ClearAllPoints();
	LFGMicroButton:SetPoint("BOTTOM", "UIParent", "TOP", 0, 0);

	
	PVPMicroButton:ClearAllPoints();
	PVPMicroButton:SetPoint("BOTTOM", "UIParent", "TOP", 0, 0);
	
	AchievementMicroButton:ClearAllPoints();
	AchievementMicroButton:SetPoint("BOTTOM", "UIParent", "TOP", 0, 0);
	
	HelpMicroButton:ClearAllPoints();
	HelpMicroButton:SetPoint("BOTTOM", "UIParent", "TOP", 0, 0);
But it still throws this error:

Code:
Message: Interface\FrameXML\MainMenuBarMicroButtons.lua:171: AchievementMicroButton:SetPoint(): TalentMicroButton is dependent on this
Time: 09/16/09 07:40:17
Count: 1
Stack: [string "Interface\FrameXML\BasicControls.xml:<Scrip..."]:18: in function <[string "Interface\FrameXML\BasicControls.xml:<Scrip..."]:4>
[C]: ?
[C]: in function `SetPoint'
Interface\FrameXML\MainMenuBarMicroButtons.lua:171: in function `UpdateTalentButton'
Interface\FrameXML\MainMenuBarMicroButtons.lua:159: in function <Interface\FrameXML\MainMenuBarMicroButtons.lua:152>

Locals: (*temporary) = AchievementMicroButton {
 0 = <userdata>
}
(*temporary) = "BOTTOMLEFT"
(*temporary) = "TalentMicroButton"
(*temporary) = "BOTTOMRIGHT"
(*temporary) = -2
(*temporary) = 0
I'm at a loss
__________________




  Reply With Quote