View Single Post
04-18-14, 09:30 PM   #18
cokedrivers
A Rage Talon Dragon Guard
 
cokedrivers's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2009
Posts: 325
Originally Posted by Ketho View Post
There still seems to be some leaking globals for BasicUI_Datapanel.lua (checking with FindGlobals). Just a heads up
Code:
function <D:\BasicUI_Datapanel.lua:166,193> (89 instructions, 356 bytes at 0000000000392030)
	[169]	SETGLOBAL	8 -2	; screenHeight
	[174]	SETGLOBAL	8 -7	; freeScreenHeight
	[175]	SETGLOBAL	8 -8	; column
	[177]	SETGLOBAL	13 -13	; frame
	[184]	SETGLOBAL	13 -8	; column
	[185]	SETGLOBAL	13 -7	; freeScreenHeight
	[191]	SETGLOBAL	13 -7	; freeScreenHeight
function <D:\BasicUI_Datapanel.lua:346,379> (92 instructions, 368 bytes at 000000000039BBC0)
	[353]	SETGLOBAL	2 -7	; PanelLeft
	[354]	SETGLOBAL	2 -8	; PanelCenter
	[355]	SETGLOBAL	2 -9	; PanelRight
Will try to look into these, thanks for the heads up.

Well couldn't figure out how to get the text to show so I went this route. Not sure if its any better then the original but everything hides and with a reload im able to adjust the stat positions.

Coke
  Reply With Quote