- Joined
- Mar 26, 2017
- Messages
- 376
I am making a custom UI that will replace all existing UI elements.
I also want to replace the F buttons in the top left, but I am currently stuck. As I see it there are three options that would work for my implementation:
1.Use BlzFrameSetVisible to show the menu popup as soon as the custom button is clicked.
-Unfortunately, I do not know how to reach this frame, if it is reachable at all.
2.Edit the current existing F button by changing the ControlBackdrop and ControlPushBackdrop with SetTexture, SetSize and SetPosition commands.
-I also don't know how to reach these frames. They are not children of ORIGIN_FRAME_SYSTEM_BUTTON.
3.Activate the menu by forcing an F-press when the custom button is clicked.
-I do not know how to do F-presses with ForceUIKey, if possible at all.
I also want to replace the F buttons in the top left, but I am currently stuck. As I see it there are three options that would work for my implementation:
1.Use BlzFrameSetVisible to show the menu popup as soon as the custom button is clicked.
-Unfortunately, I do not know how to reach this frame, if it is reachable at all.
2.Edit the current existing F button by changing the ControlBackdrop and ControlPushBackdrop with SetTexture, SetSize and SetPosition commands.
-I also don't know how to reach these frames. They are not children of ORIGIN_FRAME_SYSTEM_BUTTON.
3.Activate the menu by forcing an F-press when the custom button is clicked.
-I do not know how to do F-presses with ForceUIKey, if possible at all.
Last edited: