Download
(53Kb)
Download
Updated: 01-07-11 03:04 PM
Pictures
File Info
Updated:01-07-11 03:04 PM
Created:unknown
Downloads:150,311
Favorites:611
MD5:

FluidFrames  Popular! (More than 5000 hits)

Version: 2.4.40000
by: AnduinLothar [More]

Move, hide, scale, and resize frames with independent x&y axes.

Usage Instructions:

Unsaved Movement

  • Drag almost any normal UI Panel (e.g. CharacterFrame, SpellbookFrame, TalentFrame, QuestLogFrame, FriendsFrame, etc.) from any open space on the frame. This movement is intended to be for temporary changes and does not store location in the FluidFrames database.
  • However, this movement registers the frame as user placed. The position will be remembered by the WoW client and restored on subsequent login/reloadui if not overridden by placement code (e.g. CharacterFrame, Minimap). Most of these draggable frames reset if you hide and re-show them.
  • Some frames will not reset automatically (e.g. GameMenuFrame, BattlefieldFrame). To reset these, highlight the frame, right click to reset and then reloadui/relog.
  • The MinimapCluster is an added exception case and can be dragged by the top bar.
  • Temporary dragging can be disabled using the checkbox in the Khoas options.
Saved Movement
  • Assign a key-binding [Main Menu > Key Bindings > FluidFrames > Highlight Mouse Frame] to select, highlight and cycle through frames under the cursor. (The "Highlight All Mouse Frames" binding cycles through all frames under the cursor, including unnamed ones.)
  • Put your cursor over the frame you want to move and use the key-binding. It will select the frame the furthest underneath. Consecutively using the key-binding will highlight frames closer to the front. Hold shift while using the key-binding to cycle backwards through the frames.
  • Drag the highlighted frame to relocate it permanently. It will disable movement from other code sources and save across sessions.
  • Hold shift and drag from the sides or corners to resize.
  • Hold shift and drag the bottom right re-scale icon to re-scale.
  • Right-click to reset a moved/resized/rescaled frame once highlighted.
Notes:
  • To drag some bars you have to drag the 1st button.
  • To move the primary action button bar drag ActionButton1.
  • To find the ShapeshiftBarFrame put your mouse over the left edge of the 1st button when using the key-binding.
  • To drag all the player buffs & debuffs make sure you drag the TemporaryEnchantFrame.
  • To move Chat Frames just unlock and use the default tabs.
  • To drag the TargetFrame make sure you don't drag the TargetFrameTextureFrame on accident.
  • To move the whole minimap drag the MinimapCluster.
  • Experiment with which frame to change. if it doesn't work the way you wanted just right-click to reset.
  • Some frames have complex sub frames that update their locations independent of parent size. If resizing doesn't work well try scaling.
  • If secure frames are moved by default blizzard code while in combat they cannot be moved back until after combat. Also, you will not be able to drag secure frames in combat.

Feedback & Support
If you have bugs or feature requests please use the buttons on the right.
For other feedback, use the comments.
If you'd like to donate to show your support, that can be done through paypal with a paypal account or by credit card. Remember donations are much appreciated but non-contractual. Thank you!
Click here to lend your support!

FAQ:
Q) How do I use the same settings for all my characters?
A) Edit FluidFrames.toc and change "SavedVariablesPerCharacter" to "SavedVariables"

Q) How do I control a Vehicle/MindControl when the MainMenuBar is hidden.
A) Temporarily unhide the MainMenuBar, highlight it and drag it up off the bottom. Execute the script "/run BonusActionBarFrame:Show()". The BonusActionBarFrame should appear bellow the MainMenuBar. Highlight it and drag it where you'd like. Highlight the MainMenuBar, right click to reset it, then click the 'Hide' button above it and un-highlight it by using the binding again. Note that if you don't do this when hiding the MainMenuBar your primary action bar bindings may break when you leave a Vehicle/MindControl.

Q) How do I reset frames I can't figure out how to highlight?
A) If worse comes to worse you can reset everything with the chat command: "/resetframes" tho you probably want to follow that with a reload ui as well before you start retweeking.

v2.4 (Dridzt)
- Replaced 'this' with 'self' '(this' is deprecated)
- Replaced getglobal() with direct _G lookups (getglobal is deprecated)
- Workaround for EnumerateFrames() bug (thanks to Tayedaen)
- Prevent taint when opening the spellbook and a couple other frames in combat.
- TOC to 40000

v2.3.30100
- toc bump to 30100

v2.3
- Added out of combat delays to re-hide and re-position secure frames that were moved in combat.
- Added dependent sibling frame detection to scale/resize/hide frames that had the same parent and whose position is exclusively dependent on the frame being scaled/resized/hidden or one of its other dependent sibling frames.
- Delayed SetParent and Show hooks to undo on the next OnUpdate so as to also catch dependent siblings parented or shown at the same time.
- Delayed SetPoint, SetParent and Show hooks to undo when you leave combat for secure frames.
- Refactored code to a number of files to make updating easier.

v2.2
- Enabled SendMailFrame, TokenFrame, and the PetPaperDollFrameCompanionFrame for dragging their parent frame
- Found a bug that was breaking UIChildWindows dragging, but then decided to just disable it by design, since those frames are all anchored to their parent frame, which are draggable.

v2.1
- Changed distribution to distribute FluidFrames with Portfolio unembedded.
- Fixed bug that caused LoD UI Panels to not be temporarily draggable
- TOC to 30000

v2.0
- Embedded Interface Config Option Panel (Using Portfolio instead of Khaos)
- Added Re-show All option, to show all hidden frames without resetting position.
- Fixed temporary dragging
Optional Files (1)
File Name
Version
Size
Author
Date
Type
2.4g-50300
51kB
05-22-13 06:53 PM
Patch


Post A Reply Comment Options
Unread 04-12-09, 03:50 AM  
Kharthus
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 26
File comments: 294
Uploads: 9
error in 2.3

Date: 2009-04-10 10:47:57
ID: -3
Error occured in: Global
Count: 1
Message: ..\AddOns\FluidFrames\FrameReparent.lua line 50:
attempt to index local 'parent' (a nil value)
Debug:
(tail call): ?
[C]: ?
FluidFrames\FrameReparent.lua:50: GetPositionallyDependantOn()
FluidFrames\FrameRescale.lua:68: RescaleFrame()
FluidFrames\FluidFrames.lua:124: InitMovedFrames()
FluidFrames\FluidFrames.lua:197:
FluidFrames\FluidFrames.lua:173

Get this everytime I login.
Report comment to moderator  
Reply With Quote
Unread 04-13-09, 11:24 AM  
AnduinLothar
Nobody of Importance
 
AnduinLothar's Avatar
AddOn Author - Click to view AddOns

Forum posts: 95
File comments: 208
Uploads: 23
Re: error in 2.3

Did you drag a frame that doesn't have a parent?
Report comment to moderator  
Reply With Quote
Unread 04-13-09, 08:21 PM  
Kharthus
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 26
File comments: 294
Uploads: 9
Found this in my SavedVariables. Deleting that entry fixed the error.

["GroupLootFrame1"] = {
["point"] = {
{
"BOTTOM", -- [1]
"UIParent", -- [2]
"BOTTOM", -- [3]
0, -- [4]
135, -- [5]
}, -- [1]
},
["height"] = 84,
["width"] = 243,
["scale"] = 1,
["immobilized"] = {
["scale"] = 1,
["height"] = 84,
["point"] = {
"BOTTOMLEFT", -- [1]
"UIParent", -- [2]
"BOTTOMLEFT", -- [3]
393.8684387207031, -- [4]
279, -- [5]
},
["width"] = 243,
},
},
Report comment to moderator  
Reply With Quote
Unread 04-14-09, 09:50 PM  
ruku320
A Kobold Labourer

Forum posts: 0
File comments: 5
Uploads: 0
Can't set up a binding for 3.1. FluidFrames doesn't show up under key-bindings in the main menu anymore for me.
Report comment to moderator  
Reply With Quote
Unread 04-15-09, 06:30 PM  
nanrector
A Kobold Labourer
 
nanrector's Avatar

Forum posts: 0
File comments: 36
Uploads: 0
Says is out of date on mine and won't work either.
Nancy


Originally posted by ruku320
Can't set up a binding for 3.1. FluidFrames doesn't show up under key-bindings in the main menu anymore for me.
Report comment to moderator  
Reply With Quote
Unread 04-16-09, 01:15 PM  
AnduinLothar
Nobody of Importance
 
AnduinLothar's Avatar
AddOn Author - Click to view AddOns

Forum posts: 95
File comments: 208
Uploads: 23
Did you remember to load out of date addons? the toc is still set to 30000

edit: I pushed a 30100 one.
Last edited by AnduinLothar : 04-16-09 at 01:34 PM.
Report comment to moderator  
Reply With Quote
Unread 04-17-09, 03:07 PM  
nanrector
A Kobold Labourer
 
nanrector's Avatar

Forum posts: 0
File comments: 36
Uploads: 0
Help resetting please

Love the plugin! Had some issues but solved them myself. Ü

Thanks so much,
Nancy
__________________
~Magic happens to those who expect it.~
Last edited by nanrector : 04-20-09 at 08:26 AM.
Report comment to moderator  
Reply With Quote
Unread 04-22-09, 10:01 PM  
Boofster
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
My PVP frame does not show after 3.1

EDIT: Fixed by deleting WTF/character/fluidframes.lua
Last edited by Boofster : 05-08-09 at 08:58 PM.
Report comment to moderator  
Reply With Quote
Unread 04-26-09, 10:40 AM  
Mechrior
A Chromatic Dragonspawn
 
Mechrior's Avatar

Forum posts: 155
File comments: 120
Uploads: 0
Question achievement frame

I can not see my achievement frame anywhere..... no matter what i do..... has it moved or is it broken atm?
__________________
When the light in your heart shines, The rest of the world will pale in comparison


Report comment to moderator  
Reply With Quote
Unread 04-30-09, 09:26 AM  
LunaC
A Kobold Labourer

Forum posts: 0
File comments: 5
Uploads: 0
Move location text?

Is there any way to move / hide the default location text? The one in huge letters in the center of the screen that announces when you enter a new zone / area.

When I use the keybinding over it's location I get "No movable frames found under the cursor", am I missing it's spot, or is it unmovable?


Edit:
Nevermind, it was just a tricky one to catch, it's finally hidden, yay!
Last edited by LunaC : 04-30-09 at 10:02 AM.
Report comment to moderator  
Reply With Quote
Unread 05-05-09, 07:23 PM  
moldavia
A Defias Bandit

Forum posts: 2
File comments: 31
Uploads: 0
Re: achievement frame

Originally posted by Mechrior
I can not see my achievement frame anywhere..... no matter what i do..... has it moved or is it broken atm?
ya i cant move mine either would be nice to have an update to be able to move that tracker. thanks
Report comment to moderator  
Reply With Quote
Unread 05-05-09, 07:33 PM  
fullerton
A Murloc Raider

Forum posts: 6
File comments: 5
Uploads: 0
Cant find a way to move the backpacs.

hi. I downloaded and installed this mod so I can move my backpacks. I haven't been able to find a way to move them.

I also don't understand what you mean by setting a key binding? A key binding for what? My backpack is already bound to a key (b or f12), so how would I bind something to it or those keys?

Thanks.

Fullerton
Report comment to moderator  
Reply With Quote
Unread 05-08-09, 12:02 PM  
moldavia
A Defias Bandit

Forum posts: 2
File comments: 31
Uploads: 0
Re: Cant find a way to move the backpacs.

Originally posted by fullerton
hi. I downloaded and installed this mod so I can move my backpacks. I haven't been able to find a way to move them.

I also don't understand what you mean by setting a key binding? A key binding for what? My backpack is already bound to a key (b or f12), so how would I bind something to it or those keys?

Thanks.

Fullerton
when hit ESC then click on keybinds and scroll down the list you will see a coupld for FluidFrames one is to reveal single frames under the mouse and the other is for All frames under the mouse. These are the frames you move around in order to move specific windows to where you want them. You need to set one of these options to a key on the keyboard. Personally I use [ to for show all frames since its a key not used by the game. So for sake of example you set your keybind to show single frames as [

example: say you want to move your character portrait frame up on the screen. You move your cursor onto your picture and hit the [ key. You should see a box appear that you can now drag around. Move this box up half inch and then with your mouse still in the box hit the [ key again to make the box disappear. Now your character frame is where you want it and will appear there next time you log in.
Report comment to moderator  
Reply With Quote
Unread 05-14-09, 04:25 PM  
bollwerk
A Deviate Faerie Dragon
Premium Member

Forum posts: 15
File comments: 9
Uploads: 0
Is there any way for the mod to move the "relative" position permanently, rather than the "absolute" position? For example, when I open the character window, then open the talent or quest window... In the default ui, one of the windows will shift right when I open the 2nd. I would like to retain this behavior, but have the frames up higher, closer to the top of the screen. (my player frame is down near the bottom)

Thanks.

Edit - Never mind, MoveAnything does what I need. It has an option for moving "generic info panel 1 and 2", rather than the individual panels like Quest, Character, Talent, etc.

Thanks anyway.
Last edited by bollwerk : 05-14-09 at 04:34 PM.
Report comment to moderator  
Reply With Quote
Unread 05-15-09, 10:58 AM  
AnduinLothar
Nobody of Importance
 
AnduinLothar's Avatar
AddOn Author - Click to view AddOns

Forum posts: 95
File comments: 208
Uploads: 23
What you really want is UIPanelOptions, which will let you move change the offsets for all ui panels.
http://www.wowinterface.com/download...elOptions.html
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.