Showing results 1 to 9 of 9
Search took 0.00 seconds.
Search: Posts Made By: Phuein
Forum: Lua/XML Help 03/16/18, 11:21 AM
Replies: 13
Views: 6,433
Posted By Phuein
Son of a gun, I found it. local panelData = { ...

Son of a gun, I found it.

local panelData = {
type = "panel",
name = "Junkee",

-- addonID = "string"; unique ID which will be the global name of your panel

The name had to be unique! Can't...
Forum: Lua/XML Help 03/16/18, 11:05 AM
Replies: 13
Views: 6,433
Posted By Phuein
So, finally after debugging LAM, adding a...

So, finally after debugging LAM, adding a printout of the actual error, it comes down to Junkee.savedVars being nil. Which makes no sense. My code sets/loads it as instructed in tutorials. In Loaded...
Forum: Lua/XML Help 03/16/18, 10:24 AM
Replies: 13
Views: 6,433
Posted By Phuein
I redid it with the instructions more carefully,...

I redid it with the instructions more carefully, fixing my .txt file and how I add the LAM module. I followed the ZAM Stats module on how they load and use it, every part. Still same error. The menu...
Forum: Lua/XML Help 03/16/18, 09:55 AM
Replies: 13
Views: 6,433
Posted By Phuein
I use Stub to load LAM, and LAM has its own files...

I use Stub to load LAM, and LAM has its own files in its own manifest. This line:
local LAM = LibStub("LibAddonMenu-2.0")


It loads just fine. I see the menu option and my checkbox loaded just fine....
Forum: Lua/XML Help 03/16/18, 09:37 AM
Replies: 13
Views: 6,433
Posted By Phuein
True, but that works fine for my needs. :)

True, but that works fine for my needs. :)
Forum: Lua/XML Help 03/15/18, 05:54 PM
Replies: 13
Views: 6,433
Posted By Phuein
Yes, as instructed by the addon: ... ##...

Yes, as instructed by the addon:

...
## OptionalDependsOn: LibAddonMenu-2.0

bindings.xml
keystrip.lua
localizations.lua
LibStub.lua
Junkee.lua
Forum: Lua/XML Help 03/15/18, 03:13 PM
Replies: 13
Views: 6,433
Posted By Phuein
I edited the example code that comes with it. It...

I edited the example code that comes with it. It all seems correct. I tried simplifying it to make sure it's none of my code making trouble, too. Could it be an issue with the order of the code?...
Forum: Lua/XML Help 03/14/18, 04:42 PM
Replies: 13
Views: 6,433
Posted By Phuein
Thanks for the advice. It's good. I've been...

Thanks for the advice. It's good. I've been trying to do that, but I keep getting:
EsoUI/Libraries/Utility/ZO_Hook.lua:33: function expected instead of nil
stack...
Forum: Lua/XML Help 03/13/18, 06:58 PM
Replies: 13
Views: 6,433
Posted By Phuein
[SOLVED] Add Checkbox to Keybinding category

tl;dr I just want to add an option checkbox somewhere that toggles a variable.

Hey. I'm entirely new to this. I wanted to update and improve the Junkee addon...
Showing results 1 to 9 of 9