Download
(3 Kb)
Download
Updated: 01/22/24 05:08 PM
Pictures
File Info
Compatibility:
Endless Archive (9.2.5)
base-game patch (9.1.5)
Necrom (9.0.0)
Scribes of Fate (8.3.5)
Firesong (8.2.5)
Lost Depths (8.1.5)
High Isle (8.0.0)
Updated:01/22/24 05:08 PM
Created:01/31/16 08:26 PM
Monthly downloads:389
Total downloads:22,152
Favorites:71
MD5:
AlignGrid  Popular! (More than 5000 hits)
Version: 1.4.4
by: Crabby654 [More]
AlignGrid

Features
Designed to allow a user to display grid lines on the UI to help with aligning UI elements on their screen.

Usage
/grid - Shows/Hides Grid Lines
- Changed Line Thickness, Grid Box Size, Center Line Color, Grid Transaprency
- Ability to Reset Grid to selected size
- Ability to set a keybind to toggle the grid on or off

Required Dependencies
LibAddonMenu is required for this AddOn to function.

Ingame Contact
@Crabby654

This is an updated version of AlignGrid by skyraker
1/22/2024 Version 1.4.4
- Removed LICENSE file

1/21/2024 Version 1.4.3
- Updated APIVersion to 101040

11/4/2022 Version 1.4.2
- Updated APIVersion to 101036

10/29/2022 Version 1.4.1
- Added ability to set a keybind toggle on/off for the grid

10/23/2022 Version 1.4.0
- Updated APIVersion to 101035
- Licensing updates
- Minor bug fixes
- Comment changes
- Updated LibAddonMenu dependency
- Removed LibStub dependency

6/1/2018 Version 1.3.3
- Updated LibAddonMenu to latest version
- Updated APIVersion to 100023

2/16/2018 Version 1.3.2
- Updated APIVersion to 100022

10/6/2017 Version 1.3.1
- Updated APIVersion to 100021
- Updated LibAddonMenu to newest version

8/19/2017 Version 1.3.0
- Updated APIVersion to 100020
- Updated LibAddonMenu to newest version

5/29/2017
- Updated APIVersion to 100019

2/7/2017 Version 1.2.8
- Updated APIVersion to 100018

12/14/2016 Version 1.2.7
- Added ZOS License to main file
- Added missing library file

11/13/2016 Version 1.2.6
- Updated APIVersion to 100017
- Updated LibaddonMenu to newest version
- Updated LibStub to newest version

3/9/2016 Version 1.2
- Fixed folder structure so the addon now works...I'm sorry!
- Cleaned up some code so it shouldn't break the "Addons Settings Menu" anymore

3/7/2016 Version 1.1
- Updated APIVersion to 100014
- Updated LibAddonMenu to newest version
Optional Files (0)


Archived Files (15)
File Name
Version
Size
Uploader
Date
1.4.3
4kB
Crabby654
01/21/24 10:53 AM
1.4.2
4kB
Crabby654
11/04/22 03:17 PM
1.4.1
4kB
Crabby654
10/29/22 02:06 PM
1.4.0
4kB
Crabby654
10/23/22 09:03 AM
1.3.3
47kB
Crabby654
06/01/18 07:36 PM
1.3.2
46kB
Crabby654
02/16/18 06:18 PM
1.3.1
46kB
Crabby654
10/06/17 02:34 PM
1.3.0
46kB
Crabby654
08/19/17 06:07 AM
1.2.9
44kB
Crabby654
05/28/17 07:39 AM
1.2.8
44kB
Crabby654
02/07/17 01:07 PM
1.2.7
44kB
Crabby654
12/14/16 12:26 PM
1.2.6
43kB
Crabby654
11/13/16 05:47 PM
1.2
35kB
Crabby654
03/09/16 03:53 PM
1.1
35kB
Crabby654
03/07/16 06:16 AM
1.0
31kB
01/31/16 08:26 PM


Post A Reply Comment Options
Unread 02/13/16, 02:30 PM  
Sp00sty

Forum posts: 67
File comments: 172
Uploads: 0
LAM2 error? Addon is useable but always gives the error.

I'm getting the same error that was posted to the older version page a while back:

Since some days ago I got the following LAM2 note when I login.

[LAM2] The panel with id 'AlignGridOptions' was registered before addon loading has completed. This might break the AddOn Settings menu.
Report comment to moderator  
Reply With Quote
Unread 02/25/16, 12:38 AM  
Vorall

Forum posts: 0
File comments: 53
Uploads: 0
Installing this breaks the addon settings menu making the settings options only display aligngrid. Kinda defeats the point of using a grid to align my addons when i can't access em with this running lol.
Report comment to moderator  
Reply With Quote
Unread 02/25/16, 06:43 AM  
votan
 
votan's Avatar
AddOn Author - Click to view AddOns

Forum posts: 577
File comments: 1670
Uploads: 40
Originally Posted by Vorall
Installing this breaks the addon settings menu making the settings options only display aligngrid. Kinda defeats the point of using a grid to align my addons when i can't access em with this running lol.
Move the lines 181/182 into the AddOnLoaded function.
Should look like this:

Code:
...
}

----------------------------------------------------------------------------------------------------------

---------------------------------- Addon Initialization --------------------------------------------------
...
local function AddOnLoaded(eventID,addonName)
	if addonName == "AlignGrid" then
		EVENT_MANAGER:UnregisterForEvent("AlignGrid_Start",eventID)
                LAM2:RegisterAddonPanel("AlignGridOptions", panelData)
                LAM2:RegisterOptionControls("AlignGridOptions", optionsData)
		setupSavedVars()
		AlignGridWindow = WM:CreateTopLevelWindow("AlignGrid")
...
Report comment to moderator  
Reply With Quote
Unread 03/07/16, 08:56 AM  
Sp00sty

Forum posts: 67
File comments: 172
Uploads: 0
FYI - The update .rar does not contain an Addon Named Folder

The .rar file does not have a Addon Named Folder, it just contains the internals.

Just an FYI for those of us that do manual updates.

Thanks
Report comment to moderator  
Reply With Quote
Unread 03/07/16, 11:15 AM  
uladz
AddOn Author - Click to view AddOns

Forum posts: 11
File comments: 223
Uploads: 2
Re: FYI - The update .rar does not contain an Addon Named Folder

Originally Posted by Sp00sty
The .rar file does not have a Addon Named Folder, it just contains the internals.

Just an FYI for those of us that do manual updates.

Thanks
Yep, noticed the same, please fix.
Report comment to moderator  
Reply With Quote
Unread 03/09/16, 03:46 PM  
Crabby654
AddOn Author - Click to view AddOns

Forum posts: 19
File comments: 34
Uploads: 6
Sorry guys, will fix this right now!
Report comment to moderator  
Reply With Quote
Unread 03/09/16, 03:55 PM  
Crabby654
AddOn Author - Click to view AddOns

Forum posts: 19
File comments: 34
Uploads: 6
I just uploaded a new version, all the current issues should be fixed. Just tested them in-game myself. Let me know!
Report comment to moderator  
Reply With Quote
Unread 05/20/16, 05:47 AM  
Shimaxi

Forum posts: 0
File comments: 12
Uploads: 0
hope you don't mind me asking, but what is the name of the addons in those screenshots you posted? looks very cool
Report comment to moderator  
Reply With Quote
Unread 02/27/17, 02:23 PM  
Moosetrax
AddOn Author - Click to view AddOns

Forum posts: 8
File comments: 120
Uploads: 1
Originally Posted by Shimaxi
hope you don't mind me asking, but what is the name of the addons in those screenshots you posted? looks very cool
It looks like Votan's Mini Map, Wykkyd Toolbar, AUI - Advanced UI, and Ravalox' Quest Tracker
Report comment to moderator  
Reply With Quote
Unread 05/28/17, 06:19 AM  
Crabby654
AddOn Author - Click to view AddOns

Forum posts: 19
File comments: 34
Uploads: 6
Originally Posted by Moosetrax
Originally Posted by Shimaxi
hope you don't mind me asking, but what is the name of the addons in those screenshots you posted? looks very cool
It looks like Votan's Mini Map, Wykkyd Toolbar, AUI - Advanced UI, and Ravalox' Quest Tracker
That picture I took is so old now! But I think you are right, I believe the only thing is at the time I was using the minimap that was included in AUI.
Report comment to moderator  
Reply With Quote
Unread 08/19/17, 09:32 AM  
Ben Dover

Forum posts: 0
File comments: 37
Uploads: 0
You read my mind with this addon

I have used printer paper to try to align and get stuff to be aligned

Thanks for this!
Report comment to moderator  
Reply With Quote
Unread 11/06/17, 04:15 AM  
Xeizell
 
Xeizell's Avatar

Forum posts: 2
File comments: 14
Uploads: 0
Can't even imagine moving stuff around without this. Thank you and Stendarr bless you.
Last edited by Xeizell : 11/06/17 at 04:20 AM.
Report comment to moderator  
Reply With Quote
Unread 04/17/18, 01:23 PM  
Mærdreyri
 
Mærdreyri's Avatar

Forum posts: 0
File comments: 1
Uploads: 0
Thank you so much! I have wasted countless hours trying to align my UI. This is a miracle, you are a saint.
Report comment to moderator  
Reply With Quote
Unread 05/30/18, 04:36 PM  
ZoLatKam
 
ZoLatKam's Avatar

Forum posts: 3
File comments: 144
Uploads: 0
Grid not displaying, but no errors

After updating Grid, as well as manually deleting the Addon/Saved Variables & reinstalling, the mod loads in the game, I can access it's options via the game menu or via "/align", however, typing "/grid" does nothing.

The grid does not actually appear on my screen.
There are no LUA errors pointing to any issues with AlignGrid.

Has anyone else experienced this?

UPDATE - 06.09.18:

I completely removed the mod from my PC manually, again, & reinstalled (a few days ago).
Seems to be fine now.
Last edited by ZoLatKam : 06/09/18 at 05:40 PM.
Report comment to moderator  
Reply With Quote
Unread 06/02/18, 11:06 AM  
Crabby654
AddOn Author - Click to view AddOns

Forum posts: 19
File comments: 34
Uploads: 6
Re: Grid not displaying, but no errors

Originally Posted by ZoLatKam
After updating Grid, as well as manually deleting the Addon/Saved Variables & reinstalling, the mod loads in the game, I can access it's options via the game menu or via "/align", however, typing "/grid" does nothing.

The grid does not actually appear on my screen.
There are no LUA errors pointing to any issues with AlignGrid.

Has anyone else experienced this?
I did a library and TOC update yesterday but I never experienced that issue, if anyone else does please tell me!
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: