Thread Tools Display Modes
10-02-11, 11:50 AM   #1
Grimsin
A Molten Giant
 
Grimsin's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2006
Posts: 990
Action Bar help

Anyone know how to stop the action bars from disappearing when you get into a vehicle? Ive tried disabling the frame management and even the anim system and it still hides on vehicle entry. Any help would be greatly appreciated.
__________________
"Are we there yet?"

GrimUI
[SIGPIC][/SIGPIC]
  Reply With Quote
10-02-11, 01:00 PM   #2
SDPhantom
A Pyroguard Emberseer
 
SDPhantom's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2006
Posts: 2,326
This seems to be handled by MainMenuBarArtFrame. Have you tried unregistering its events?

Code:
MainMenuBarArtFrame:RegisterEvent("UNIT_ENTERING_VEHICLE");
MainMenuBarArtFrame:RegisterEvent("UNIT_ENTERED_VEHICLE");
MainMenuBarArtFrame:RegisterEvent("UNIT_EXITING_VEHICLE");
MainMenuBarArtFrame:RegisterEvent("UNIT_EXITED_VEHICLE");
__________________
WoWInterface AddOns
"All I want is a pretty girl, a decent meal, and the right to shoot lightning at fools."
-Anders (Dragon Age: Origins - Awakening)
  Reply With Quote
10-02-11, 01:30 PM   #3
Grimsin
A Molten Giant
 
Grimsin's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2006
Posts: 990
That worked and it didnt haha. it fixed the tainting issue but now the button hot keys dont update when getting in/out of a vehicle.
__________________
"Are we there yet?"

GrimUI
[SIGPIC][/SIGPIC]
  Reply With Quote
10-02-11, 01:39 PM   #4
Grimsin
A Molten Giant
 
Grimsin's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2006
Posts: 990
It looks like the main bar has to be hidden to get the vehicle bar to register for key press.
__________________
"Are we there yet?"

GrimUI
[SIGPIC][/SIGPIC]
  Reply With Quote

WoWInterface » Developer Discussions » General Authoring Discussion » Action Bar help


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