Showing results 1 to 8 of 8
Search took 0.00 seconds.
Search: Posts Made By: benots4
Forum: AddOn Help/Support 09-04-20, 02:24 PM
Replies: 17
Views: 13,393
Posted By benots4
Thanks again for your help. I think you fixed...

Thanks again for your help. I think you fixed it with the table loading order.
max = AMine.db.profile.actionsCnt now works
Forum: AddOn Help/Support 09-04-20, 12:33 PM
Replies: 17
Views: 13,393
Posted By benots4
Thanks. I did exactly as you described, except...

Thanks. I did exactly as you described, except for changing all the function names but I will. However max is still not set. I made the names unique and removed the AMine.db.profiles . Still...
Forum: AddOn Help/Support 09-04-20, 08:15 AM
Replies: 17
Views: 13,393
Posted By benots4
local DebugLevel = 3 local THISAP = "AMine" AMine...

local DebugLevel = 3
local THISAP = "AMine"
AMine = LibStub("AceAddon-3.0"):NewAddon("AMine")
--local ActionBars =...
Forum: AddOn Help/Support 09-03-20, 04:27 PM
Replies: 17
Views: 13,393
Posted By benots4
okay,,, can you show me what those commands would...

okay,,, can you show me what those commands would look like.
Forum: AddOn Help/Support 09-03-20, 01:46 PM
Replies: 17
Views: 13,393
Posted By benots4
AMine is the name of the addon. AMineDB is the...

AMine is the name of the addon. AMineDB is the name of the options file. I moved the init functions from the AMine:OnItitialize() to AMine:OnEnable(). No effect. the init code is

function...
Forum: AddOn Help/Support 09-03-20, 01:04 PM
Replies: 17
Views: 13,393
Posted By benots4
elseif event == "PLAYER_LOGIN" then AMineDB =...

elseif event == "PLAYER_LOGIN" then
AMineDB = copyDefaults(defaults, AMineDB)
Forum: AddOn Help/Support 09-03-20, 12:52 PM
Replies: 17
Views: 13,393
Posted By benots4
max = actionCnt doesn't throw an error so thats...

max = actionCnt doesn't throw an error so thats good, but it doesn't set max either. in the db actionCnt is 19 but max is set to 100 (default). I put a print (actionCnt) in the get function and I...
Forum: AddOn Help/Support 09-03-20, 09:59 AM
Replies: 17
Views: 13,393
Posted By benots4
aceconfig-3.0 options type range set max

Using AceConfig-3.0 Options Tables type "ranged" to display a slider, all is good. Except how do you dynamically set the max value? One example attempt shown below throws error about "db" being...
Showing results 1 to 8 of 8