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:428
Total downloads:22,269
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 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/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/07/16, 08:56 AM  
Sp00sty

Forum posts: 67
File comments: 173
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 02/25/16, 06:43 AM  
votan
 
votan's Avatar
AddOn Author - Click to view AddOns

Forum posts: 577
File comments: 1672
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 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/13/16, 02:30 PM  
Sp00sty

Forum posts: 67
File comments: 173
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
Post A Reply



Category Jump: