Hello,
I'm the developer of Transmog Loot Helper and I was looking to add support for EllesmereUI (Standalone Bags). As far as I was able to tell (and I could be wrong!), there is no way to add overlays to the itemButtons, because their frames are not named and no API exists to hook into them.
If I am correct (and please correct me if I am not), this means that addons like Can I Mog It?, Caerdon Wardrobe, and mine cannot add any icons to the items in Ellesmere inventory frames.
The easiest way to allow for addons like these to add their item overlays would be for each itemButton to:
- Have a static frame name (i.e.
ElvUI_ContainerFrameBag1Slot1) or to be able to be hooked via a dedicated API (latter preferred)
- Return information for at least
bagID and bagSlot, and ideally also itemLink and itemLocation
- Send callbacks for frame loaded and frame updated (items changed)
Alternatively, a specific icon integration module like Baganator includes would also work.
Hello,
I'm the developer of Transmog Loot Helper and I was looking to add support for EllesmereUI (Standalone Bags). As far as I was able to tell (and I could be wrong!), there is no way to add overlays to the itemButtons, because their frames are not named and no API exists to hook into them.
If I am correct (and please correct me if I am not), this means that addons like Can I Mog It?, Caerdon Wardrobe, and mine cannot add any icons to the items in Ellesmere inventory frames.
The easiest way to allow for addons like these to add their item overlays would be for each itemButton to:
ElvUI_ContainerFrameBag1Slot1) or to be able to be hooked via a dedicated API (latter preferred)bagIDandbagSlot, and ideally alsoitemLinkanditemLocationAlternatively, a specific icon integration module like Baganator includes would also work.