Download
(3Kb)
Download
Updated: 10-13-10 01:03 PM
Addon for:
nUI.
Pictures
File Info
Updated:10-13-10 01:03 PM
Created:02-19-09 12:47 AM
Downloads:13,608
Favorites:41
MD5:

nUI: Integration [Grid]  Popular! (More than 5000 hits)

Version: 4.0.1.0
by: Brillynt [More]

This addon is no longer being supported.

4.0.1.0 - Updated to work with WoW 4.0.1

3.3.5.0 - Fixed issues with latest version of Grid.

3.3.3.0 - Fixed so that it uses the correct event at startup to work with the nUI changes.

3.3.0.2 - Fixed so indicators show correctly now.

3.3.0.1 - Updated TOC for 3.3
Post A Reply Comment Options
Unread 02-11-12, 05:06 PM  
Groszmaul
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
does it work on 4.3?
Report comment to moderator  
Reply With Quote
Unread 10-16-10, 06:38 PM  
Brillynt
A Black Drake
 
Brillynt's Avatar
AddOn Author - Click to view AddOns

Forum posts: 77
File comments: 16
Uploads: 2
Originally posted by Centsun
This addon doesn't seem to be working for me. Grid is appearing above the panel next to the bags bar. Can anyone help?
Can you post a screen shot please so I can see. Plus what version of grid are you using?
Report comment to moderator  
Reply With Quote
Unread 10-13-10, 12:59 PM  
Brillynt
A Black Drake
 
Brillynt's Avatar
AddOn Author - Click to view AddOns

Forum posts: 77
File comments: 16
Uploads: 2
Originally posted by elals29
will there ever be a plug in for grid 2?

also with this plug in the party boxes aren't fitting into the box right and i can move them out of the plug in. there's sitting vertical in the box and not fitting correctly.
As I do not really use grid I doubt that I will support Grid2 unless Grid goes away.
Report comment to moderator  
Reply With Quote
Unread 10-01-10, 12:49 PM  
elals29
A Wyrmkin Dreamwalker
 
elals29's Avatar

Forum posts: 57
File comments: 97
Uploads: 0
will there ever be a plug in for grid 2?

also with this plug in the party boxes aren't fitting into the box right and i can move them out of the plug in. there's sitting vertical in the box and not fitting correctly.
Last edited by elals29 : 10-01-10 at 02:36 PM.
Report comment to moderator  
Reply With Quote
Unread 08-14-10, 09:33 AM  
Brillynt
A Black Drake
 
Brillynt's Avatar
AddOn Author - Click to view AddOns

Forum posts: 77
File comments: 16
Uploads: 2
Fixes for the latest Grid release

Hi,

Just uploaded the fixes to work with the current release of Grid.

Let me know if you have any problems.
Report comment to moderator  
Reply With Quote
Unread 08-09-10, 06:07 PM  
619beave
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Re: Quickfix to Grid 1.30300.1304

Awesome thanks for the tip.

Originally posted by Trockenbrot
I managed to "solve" the Problem!
But i think its not the "real" solution. It's just a quickfix to get it working again.
(I'm a noob in LUA ^^)

After a hour of testing around the line
Code:
local Gridframe = GridLayout.frame;
I become frustrated and decided to check what are the difference between the Grid 1.30300.1290 and the new 1.30300.1304.
Since the error says. "attempt to index global 'GridLayout' (a nil value)" i started to compare the old and new GridLayout.lua.

In line 11 of the old GridLayout.lua i found this line:
Code:
_G.GridLayout = GridLayout
this one is missing in the new GridLayout.lua
I added it right after:
Code:
local GridLayout = Grid:NewModule("GridLayout")
and startet WoW again.

TADA! Its working!

Here the first 15 lines of the working GridLayout.lua:
Code:
--[[--------------------------------------------------------------------
	GridLayout.lua
----------------------------------------------------------------------]]

local _, ns = ...
local L = ns.L

local AceOO = AceLibrary("AceOO-2.0")
local media = LibStub("LibSharedMedia-3.0", true)
local GridRoster = Grid:GetModule("GridRoster")

local GridLayout = Grid:NewModule("GridLayout")
_G.GridLayout = GridLayout

--{{{ ConfigMode support
Report comment to moderator  
Reply With Quote
Unread 07-03-10, 04:16 AM  
Trockenbrot
A Defias Bandit
 
Trockenbrot's Avatar
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 22
Uploads: 2
Quickfix to Grid 1.30300.1304

I managed to "solve" the Problem!
But i think its not the "real" solution. It's just a quickfix to get it working again.
(I'm a noob in LUA ^^)

After a hour of testing around the line
Code:
local Gridframe = GridLayout.frame;
I become frustrated and decided to check what are the difference between the Grid 1.30300.1290 and the new 1.30300.1304.
Since the error says. "attempt to index global 'GridLayout' (a nil value)" i started to compare the old and new GridLayout.lua.

In line 11 of the old GridLayout.lua i found this line:
Code:
_G.GridLayout = GridLayout
this one is missing in the new GridLayout.lua
I added it right after:
Code:
local GridLayout = Grid:NewModule("GridLayout")
and startet WoW again.

TADA! Its working!

Here the first 15 lines of the working GridLayout.lua:
Code:
--[[--------------------------------------------------------------------
	GridLayout.lua
----------------------------------------------------------------------]]

local _, ns = ...
local L = ns.L

local AceOO = AceLibrary("AceOO-2.0")
local media = LibStub("LibSharedMedia-3.0", true)
local GridRoster = Grid:GetModule("GridRoster")

local GridLayout = Grid:NewModule("GridLayout")
_G.GridLayout = GridLayout

--{{{ ConfigMode support
Report comment to moderator  
Reply With Quote
Unread 06-24-10, 05:06 PM  
Milagroso
A Deviate Faerie Dragon
 
Milagroso's Avatar

Forum posts: 13
File comments: 1
Uploads: 0
I love nUI+ and I love this integration mod. Without this mod, I wouldn't even be using nUI+.


I'm having an issue with this as well. The issue only presents itself when Infopanell: Grid is enabled. I've disabled everything except nUI+, Grid, and Infopanel: Grid just to be sure.


Screenshots of what is happening can be found here
http://www.wowinterface.com/forums/s...133#post194133
http://www.wowinterface.com/forums/s...d.php?t=33410\

These are not my screenshots, but they are exactly whats happening to me.
__________________
Don't become Kala-bait.

"Common sense? There is nothing common about sense!"
- DAZ
Report comment to moderator  
Reply With Quote
Unread 06-23-10, 06:55 PM  
AsheruWolf
Premium Member
 
AsheruWolf's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 131
File comments: 65
Uploads: 1
Thanks to blizzard for breaking this again in 3.3.5
__________________
The end is never really the end, its the start of something new...
Report comment to moderator  
Reply With Quote
Unread 06-23-10, 11:52 AM  
Equelibrium
An Aku'mai Servant

Forum posts: 39
File comments: 35
Uploads: 0
This needs an update as it broke with the newest release of grid
Report comment to moderator  
Reply With Quote
Unread 06-14-10, 07:41 PM  
gothicknight
A Flamescale Wyrmkin
 
gothicknight's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 131
File comments: 87
Uploads: 1
Just intalled this with the latest version of Plus and i get the following error:

1x nUI_InfoPanel_Grid-3.3.3.0\nUI_InfoPanel_Grid.lua:168: attempt to index global 'GridLayout' (a nil value)
nUI_InfoPanel_Grid-3.3.3.0\nUI_InfoPanel_Grid.lua:102: in function `initPanel'
nUI-5.06.21 (Plus)\Integration\nUI_InfoPanel.lua:793: in function `applyScale'
nUI-5.06.21 (Plus)\Integration\nUI_InfoPanel.lua:908: in function `applyOptions'
nUI-5.06.21 (Plus)\Integration\nUI_InfoPanel.lua:937: in function `applySkin'
nUI-5.06.21 (Plus)\Main\nUI.lua:252: in function <nUI\Main\nUI.lua:137>

Locals:
container = nUI_InfoPanel_GridContainer {
0 = <userdata>
}
options = <table> {
enabled = true
}
plugin = nUI_InfoPanel_Grid {
enabled = true
options = <table> {}
0 = <userdata>
initPanel = <function> @ nUI_InfoPanel_Grid\nUI_InfoPanel_Grid.lua:95:
setSelected = <function> @ nUI_InfoPanel_Grid\nUI_InfoPanel_Grid.lua:198:
sizeChanged = <function> @ nUI_InfoPanel_Grid\nUI_InfoPanel_Grid.lua:109:
active = true
selected = false
setEnabled = <function> @ nUI_InfoPanel_Grid\nUI_InfoPanel_Grid.lua:143:
container = nUI_InfoPanel_GridContainer {}
}

---
__________________

Report comment to moderator  
Reply With Quote
Unread 06-06-10, 11:31 AM  
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 5927
File comments: 228
Uploads: 28
Psst, brillynt is back on the scene and has patched it to match 5.06.16
__________________


Characters:
Gwynedda - 70 - Demon Warlock
Galaviel - 65 - Resto Druid
Gamaliel - 61 - Disc Priest
Gwynytha - 60 - Survival Hunter
Lienae - 60 - Resto Shaman
Plus several others below level 60

Info Panel IDs : http://www.wowinterface.com/forums/s...818#post136818
Report comment to moderator  
Reply With Quote
Unread 05-15-10, 01:42 PM  
Fizban
A Murloc Raider

Forum posts: 7
File comments: 2
Uploads: 0
I take it this is no longer supported... Oh dear! Back to normal Grid then.
Report comment to moderator  
Reply With Quote
Unread 05-01-10, 09:35 AM  
Fizban
A Murloc Raider

Forum posts: 7
File comments: 2
Uploads: 0
Since loading v16 of Plus this addon pretty much kills the frames and info panel scetions. I shall post the error message I receive when I log-on next.

Ok, here it is... with the addon off things work fine, with it on, then info_panel doesnt work and all, and most of the nUI stuff stops working....

1x nUI_InfoPanel_Grid-3.3.0.2\nUI_InfoPanel_Grid.lua:168: attempt to index global 'GridLayout' (a nil value)
nUI_InfoPanel_Grid-3.3.0.2\nUI_InfoPanel_Grid.lua:102: in function `initPanel'
nUI-5.06.16 (Plus)\Integration\nUI_InfoPanel.lua:793: in function `applyScale'
nUI-5.06.16 (Plus)\Integration\nUI_InfoPanel.lua:908: in function `applyOptions'
nUI-5.06.16 (Plus)\Integration\nUI_InfoPanel.lua:937: in function `applySkin'
nUI-5.06.16 (Plus)\Main\nUI.lua:252: in function <nUI\Main\nUI.lua:137>

Locals:
container = nUI_InfoPanel_GridContainer {
0 = <userdata>
}
options = <table> {
enabled = true
}
plugin = nUI_InfoPanel_Grid {
enabled = true
options = <table> {}
0 = <userdata>
initPanel = <function> @ nUI_InfoPanel_Grid\nUI_InfoPanel_Grid.lua:95:
setSelected = <function> @ nUI_InfoPanel_Grid\nUI_InfoPanel_Grid.lua:198:
sizeChanged = <function> @ nUI_InfoPanel_Grid\nUI_InfoPanel_Grid.lua:109:
active = 1
selected = false
setEnabled = <function> @ nUI_InfoPanel_Grid\nUI_InfoPanel_Grid.lua:143:
container = nUI_InfoPanel_GridContainer {}
}

---
Last edited by Fizban : 05-01-10 at 10:00 AM.
Report comment to moderator  
Reply With Quote
Unread 04-26-10, 06:59 PM  
elals29
A Wyrmkin Dreamwalker
 
elals29's Avatar

Forum posts: 57
File comments: 97
Uploads: 0
any plans for a Grid2 plugin?
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: