Thread Tools Display Modes
01-27-13, 04:03 AM   #1
Brainn
A Frostmaul Preserver
AddOn Author - Click to view addons
Join Date: Apr 2009
Posts: 263
[Bug] MainMenuBar not completely hidden

With the fix for the ExtraActionButton you removed the MainMenuBar frame from parts of the blizzdisable scripts. Now, this leaves a invisible MainMenuBar frame at the bottom of the screen, and that frame covers my rdx actionbars, making it impossible to click on the buttons. MainMenuBar:Hide() solves the problem, but im not sure if the ExtraActionBar is still working then. Since those frames interact in some way i think the best solution would be to resize the MainMenuBar frames heigth to 1px ?
  Reply With Quote
01-27-13, 05:28 AM   #2
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2008
Posts: 1,740
By default some frames have mouse enabled.

Lua Code:
  1. MainMenuBarArtFrame:EnableMouse(false)

Use /fstack and find whatever frame is causing this.
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)

Last edited by zork : 01-27-13 at 05:32 AM.
  Reply With Quote
01-27-13, 10:15 AM   #3
Brainn
A Frostmaul Preserver
AddOn Author - Click to view addons
Join Date: Apr 2009
Posts: 263
thanks zork
Code:
MainMenuBar:EnableMouse(false);
@l234, \RDX\BlizzFullDisable.lua helps - hope the blizzard guys did not put something to re-enable it somewhere in the onevent functions
  Reply With Quote
01-28-13, 02:15 PM   #4
sigg
Featured Artist
 
sigg's Avatar
Featured
Join Date: Aug 2008
Posts: 1,251
Add in Github

Cheers
__________________
RDX manager
Sigg
  Reply With Quote

WoWInterface » Featured Projects » OpenRDX » OpenRDX Support » OpenRDX: Bug/Error Reports » [Bug] MainMenuBar not completely hidden

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