View Single Post
04-26-23, 02:21 PM   #5
AeroMaxxD
An Aku'mai Servant
Join Date: Dec 2022
Posts: 33
Ok awesome I have some stuff on my new tab from the xml after lots of trial and error.

I do have something I can't figure when I the code below to the Frame that is the New tab on my character frame. A new frame shows up above the new tab frame, and it is slightly offset higher and more to the left.

Code:
		<Layers>
			<Layer level="BORDER">
				<Texture file="Interface\LFGFRAME\UI-FRAME-THREEBUTTON-BLANK">
					<Anchors>
						<Anchor point="CENTER"/>
					</Anchors>
				</Texture>
			</Layer>
		</Layers>
This is the code

Code:
	<Frame name="AMD_CharacterFrame" parent="CharacterFrame" frameStrata="HIGH" enableMouse="true" setallpoints="true" id="4">
		<Frames>
			<Frame name="AMD_OuterContent" frameStrata="HIGH" enableMouse="true" movable="true">
			</Frame>
		</Frames>
		<Layers>
			<Layer level="BORDER">
				<Texture file="Interface\LFGFRAME\UI-FRAME-THREEBUTTON-BLANK">
					<Anchors>
						<Anchor point="CENTER"/>
					</Anchors>
				</Texture>
			</Layer>
		</Layers>
	</Frame>
  Reply With Quote