Thread Tools Display Modes
Prev Previous Post   Next Post Next
03-26-21, 12:22 PM   #1
yess
A Fallenroot Satyr
AddOn Author - Click to view addons
Join Date: May 2008
Posts: 29
MainMenuBar glitches

I am trying to move the MainMenuBar above a libdatabroker display (ChocolateBar).

But the MainMenuBar is constantly reset somewhere in Blizzards code. Now I know that I can avoid this by setting it to user placed:

Code:
MainMenuBar:SetUserPlaced(true)
but that causes the MainMenuBar become non intractable after leaving a vehicle during combat.

I have tried to set it back to not user placed when entering a vehicle to avoid this (as does TitanPanel) but its still glitching sometimes if I enter a vehicle several times during a combat. Probably because UNIT_ENTERING_VEHICLE / UNIT_EXITED_VEHICLE also triggers PLAYER_REGEN_DISABLED and PLAYER_REGEN_DISABLED despite a continuous combat situation...

Has anyone more insight on what is going on with the MainMenuBar's placement in the first place? And why is it non clickable if SetUserPlaced is still true when entering/leaving a vehicle?
  Reply With Quote
 

WoWInterface » Developer Discussions » General Authoring Discussion » MainMenuBar glitches


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