Thread Tools Display Modes
Prev Previous Post   Next Post Next
12-14-13, 07:25 AM   #1
Mayron
A Frostmaul Preserver
 
Mayron's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2010
Posts: 275
Issue with altering frame point

Hi everyone,

I have an issue where if I use this to mvoe a frames position:

Lua Code:
  1. local point, relativeFrame, relativePoint, ofsx, ofsy = mui_double:GetPoint()  
  2. mui_double:SetPoint(value, relativeFrame, relativePoint, ofsx, ofsy)

then when I run it a second time without reloading the UI then it has no effect on the frame.

Has anyone else encountered this issue before and know a fix for it? I did not know you cannot alter a frames point only once and a reload is needed to fix it as that is the issue.
  Reply With Quote
 

WoWInterface » Developer Discussions » Lua/XML Help » Issue with altering frame point


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