View Single Post
04-12-06, 04:36 AM   #1
benzon
A Kobold Labourer
Join Date: Apr 2006
Posts: 1
Creating costume actionbar mod but got a problem

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?
Attached Thumbnails
Click image for larger version

Name:	problem.jpg
Views:	610
Size:	24.3 KB
ID:	554  
  Reply With Quote