Addon Information
Download Latest Version.
To add favorites please register for a free account. If you already have one you need to login. How do I install this? (FAQ)

This file is a Addon for nUI by spiel2001. You must have that installed before this Addon will work.

Author:
Version:
1.00.01
Date:
02-19-2009 01:47 AM
Size:
2.83 Kb
Downloads:
4,182
Favorites:
37
MD5:
Pictures
Click to enlarge
nUI: Grid Integration
nUI: Integration [Grid]
This is a Addon for nUI by spiel2001. You must have that installed before this Addon will work.

This addon integrates Grid to display in a info panel for nUI.
  Optional Files - nUI: Integration [Grid]
Sorry, there are currently no optional files available.
  Comments - nUI: Integration [Grid]
Post A Reply Comment Options
Old 09-04-2009, 10:54 AM  
Digitaldeuce
A Murloc Raider

Forum posts: 6
File comments: 10
Uploads: 0
Quote:
Originally posted by Splitail
When will this be updated for 3.1?
Is this why I continually get Grid lua errors?
Digitaldeuce is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-25-2009, 10:26 AM  
Splitail
A Deviate Faerie Dragon

Forum posts: 14
File comments: 1
Uploads: 0
When will this be updated for 3.1?
Splitail is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-21-2009, 05:18 AM  
gothicknight
Premium Member
 
gothicknight's Avatar
Premium Member

Forum posts: 121
File comments: 84
Uploads: 1
Grid2

Is there any chance of a Grid2 version of this plugin please??
__________________
gothicknight is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-19-2009, 01:11 PM  
Revlon
A Defias Bandit

Forum posts: 3
File comments: 1
Uploads: 0
Quote:
Originally posted by Dodge789
I cant seem to get my grid to work as shown in the screen shot, 99% user error i bet however Im not use how to make it run.. Any chance of some advise as im not that clever when it comes to this stuff ; )
Have you followed Brillynt's code modification explained two posts below this one?
Revlon is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-17-2009, 06:11 PM  
Dodge789
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
I cant seem to get my grid to work as shown in the screen shot, 99% user error i bet however Im not use how to make it run.. Any chance of some advise as im not that clever when it comes to this stuff ; )

Last edited by Dodge789 : 04-17-2009 at 06:11 PM.
Dodge789 is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 02-25-2009, 10:48 AM  
Brillynt
An Aku'mai Servant
Interface Author - Click to view interfaces

Forum posts: 32
File comments: 6
Uploads: 2
Quote:
Originally posted by Lisanne
Found the fix for bringing the center icon to the front, its in the GridFrame.lua. If you want to do a manual change open that file and find:

Code:
-- create icon
three lines above it you should see:

Code:
f.IconBG:SetFrameLevel (x)
Where X will be a number. I believe it was 5, change that number to 9 so it looks like this:

Code:
f.IconBG:SetFrameLevel(9)
Its a dirty fix but works.

EDIT:

In the same file find:

Code:
-- position indicator wherever needed
again, 3 lines above will be:

Code:
f:SetFrameLevel(5)
change this line to read:

Code:
f:SetFrameLevel(10)
Sorry for the code altering here and how dirty of a fix this is, but it keeps me raiding , i'll dig thru the code and see if i can find something for this mod and pass it on.
Lisanne,

Thanks for this info, as I can set those values from inside the info panel addon. I will add these in today and put out the update. Let me know later if this is working for you.

Brillynt


Well after working on this for awhile today, I am having issues with updating those values. I do have a question in to the Grid Author about this so I will let you know what happens. Until then those fixes will work.

Thanks,

Brillynt

Last edited by Brillynt : 02-25-2009 at 04:55 PM.
Brillynt is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 02-24-2009, 07:23 PM  
Lisanne
A Defias Bandit
Interface Author - Click to view interfaces

Forum posts: 3
File comments: 2
Uploads: 1
Found the fix for bringing the center icon to the front, its in the GridFrame.lua. If you want to do a manual change open that file and find:

Code:
-- create icon
three lines above it you should see:

Code:
f.IconBG:SetFrameLevel (x)
Where X will be a number. I believe it was 5, change that number to 9 so it looks like this:

Code:
f.IconBG:SetFrameLevel(9)
Its a dirty fix but works.

EDIT:

In the same file find:

Code:
-- position indicator wherever needed
again, 3 lines above will be:

Code:
f:SetFrameLevel(5)
change this line to read:

Code:
f:SetFrameLevel(10)
Sorry for the code altering here and how dirty of a fix this is, but it keeps me raiding , i'll dig thru the code and see if i can find something for this mod and pass it on.

Last edited by Lisanne : 02-24-2009 at 07:37 PM.
Lisanne is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 02-24-2009, 01:51 AM  
Brillynt
An Aku'mai Servant
Interface Author - Click to view interfaces

Forum posts: 32
File comments: 6
Uploads: 2
Quote:
Originally posted by beatific
Sure thing:-)



The option for Top Right Corner is to reflect renew. Generally there would appear a corner box colored green to indicate that I had cast a renew on the target. However it is not reflected as you can see. I also noticed tonight in Naxx that debuffs like Mutagen Injection were't reliably appearing. However when I resized the center icon it solved that problem handily. Resizing didn't help with corner boxes though. Hope that helps.
Thanks, I understand what the issue is and I will have to look to see how the frames are being shown.

Will let you know what I find.

Brillynt

Last edited by Brillynt : 02-24-2009 at 01:51 AM.
Brillynt is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 02-23-2009, 07:44 PM  
beatific
Priest, Arygos
Premium Member

Forum posts: 10
File comments: 12
Uploads: 0
Quote:
Originally posted by Lisanne
Pretty sure i know the problem though i am unsure how to fix it as i am having the same issues. The corners indicators and center icons are hidden behind the frames. when i scaled my missing MotW icon up to a really high number like 50, it was behind the frame.
Ahhh, no wonder when I resized they reappeared:-)
beatific is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 02-23-2009, 05:28 PM  
Lisanne
A Defias Bandit
Interface Author - Click to view interfaces

Forum posts: 3
File comments: 2
Uploads: 1
Pretty sure i know the problem though i am unsure how to fix it as i am having the same issues. The corners indicators and center icons are hidden behind the frames. when i scaled my missing MotW icon up to a really high number like 50, it was behind the frame.
Lisanne is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 02-23-2009, 12:37 AM  
beatific
Priest, Arygos
Premium Member

Forum posts: 10
File comments: 12
Uploads: 0
Quote:
Originally posted by Brillynt
Not sure what you mean by corner boxes. If you could post a screen shot that would help

Brillynt
Sure thing:-)



The option for Top Right Corner is to reflect renew. Generally there would appear a corner box colored green to indicate that I had cast a renew on the target. However it is not reflected as you can see. I also noticed tonight in Naxx that debuffs like Mutagen Injection were't reliably appearing. However when I resized the center icon it solved that problem handily. Resizing didn't help with corner boxes though. Hope that helps.
beatific is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 02-22-2009, 07:18 PM  
Brillynt
An Aku'mai Servant
Interface Author - Click to view interfaces

Forum posts: 32
File comments: 6
Uploads: 2
Quote:
Originally posted by beatific
Awesome - thanks this clears up the mess on my screen! One thing I notice though is that I lost my corner boxes. Any ideas?
Not sure what you mean by corner boxes. If you could post a screen shot that would help

Brillynt
Brillynt is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 02-22-2009, 10:14 AM  
beatific
Priest, Arygos
Premium Member

Forum posts: 10
File comments: 12
Uploads: 0
Awesome - thanks this clears up the mess on my screen! One thing I notice though is that I lost my corner boxes. Any ideas?
beatific is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 02-19-2009, 01:56 PM  
Nightspirit
An Aku'mai Servant
Interface Author - Click to view interfaces

Forum posts: 31
File comments: 103
Uploads: 4
Sweet! This saves me some screen space

I hope it's just a temporary solution though (no offence) and the "real" raidframes will be included very soon.
Nightspirit is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 02-19-2009, 09:45 AM  
Brillynt
An Aku'mai Servant
Interface Author - Click to view interfaces

Forum posts: 32
File comments: 6
Uploads: 2
This is for Grid not Grid2.


Brillynt
Brillynt is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Post A Reply



Category Jump:




The Network:
EQInterface | EQ2Interface | LoTROInterface | MMOInterface | War.MMOUI | WoWInterface | VGInterface | Allakhazam | Thottbot | Wowhead | Zam


©2009 MMOUI / ZAM Network
vBulletin - Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.