Thread Tools Display Modes
04-27-09, 04:25 PM   #1
didrik
A Kobold Labourer
Join Date: Apr 2009
Posts: 1
Frame positioning

The Carbonite frames does not remember their position through ReloadUI() if WorldFrame and UIParent are half my window width:
Code:
local x, y = Hello_GetCurrentResolution(GetScreenResolutions())
UIParent:SetPoint("BOTTOMRIGHT", -.5*x, 0)
WorldFrame:SetPoint("BOTTOMRIGHT", -.5*x, 0)
Could you consider allowing the frames to cross the UIParent borders?
 
04-30-09, 01:53 PM   #2
carboniteaddon
A Pyroguard Emberseer
 
carboniteaddon's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2008
Posts: 2,245
Sorry, I don't know why it would not be saving the location. Our window code is complicated and I don't have the time to check why that would happen.
__________________
faatal
 
 

WoWInterface » Featured Projects » Carbonite » Carbonite Archive » Frame positioning


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