Showing results 1 to 25 of 77
Search took 0.00 seconds.
Search: Posts Made By: Brillynt
Forum: nUI: Bug Reports 09-15-13, 12:25 AM
Replies: 23
Views: 16,506
Posted By Brillynt
Unable to add a glyph

When I click the glyph to activate it. I get the Disable or Ignore dialog prompt.
Forum: nUI: Plugin Support 05-06-11, 10:16 AM
Replies: 3
Views: 9,442
Posted By Brillynt
It has been updated, so give it a try now.

It has been updated, so give it a try now.
Forum: nUI: Bug Reports 04-29-11, 07:31 AM
Replies: 7
Views: 4,629
Posted By Brillynt
Resolution is 1680 x 1050.

Resolution is 1680 x 1050.
Forum: nUI: Bug Reports 04-26-11, 06:01 PM
Replies: 7
Views: 4,629
Posted By Brillynt
Map info panel overlaying buttons

With the new patch, I am seeing the map size is causing it to cover the lower right buttons. See the screen shot.
Forum: nUI: Bug Reports 04-10-11, 08:23 AM
Replies: 1
Views: 2,627
Posted By Brillynt
Looks like Xrystal is looking at it in this...

Looks like Xrystal is looking at it in this thread (http://www.wowinterface.com/forums/showthread.php?t=39172).
Forum: nUI: Bug Reports 02-08-11, 04:04 PM
Replies: 0
Views: 3,202
Posted By Brillynt
4.06 Patch lua error

Getting this error on login or reload with only nUI loaded version 5.07.09 since the 4.06 patch today.

nUI-5.07.09 (Plus)\\Plugins\nUI_SysInfo.lua:192: bad argument #3 to 'format' (number expected,...
Forum: nUI: Bug Reports 02-08-11, 03:53 PM
Replies: 4
Views: 3,570
Posted By Brillynt
Does it happen with nUI turned off? nUI turned...

Does it happen with nUI turned off? nUI turned on? Need a little more info to even start looking at this.
Forum: nUI: Bug Reports 01-26-11, 08:17 AM
Replies: 1
Views: 2,858
Posted By Brillynt
Capping Battleground Timers causes nUI infopanel map to not display

Hi Scott,

Something to add to your list. I use the Capping addon for BG information and it tries to manage the map and bg map. Just wondering if you could see if the author of capping would work...
Forum: nUI: Suggestion Box 12-21-10, 12:12 PM
Replies: 6
Views: 5,303
Posted By Brillynt
I have had this issue too and found that Tour...

I have had this issue too and found that Tour Guide addon causes this problem.
It is not really a problem as much that Tour Guide manages tracked quests so this changes the default behavior of Quest...
Forum: General WoW Chat 12-19-10, 11:11 AM
Replies: 6
Views: 5,767
Posted By Brillynt
Try searching for multibox. I did and saw like 4...

Try searching for multibox. I did and saw like 4 addons listed

Brillynt
Forum: Lua/XML Help 12-14-10, 10:31 AM
Replies: 5
Views: 6,572
Posted By Brillynt
Profession Spells not found in spell book

Has anyone else had problems finding profession spells in the spell book when searching for them. I have a small addon that I use personally to set up my action bars and before 4.0 I could find all...
Forum: nUI: Bug Reports 11-20-10, 09:01 AM
Replies: 5
Views: 4,311
Posted By Brillynt
Well as the author of the healbot mod I do not...

Well as the author of the healbot mod I do not think this is related to that. As the healbot mod only moves the healbot frame and parents the healbot frame to the info panel. It does nothing with...
Forum: nUI: Bug Reports 11-20-10, 08:59 AM
Replies: 5
Views: 4,311
Posted By Brillynt
That is a known issue with Moonkin form it uses...

That is a known issue with Moonkin form it uses the buttons on the bottom right bar when you shapeshift to Moonkin.
Forum: nUI: Bug Reports 11-19-10, 07:44 PM
Replies: 5
Views: 4,311
Posted By Brillynt
Can you provide a screen shot so that Scott can...

Can you provide a screen shot so that Scott can see the problem?
Forum: nUI: Bug Reports 10-26-10, 08:07 PM
Replies: 8
Views: 3,414
Posted By Brillynt
If you are using the fake FuBar addon with...

If you are using the fake FuBar addon with fubar2broker it will cause this to happen as there is no FuBar object declared.

To get rid of this problem you can modify...
Forum: General Authoring Discussion 10-23-10, 07:10 AM
Replies: 6
Views: 7,322
Posted By Brillynt
Yep it works with the global spell id but not the...

Yep it works with the global spell id but not the spell id index from the spell book or the spell name.

Brillynt
Forum: General Authoring Discussion 10-22-10, 04:43 PM
Replies: 6
Views: 7,322
Posted By Brillynt
Did PickupSpell function change?

I have a addon the places all of my spells in my action buttons and now it is not working. I can see the correct spell id that I am passing to PickupSpell.
If I do the following code...
Forum: nUI: Bug Reports 10-20-10, 11:01 AM
Replies: 15
Views: 5,613
Posted By Brillynt
Maybe you should try writing all this code and...

Maybe you should try writing all this code and see how long it takes you to make a update.
Forum: nUI: Bug Reports 10-17-10, 03:37 PM
Replies: 2
Views: 2,974
Posted By Brillynt
That addon is developed by a different author, so...

That addon is developed by a different author, so you should post this to the forum for that addon. http://www.wowinterface.com/downloads/info14375-nUI_InfoPanel_Profesions.html#comments
Forum: nUI: Bug Reports 10-16-10, 09:37 PM
Replies: 2
Views: 2,919
Posted By Brillynt
This can be fixed by changing...

This can be fixed by changing nUI/Interfaces/nUI_Minimap.lua line 464

Minimap:SetScript( "OnMouseWheel", function()
to
Minimap:SetScript( "OnMouseWheel", function(self, arg1)



Brillynt
Forum: nUI: Bug Reports 10-16-10, 06:33 PM
Replies: 3
Views: 3,589
Posted By Brillynt
This can be fixed by changing...

This can be fixed by changing nUI/Interfaces/nUI_Minimap.lua line 464
Minimap:SetScript( "OnMouseWheel", function()
to
Minimap:SetScript( "OnMouseWheel", function(self, arg1)



I do not see a...
Forum: nUI: Bug Reports 10-13-10, 08:56 PM
Replies: 10
Views: 3,991
Posted By Brillynt
Just wanted to add that Chocolate bar is working...

Just wanted to add that Chocolate bar is working for me. I did download the latest chocolate bar though.
Forum: nUI: Bug Reports 09-23-10, 07:12 AM
Replies: 3
Views: 5,290
Posted By Brillynt
Yep the old SocialsMicroButton is gone now.

Yep the old SocialsMicroButton is gone now.
Forum: nUI: Bug Reports 09-22-10, 07:25 AM
Replies: 8
Views: 8,502
Posted By Brillynt
Learn something new everyday, guess I am good for...

Learn something new everyday, guess I am good for today then. :D
Forum: nUI: Bug Reports 09-21-10, 09:04 PM
Replies: 8
Views: 8,502
Posted By Brillynt
Scott, Here is what I did to the nUI_PetBar.lua...

Scott,

Here is what I did to the nUI_PetBar.lua for cataclysm to make the pet bar show. Only problem is if you are in combat and dismount your pet bar will not show up till combat is done.



if...
Showing results 1 to 25 of 77