View Single Post
04-28-23, 12:04 AM   #14
AeroMaxxD
An Aku'mai Servant
Join Date: Dec 2022
Posts: 33
That didn't seem to work.

This is the button xml code.

Code:
<Button name="$parent_Options" inherits="PanelTopTabButtonTemplate" text="Options">
This is the main frame the button is nested inside.

Code:
<Frame name="AMD_TabOnCharacterFrame" parent="CharacterFrame" frameStrata="HIGH" enableMouse="true" movable="true" setallpoints="true" id="4">
I tried the following, but the gold vertical line remained.

Lua Code:
  1. AMD_TabOnCharacterFrame.MiddleActive:Hide()
  2. AMD_TabOnCharacterFrame_Options.MiddleActive:Hide()

Edit: Actually they do seem to work, they don't get rid of the gold vertical line, they do however remove some text I had put on the frame.

Last edited by AeroMaxxD : 04-28-23 at 12:30 AM.
  Reply With Quote