Tooltip Icons not showing on action bars
LybrialsGit opened this issue · 14 comments
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
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.
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.
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)
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!
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.
Interesting. Are you not updating the active buttons variable? I'm not that familiar with action button addons heh
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
This line iterates over registered LAB buttons: