Thread: AceDB Resetting
View Single Post
08-08-16, 08:54 AM   #13
myrroddin
A Pyroguard Emberseer
 
myrroddin's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2008
Posts: 1,240
Originally Posted by MilleXIV View Post
  1. What's the benefit to forcing my addon to call OnEnable itself versus waiting for it to be called automatically?
  2. Will have to try out that way of adding the profiles.
  3. Will definitely have to enable CallbackHandler.
  4. I haven't found anything wrong with the general/text/textColors portion of my options table? In fact, that part of it is working exactly as I intended. They're subgroups of the initial group, as per the groups documentation. The functions that get called return the group tables.
1. You provide an option for your users to turn on/off your AddOn. If you don't want that POWAH, let Ace3 call OnEnable() itself. And OnDisable() for that matter.
4. Hey, if it works, it works. I merely saw something that struck me as odd, and most of the time, odd = doesn't work. I've been wrong about stuff like this many, many times before.
  Reply With Quote