WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   General Authoring Discussion (https://www.wowinterface.com/forums/forumdisplay.php?f=20)
-   -   Creating costume actionbar mod but got a problem (https://www.wowinterface.com/forums/showthread.php?t=4445)

benzon 04-12-06 04:36 AM

Creating costume actionbar mod but got a problem
 
1 Attachment(s)
Okay i am working on a small addon

Doing a Actionbar style i like my self, but ran in to some problems the main idea work as long you aint level 60

When you are ther is a wicked line in the middel of i all and i cant locate how to remove it.

I have addet a screenshot of my problem

MainMenuBar:SetPoint("BOTTOMRIGHT", "UIParent", "BOTTOMRIGHT", 0, 0);
MainMenuBar:SetWidth(580);
ReputationWatchBar:Hide();
MainMenuBarPerformanceBarFrame:Hide();
MultiBarRight:ClearAllPoints();
MultiBarRight:SetPoint("RIGHT", "UIParent", "RIGHT", 0, 0);
MultiBarLeft:ClearAllPoints();
MultiBarLeft:SetPoint("RIGHT", "MultiBarRight", "LEFT", 0, 0);
MultiBarBottomLeft:ClearAllPoints();
MultiBarBottomLeft:SetPoint("BOTTOMLEFT", "ActionButton1", "TOPLEFT", -0, 5);
MultiBarBottomRight:ClearAllPoints();
MultiBarBottomRight:SetPoint("BOTTOMLEFT", "MultiBarBottomLeftButton1", "TOPLEFT", -0, 5);
ActionBarUpButton:ClearAllPoints();
ActionBarUpButton:SetPoint("BOTTOMRIGHT", "ActionBarDownButton", "TOPRIGHT", 0, -14);
MainMenuBarTexture0:Hide();
MainMenuBarTexture1:Hide();
MainMenuBarTexture2:Hide();
MainMenuBarTexture3:Hide();
MainMenuBarPageNumber:Hide();
ExhaustionLevelFillBar:Hide();
ExhaustionTick:Hide();
MainMenuExpBar:Hide();
MainMenuBarLeftEndCap:Hide();
MainMenuBarRightEndCap:Hide();

Thats the basic remove grafik code i use is ther eny one hu got a clue what the problem is?

Esamynn 04-13-06 10:50 AM

I believe the frame is the MainMenuBarMaxLevelBar that was introduced with the 1.10 upgrades to the EXP bar and the repuation system.

MainMenuBarMaxLevelBar:Hide() should get rid of it.


All times are GMT -6. The time now is 06:32 PM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI