Make GSSE Icon usable, Deprecate need of Macro Icons.
TimothyLuke opened this issue ยท 5 comments
The Icon in the editor is currently a display only. CHange this so that when you click the icon it pops up the Macro Icon selector. Also allow this to be dragged to an action bar and actually be the same button as the one in the /macro interface
This is Blizzard's Macro code.
https://github.com/tomrus88/BlizzardInterfaceCode/blob/master/Interface/AddOns/Blizzard_MacroUI/Blizzard_MacroUI.lua#L74
We should be also able to use the internal Button (_G["SequenceName"]) and put that on an action bar. This would reduce the need for a "Macro" button.
Initial evidence is that we will need to still have the Macro Stub. In this case will set Drag from the icon to drag the macro.
What about adding https://www.wowace.com/addons/ace-gui-3-0-action-slot-widgets/pages/main/ to the viewer and an icon change function to the Editor.
Phenominal reference on SecureActions - http://www.iriel.org/wow/docs/SecureHeadersGuide%20-%20pre1.pdf
Limitations on what is available for onclick.