WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   nUI: Plugin Support (https://www.wowinterface.com/forums/forumdisplay.php?f=94)
-   -   Quick Broker Question (https://www.wowinterface.com/forums/showthread.php?t=29085)

blademage727 12-10-09 01:44 PM

Quick Broker Question
 
Okay, since in the latest FuBar's change logs it says:

Quote:

r30 | arrowmaster | 2009-12-10 10:01:58 +0000 (Thu, 10 Dec 2009) | 3 lines
Changed paths:
M /trunk/FuBar.lua

frame:GetFrameType() => frame:GetObjectType()
Somebody better be padding my (not ckknight's) PayPal account for this since FuBar is DEAD!
I was thinking I should just get a LDB-compatible panel addon (I already have Broker2Fu, but just in case FuBar completely stops working soon...). I just wanted to ask which ones people tend to like using the most as well as ones which are supported by nUI... Any suggestions?

Jzar 12-10-09 02:10 PM

There's a list of some display addons here: http://wiki.github.com/tekkub/libdat...dons-using-ldb

My personal favorite is, and always has been, Titan Panel. It supports LDB natively.

Marthisdil 12-10-09 03:29 PM

ChocolateBar seems good :) There's a Fubar2Broker addon too that will take Fubar only displays and make Broker data feeds.

neuralassassin 12-11-09 07:17 PM

2 Attachment(s)
Ive been using Bazooka for awhile know Koddewolf was kind enough to write a plug in for nUI so they work together. It's nice cause you can create different sized bars to place wherever you want. You can see in the screenshots below Ive got 5 set up on mine 3 up in nui's console and 2 below the buff windows :D

Vis 12-11-09 09:24 PM

Quote:

Originally Posted by Marthisdil (Post 169105)
ChocolateBar seems good :)

This one has my vote as the closest replacement to Fubar I could find. It's also the one that helped me to finally fully switch to DataBroker plugins when I did :)

Marthisdil 12-11-09 09:49 PM

I have Bazooka installed as well as the nui_Bazooka plugin that Kodewulf did.

However, I cannot get the nUi top console bar to shift down to make room for 2 full sized bars up at the top.

Anyone have any ideas?

Xrystal 12-11-09 11:47 PM

I think Kodewulf said in another post that he pretty much rigged up the plugin so there was something workable to use. I believe he suggested a bar at the top and a bar at the bottom so perhaps the two bar at the top hasn't been worked into things.

Kodewulf 12-12-09 01:43 AM

Quote:

Originally Posted by Marthisdil (Post 169385)
I have Bazooka installed as well as the nui_Bazooka plugin that Kodewulf did.

However, I cannot get the nUi top console bar to shift down to make room for 2 full sized bars up at the top.

Anyone have any ideas?

The way that the integration plug works at the moment is that it attaches the nUI frames to the LAST bar. If you have 3 top bars the bar with the highest number will be used as an anchor. The same applies to having 2 bottom bars.

If you create them in order, ie. bar#1, bar#2, bar#3 for top and bar#4, bar#5 for bottom you shouldn't even notice this. Lol. It happens when you're changing the order of the bars. For instance from the top would be:

BAR#1
BAR#3
BAR#2

nUI attaches to BAR#3 at the top, so BAR#2 won't have space. For the bottom:

BAR#4
BAR#5

will cause nUI to only make space for BAR#5.

Hope that makes sense. :D


-- Kodewulf

Marthisdil 12-12-09 07:33 AM

Here's what I see. This is, again, with the nUI_Bazooka plugin by Kodewulf, and the latest version of Bazooka (from wowace):

This image is right after login on one of my auction mules - just the single bar at the top.


Next, I go to the addon settings and create a new bar:


After creating the new bar (which automatically loads at the bottom of the screen, overlapping the bottom of the bottom nUI panel, I go to Bar #2's settings tab, tell it to attach to "none" and move it up to the top and align with Bar #1:


I reload my UI and you can see in the image, the nUI top panel doesn't move down - Bar #2 is below Bar #1 and overlaying the nUI top panel.

Edit: If I tell Bar #2 to attach to top, it disappears (or Disappears behind Bar #1)

If I'm missing something at adding new bars, please let me know what I'm doing wrong :)

Thanks for any help!

M

spiel2001 12-12-09 10:37 AM

For what it's worth... Brillynt just sent me an integration file for nUI that works the same way as the nUI Titan Panel and FuBar integrations work. I'll be including it in the next update to nUI so we'll have built in integration of ChocolateBar going forward.

Marthisdil 12-12-09 01:03 PM

Quote:

Originally Posted by spiel2001 (Post 169455)
For what it's worth... Brillynt just sent me an integration file for nUI that works the same way as the nUI Titan Panel and FuBar integrations work. I'll be including it in the next update to nUI so we'll have built in integration of ChocolateBar going forward.

Scott - I love you!

Can't wait for it!

M

Kodewulf 12-12-09 04:27 PM

Quote:

Originally Posted by Marthisdil (Post 169439)
If I'm missing something at adding new bars, please let me know what I'm doing wrong :)

Nope you're not doing something wrong. :)

nUI: Integration [Bazooka] checks for bars set as TOP or BOTTOM, because the bar closest the top console and the bottom dashboard are set to NONE it's not counted.

I'm working on some slash commands / gui so you can override everything and tell it what bars to attach to. Should have that uploaded by Monday.

Sorry about all the inconvenience.

btw... I had to set the anchor offset for all subsequent bars at the top to -20 for each bar I created, and +20 at the bottom. Otherwise all the bars get created on the same spot.

-- Kodewulf

Marthisdil 12-12-09 04:57 PM

Quote:

Originally Posted by Kodewulf (Post 169513)
Nope you're not doing something wrong. :)

nUI: Integration [Bazooka] checks for bars set as TOP or BOTTOM, because the bar closest the top console and the bottom dashboard are set to NONE it's not counted.

I'm working on some slash commands / gui so you can override everything and tell it what bars to attach to. Should have that uploaded by Monday.

Sorry about all the inconvenience.

btw... I had to set the anchor offset for all subsequent bars at the top to -20 for each bar I created, and +20 at the bottom. Otherwise all the bars get created on the same spot.

-- Kodewulf

Ah! Clarity comes nicely - thanks Kode! The -20 and setting it to top was the trick!

M

bwhansen 12-12-09 06:45 PM

Quote:

Originally Posted by spiel2001 (Post 169455)
For what it's worth... Brillynt just sent me an integration file for nUI that works the same way as the nUI Titan Panel and FuBar integrations work. I'll be including it in the next update to nUI so we'll have built in integration of ChocolateBar going forward.


I was wondering if there are instructions already written somewhere on how to use this. I have no clue on how to take advantage of this and didnt know about the integration for FuBar and Titan in earlier versions.

spiel2001 12-12-09 07:00 PM

THere's nothing special required to use it... just install ChocolateBar like you would any other bar mod... nUI should automatically detect it being present and move the console and/or dashboard to make room for it.

Chmee 12-13-09 09:42 AM

Neuralassassin, I like your setup. Can you tell us what brokers you use?

neuralassassin 12-13-09 06:52 PM

1 Attachment(s)
Some of these I use only on certain toons and some I dont have on my bars cause I just access them through yssdrop which is just a launcher for databroker launchers (if that makes any sense :D)

Chmee 12-13-09 08:46 PM

Thanks. I'm gonna play around with 'em at some point.

Nice wallpaper, btw. :-)


All times are GMT -6. The time now is 04:13 PM.

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