Thread Tools Display Modes
07-12-07, 09:20 PM   #1
benbook
A Defias Bandit
Join Date: Jul 2007
Posts: 3
Merchant Window

Hey I was talking to a merchant and somehow i moved the trade menu to the top of my screen and now i can only see the bottom of it. >.> If you wouldn't mind can i get some help. Thanks in advance.

P.S. you got an amazing ui
  Reply With Quote
07-12-07, 09:22 PM   #2
Dreadlorde
A Pyroguard Emberseer
 
Dreadlorde's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2006
Posts: 2,302
ddi you try dragging back?
__________________

Funtoo - Plan 9 - Windows 7
  Reply With Quote
07-12-07, 09:23 PM   #3
benbook
A Defias Bandit
Join Date: Jul 2007
Posts: 3
ya it wont let me
  Reply With Quote
07-12-07, 09:30 PM   #4
benbook
A Defias Bandit
Join Date: Jul 2007
Posts: 3

it just wont let me grab it and drag it down
  Reply With Quote
07-12-07, 09:36 PM   #5
Dreadlorde
A Pyroguard Emberseer
 
Dreadlorde's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2006
Posts: 2,302
what addon does mazzle use to move frames? I don't recall atm.
__________________

Funtoo - Plan 9 - Windows 7
  Reply With Quote
07-12-07, 09:40 PM   #6
vampiricwound
A Cyclonian
Join Date: Dec 2006
Posts: 42
moveanything if i recall
  Reply With Quote
07-12-07, 11:23 PM   #7
Rollak
An Aku'mai Servant
AddOn Author - Click to view addons
Join Date: Jun 2006
Posts: 36
Na. "Movable Bags" for bags. But other than that I think the frames are moved directly with the mazzifier. Once a frame is moved, the interface keeps a record of where it's anchored to in layout-cache.txt

Try this from in game:

/script MerchantFrame:SetUserPlaced(false);
/console reloadui

That should do it. If not, this one will force it to move to where it's supposed to be:

/script MerchantFrame:SetPoint("TOPLEFT", UIParent ,"TOPLEFT", 0, -104);
  Reply With Quote
07-13-07, 06:43 AM   #8
Mazzlefizz
A Pyroguard Emberseer
 
Mazzlefizz's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2006
Posts: 3,521
Originally Posted by Rollak
Na. "Movable Bags" for bags. But other than that I think the frames are moved directly with the mazzifier. Once a frame is moved, the interface keeps a record of where it's anchored to in layout-cache.txt

Try this from in game:

/script MerchantFrame:SetUserPlaced(false);
/console reloadui

That should do it. If not, this one will force it to move to where it's supposed to be:

/script MerchantFrame:SetPoint("TOPLEFT", UIParent ,"TOPLEFT", 0, -104);
Actually, it depends on the frame. The mazzifier tries to use user-placed layout cached stuff whenever it can, but it doesn't work in a lot of cases. For examples, the frames for most ace add-ons create their frames dynamically at run-time and cannot use the layout cache. For those things, it usually places the window, then saves the position of the frame in the add-ons own settings. For a few things, it has no choice but to place the frame at every login.

Anyway, the Mazzifier no longer places those blizzard interface panels. It was a pain, and there was never any good general locations for them across all aspect ratios. There is an add-on called moveFrames that deals with those pains and allows you to move all Blizzard frames and saves its location acroos sessions. I think that's what you're looking for. From its readme:
Code:
Usage:
The slash commands offer a number of options and may be accessed in one of two ways: /moveframes or /mf
/mf reset 	  - This will reset all of the moveFrames positional data. The next time 
                    frames are opened, they will use the default Blizzard positioning.
/mf lock 	  - This toggle a global lock on all moveFrames, frames will not be moveable with this toggled.

There are also a number of ways to handle individual frame settings by click on the 
TitleBar area or, in the case of frames like QuestWatch and WorldStateCaptureBar, 
on the frame itself.
Left-Click+Drag   - Move a frame wherever you want.  Pretty straight forward.
Right-Click 	  - This will lock the selected frame into position.  To un-lock the frame, 
		    just right-click it again.
Shift+Right-Click - This will reset the moveFrame data. Do this if there is one 
		    frame that needs to be reset without losing every frames positional data.
__________________
MazzleUI Home Page: Mazzlefizz.WoWInterface.com
Info, FAQs, Forums, Download can be found at that link.
  Reply With Quote
07-13-07, 01:41 PM   #9
mckibbip
A Deviate Faerie Dragon
Join Date: Feb 2007
Posts: 11
Thanks!

Sweet! I had the exact same problem - that addon works very well.
Thanks for the info Mazz.
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » Merchant Window


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