WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   AddOn Help/Support (https://www.wowinterface.com/forums/forumdisplay.php?f=3)
-   -   layout-local.txt weird behavior (https://www.wowinterface.com/forums/showthread.php?t=58783)

hasnogaems 06-04-21 11:13 AM

layout-local.txt weird behavior
 
I copy-pacte layout-local from backup with following settings:
Code:

Version: 1
Frame: Spy_MainWindow
FrameLevel: 10
Anchor: RIGHT
X: -103
Y: -109
W: 160
H: 35
Frame: TargetHealthPercentBar
FrameLevel: 1
Anchor: TOPLEFT
X: 128
Y: 0
W: 38
H: 16
Frame: WeaponSwingTimerPlayerFrame
FrameLevel: 1
Anchor: RIGHT
X: -172
Y: -204
W: 200
H: 10
Frame: Rage_Frame
FrameLevel: 1
Anchor: CENTER
X: 3
Y: -166
W: 60
H: 31
Frame: AutoCarrotButton
FrameLevel: 1
Anchor: RIGHT
X: -2
Y: 57
W: 36
H: 36
Frame: PlayerFrame
FrameLevel: 1
Anchor: TOPLEFT
X: 125
Y: -126
W: 232
H: 100
Frame: LootHistoryFrame
FrameLevel: 1
Anchor: RIGHT
X: -128
Y: -158
W: 210
H: 175
Frame: AuctioneerPostPrompt
FrameLevel: 1
Anchor: CENTER
X: 2
Y: -49
W: 400
H: 140
Frame: ArmoryFrame
FrameLevel: 1
Anchor: LEFT
X: 20
Y: 105
W: 338
H: 424
Frame: BeanCounterBaseFrame
FrameLevel: 1
Anchor: BOTTOMRIGHT
X: -23
Y: -9
W: 1119
H: 450
Frame: NeuronActionBar1
FrameLevel: 1
Anchor: BOTTOM
X: -86
Y: 93
W: 435
H: 48
Frame: SLFG_GUI
FrameLevel: 1
Anchor: CENTER
X: -8
Y: 43
W: 320
H: 225
Frame: AtlasLoot_GUI-Frame
FrameLevel: 1
Anchor: TOP
X: 97
Y: -61
W: 920
H: 600
Frame: RollTrackerClassicMainWindow
FrameLevel: 1
Anchor: TOPRIGHT
X: -173
Y: -77
W: 215
H: 380

but after I log out game clean it up to left only
Code:

Version: 1
Frame: AutoCarrotButton
FrameLevel: 1
Anchor: CENTER
X: 0
Y: 0
W: 36
H: 36
Frame: PlayerFrame
FrameLevel: 1
Anchor: TOPLEFT
X: 125
Y: -126
W: 232
H: 100
Frame: LootHistoryFrame
FrameLevel: 1
Anchor: RIGHT
X: -128
Y: -158
W: 210
H: 175

Why its happening? Looks like all other addons would be loaded with default frame positions.

Fizzlemizz 06-04-21 11:38 AM

Those presumably are for any frames created before PLAYER_LOGIN using SetUserPlaced.

If those frames from a backup no longer exist at PLAYER_LOGIN or don't have SetUserPlaced I'm guessing the game removes the information... just guessing though.

All other addons would manage their own frame positions and save them in their "personal" SavedVariable files(s)


All times are GMT -6. The time now is 06:09 PM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI