Mega Macro

Mega Macro

39.7k Downloads

Tooltip Icons not showing on action bars

LybrialsGit opened this issue · 14 comments

commented

Non of the tooltip icons are showing on the action bars

WoWScrnShot_102520_051448

commented

If you select an icon to display, no tooltip will be shown. The tooltip is only shown if the macro's spell/item is used to calculate icon and stuff.

Make sure the first item on the icon list is selected.

You also don't need the #showtooltip

commented

Hi,

I dont need the tooltip to be shown. I need the icon to be shown.
When I use "#showtooltip Cobra Shot" I would expect the cobra shot icon to be shown.
In the macros area of your addon the cobra shot is showing perfectly as you see.
But on the action bar there is only a question mark. No Cobra Shot Icon.

commented

It should work. Maybe try recreating the macro.

commented

Hi,

yeah I played around a couple of hours before I opened that ticket.
I have tried many different things.
I do not get the icons to show on the action bar.

commented

Are you able to drag that macro from the Mega Macro UI to your action bar?

commented

Yes

commented

Ok, there must be an incompatibility issue between Mega Macros and the action bars addon im using.
When I disable the action bars addon, the macro icons are showing perfectly (on default blizzard ui)

commented

Which addon is that?
Sorry for jumping to conclusions.

commented

Dont worry.

It is a self coded, yet not released action bars addon. But it basically works similar to comparable action bars like bartender, dominos or elvui action bars. Since all of these are working perfectly together with mega macro the problem must be
on my side. I will find and solve the problem.

Thank you for your time!

commented

I have to manually support those by identifying a way to iterate over all action buttons. For ElvUI and BT4 this is just a matter of getting the active buttons from Lib Action Button. For Dominos and Blizzard UI it's by going over each button by name. I'm guessing you don't use Lib Action Button and have your own button naming convention.

commented

Interesting. Are you not updating the active buttons variable? I'm not that familiar with action button addons heh

commented

Actually im using Lib Action Button.

commented

The only API function from Lib Action Button which im using is CreateButton which is creating a button and adding it to the button registry of Lib Action Button

commented

This line iterates over registered LAB buttons:

local function ForEachLibActionButton(func)