Showing results 1 to 8 of 8
Search took 0.00 seconds.
Search: Posts Made By: Fizzlemizz
Forum: General Authoring Discussion 06-26-19, 02:05 AM
Replies: 27
Views: 9,754
Posted By Fizzlemizz
Use UIParent instead.

Use UIParent instead.
Forum: General Authoring Discussion 06-22-19, 03:55 PM
Replies: 27
Views: 9,754
Posted By Fizzlemizz
The BlackBox created "surround/border" frames...

The BlackBox created "surround/border" frames that was presumably to hide the television "noise" effect some older versions of WoW could get when you peeked behind the WorldFrame and didn't cover it...
Forum: General Authoring Discussion 06-22-19, 03:41 PM
Replies: 27
Views: 9,754
Posted By Fizzlemizz
Comment out the four lines that start with...

Comment out the four lines that start with "blackbox(" by placing two dashes in front of them eg.

-- blackbox("TOPLEFT", "TOPRIGHT", "BOTTOM", "TOP");
Forum: General Authoring Discussion 06-22-19, 03:34 PM
Replies: 27
Views: 9,754
Posted By Fizzlemizz
Can you post the contents of your config.lua file?

Can you post the contents of your config.lua file?
Forum: General Authoring Discussion 06-22-19, 03:13 PM
Replies: 27
Views: 9,754
Posted By Fizzlemizz
I would try removing all add-ons apart from LVP...

I would try removing all add-ons apart from LVP (and bugsack/buggrabber) and log-in again just in case it's the "frame that even briefly glances sideways at a restricted frame" and nothing to do with...
Forum: General Authoring Discussion 06-22-19, 01:58 PM
Replies: 27
Views: 9,754
Posted By Fizzlemizz
In LVP's core.lua file, after the line...

In LVP's core.lua file, after the line "frame:SetFrameStrata("BACKGROUND")" and before "frame:SetPoint(point1, UIParent, point1)" you could try adding

frame:ClearAllPoints()

No guarantees, I just...
Forum: General Authoring Discussion 06-22-19, 01:33 PM
Replies: 27
Views: 9,754
Posted By Fizzlemizz
Possibly to do with the new secure anchoring...

Possibly to do with the new secure anchoring system (https://us.forums.blizzard.com/en/wow/t/ui-changes-in-rise-of-azshara/202487). If you anchor to a restricted frame or a frame that inherits a...
Forum: General Authoring Discussion 06-17-19, 06:54 PM
Replies: 27
Views: 9,754
Posted By Fizzlemizz
Resetting the ViewPort still works on the PTR. My...

Resetting the ViewPort still works on the PTR. My UI toggles the size up-down for Alt-Z without error

WorldFrame:SetPoint("TOPLEFT", 0, 0)
WorldFrame:SetPoint("BOTTOMRIGHT", 0, (bottom * (2668 /...
Showing results 1 to 8 of 8