Thread Tools Display Modes
02-16-10, 01:21 AM   #1
Zeldaxlol
A Kobold Labourer
Join Date: Feb 2010
Posts: 1
Question I'd Like 2 change the position of my frames

Hi everybody!
I have sum probs wit my oUF! I want to change the position of my player and target frame because they are overlapping wit my cast skills...
Can u help me?
Sorry 4 my bad english

here the link where u can see my prob
http://www.bilder-hochladen.net/files/d6pu-8-jpg.html

as you can see is my player frame overlapping with my skills. Same **** on the othes side with my target frame.
I need 2 change the position.

Last edited by Zeldaxlol : 02-16-10 at 01:29 AM. Reason: give sum more infos
  Reply With Quote
02-16-10, 01:45 AM   #2
sacrife
An Onyxian Warder
 
sacrife's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2009
Posts: 384
Open the layout.lua in the addon and scroll down at the near bottom.
Or search for

local player = oUF:Spawn('player', 'oUF_player')
player:SetPoint('TOPLEFT', 10, -15)

or

local target = oUF:Spawn('target', 'oUF_target')
target:SetPoint('TOPLEFT', player, 'TOPRIGHT', 10, 0)

and change the numbers there or spawn positions there.
__________________

  Reply With Quote
02-16-10, 01:54 AM   #3
Bruners
A Flamescale Wyrmkin
 
Bruners's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2008
Posts: 125
Or you could use oUF_Movableframes

http://www.wowinterface.com/download...bleFrames.html
  Reply With Quote

WoWInterface » Featured Projects » oUF (Otravi Unit Frames) » I'd Like 2 change the position of my frames


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