Thread Tools Display Modes
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
04-13-06, 10:50 AM   #2
Esamynn
Featured Artist
Premium Member
Featured
Join Date: Jan 2005
Posts: 395
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.
  Reply With Quote

WoWInterface » Developer Discussions » General Authoring Discussion » Creating costume actionbar mod but got a problem

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off