Thread Tools Display Modes
04-20-05, 05:14 AM   #1
KudaneEQI
A Deviate Faerie Dragon
 
KudaneEQI's Avatar
Join Date: Jan 2005
Posts: 10
New Item Buff Display - make movable

The new Item buff display is great, but there is no way to toggle it off, and it is not part of the regular buff window.

I am using Gypsy Mod which allows me to move my buffs and stack them vertically, but I can not move this silly thing.

Any one able to code it movable, (maybe cloning gypsy mods other movable windows?)

thanks

Kudane.

---------------
XML I know, Lua on the other hand, I am all thumbs!
  Reply With Quote
04-20-05, 05:15 AM   #2
Inokis
EQInterface Staff
 
Inokis's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2005
Posts: 156
Its part of a frame inside the BuffFrame.xml. You either have to set it relative to a window you want to make movable or you have to yank it out and put it into its own xml, with the acoompanying lua.
__________________
If not yourself, who can you count on...
  Reply With Quote
04-20-05, 05:19 AM   #3
KudaneEQI
A Deviate Faerie Dragon
 
KudaneEQI's Avatar
Join Date: Jan 2005
Posts: 10
Originally Posted by Inokis
Its part of a frame inside the BuffFrame.xml. You either have to set it relative to a window you want to make movable or you have to yank it out and put it into its own xml, with the acoompanying lua.

I got

blah blah blah blah blah blah BuffFrame.xml blah blah blahblah blah blahblah blah blahblah blah blahblah blah blah own xml blah blah blahblah blah blahblah blah blah.
Did i mention that I am clueless on the lua part.

  Reply With Quote
04-20-05, 05:24 AM   #4
Inokis
EQInterface Staff
 
Inokis's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2005
Posts: 156
I can't code LUA for crap, just very basic scripts. In simpler terms this is what's going on.

There is a window that holds the buffs, called BuffFrame.

Inside the BuffFrame XML they've added a layer to contain the Enchantment Buffs as its own frame. This makes it act as its own window and thus has its own positioning.

To make it movable you would have to set that frame as a relative position to one of the other windows, or you could move the buffs out of that frame entirely and add them as part of the other buffs.

Without going into specific code this is the best I can explain it, if you want you can unzip the modified BuffFrame.xml and lua that i've coded as part of the ClearHud and see what I'm talking about.
__________________
If not yourself, who can you count on...
  Reply With Quote
04-20-05, 11:27 AM   #5
woofiest
A Flamescale Wyrmkin
 
woofiest's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2005
Posts: 95
FYI for the LUA API you probably is looking for

LayoutFrame:ClearAllPoints()
-- Clear all attachment points for this object.

LayoutFrame:SetPoint("point","relativeFrame","relativePoint"{,xOfs,yOfs})
-- Set an attachment point of this object

So just need the layer frame name, in order to call it. That's how I set where to place the frame in my mod also. :-)
__________________
Give me MY Warden Staff...

==== For Mod Hogger ======================================
http://www.wowinterface.com/
http://www.wowguru.com/ui
http://www.curse-gaming.com/
http://ui.worldofwar.net/
  Reply With Quote
04-26-05, 09:10 AM   #6
Keovar
A Fallenroot Satyr
 
Keovar's Avatar
Join Date: Mar 2005
Posts: 28
It'd be nice if Mondinga could just make Item Buffs show up in Gypsy's Buff Bar, maybe with a purplish background to distinguish them from the regular buff and debuff spots.
  Reply With Quote
04-26-05, 09:27 AM   #7
Cairenn
Credendo Vides
 
Cairenn's Avatar
Premium Member
WoWInterface Admin
Join Date: Mar 2004
Posts: 7,134
Suggestion for you. Post said request in his forum.
__________________
“Do what you feel in your heart to be right — for you’ll be criticized anyway.” ~ Eleanor Roosevelt
~~~~~~~~~~~~~~~~~~~
Co-Founder & Admin: MMOUI
FaceBook Profile, Page, Group
Avatar Image by RaffaeleMarinetti
  Reply With Quote
04-26-05, 10:48 AM   #8
Devla
A Cobalt Mageweaver
 
Devla's Avatar
AddOn Compiler - Click to view compilations
Join Date: Mar 2005
Posts: 206
I modified BibMod to move the ItemBuff icons. Only problem is that the green move button would jump around on reload and wouldn't hide. I messed around with it for about an hour...

then I did a

/script TemporaryEnchantFrame:Hide()

Problem solved!!!
__________________
RETIRED Author
  Reply With Quote
04-26-05, 11:10 AM   #9
Keovar
A Fallenroot Satyr
 
Keovar's Avatar
Join Date: Mar 2005
Posts: 28
Originally Posted by Cairenn
Suggestion for you. Post said request in his forum.
You're right.
Done.
  Reply With Quote
04-26-05, 11:18 AM   #10
Cairenn
Credendo Vides
 
Cairenn's Avatar
Premium Member
WoWInterface Admin
Join Date: Mar 2004
Posts: 7,134
QT, thanks for the info, that's undoubtedly precisely what many will want.

Keovar
__________________
“Do what you feel in your heart to be right — for you’ll be criticized anyway.” ~ Eleanor Roosevelt
~~~~~~~~~~~~~~~~~~~
Co-Founder & Admin: MMOUI
FaceBook Profile, Page, Group
Avatar Image by RaffaeleMarinetti
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » New Item Buff Display - make movable

Thread Tools
Display Modes

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