Thread Tools Display Modes
08-28-17, 02:16 AM   #1
sBaildon
A Kobold Labourer
 
sBaildon's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2010
Posts: 1
Resizing frames in combat

I'm trying to resize an oUF unit frame in combat so that I can show/hide some dynamic resources, but I'm getting a bunch of:

Code:
8/28 09:11:05.957  Execution tainted by ... while reading INTERFACE_ACTION_BLOCKED_SHOWN - Interface\FrameXML\UIParent.lua:1370
8/28 09:11:05.957      ...:SetHeight()
Is there any solution for resizing a frame in combat?
  Reply With Quote
08-28-17, 02:43 AM   #2
Dridzt
A Pyroguard Emberseer
 
Dridzt's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2005
Posts: 1,359
Resizing, hiding/showing or moving secure frames should all be impossible during combat (outside of the constraints of the secure system) because allowing arbitrary movement would open the door to "one-hit-wonder" type addons again.

Overlay a bunch of actionbuttons and take turns shrinking them to 1 pixel, or moving them outside the screen, or changing their strata etc.. you get the idea.
  Reply With Quote

WoWInterface » Developer Discussions » Lua/XML Help » Resizing frames in combat

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off