In the last few week a got some pms with the same idea. Some people want a Option Interface to activate oder deactivate the herbs that they want to mill.
Could someone help me to integrate this idea?
I would like to have these options in the WoW Options Frame for Addons.
In this frame could be some Tabs for Classic / BC / WotLK / Cata / MoP / WoD.
In each Tab should be each millable herb for the corresponding expansion.
Actual we have our own little database with not millable herbs and one millable non-herb.
Thank you for your answer and links!
To my shame, I have to admit that I do not understand your code.
I think I still have a lot to learn in Addon programming before I can implement this idea.
Because my english is not very good I have to hope that maybe someone can help me who writes/speaks in german.
Ich kann auf Deutsch lesen und (etwas schlecht) schreiben. Es gibt auch viele echte Deutsche in den WoWInterface-Foren, so könnte es vielleicht besser sein, dort zu posten. Ich bin mir nicht sicher, wie viele von ihnen die WowAce-Foren regelmäßig wenn überhaupt lesen.
In the last few week a got some pms with the same idea. Some people want a Option Interface to activate oder deactivate the herbs that they want to mill.
Could someone help me to integrate this idea?
I would like to have these options in the WoW Options Frame for Addons.
In this frame could be some Tabs for Classic / BC / WotLK / Cata / MoP / WoD.
In each Tab should be each millable herb for the corresponding expansion.
Actual we have our own little database with not millable herbs and one millable non-herb.
https://github.com/Phanx/CleanCompare/blob/master/Options.lua#L30
It's pretty lightweight, and wouldn't be too hard to adapt to your idea.
Another (somewhat bloated) option would be to use the AceConfig libraries:
1. Define an options table.
2. Register the options table with AceConfig-Registry.
3. Tell AceConfig-Dialog to make a config panel for your options table in the Interface Options window.
Thank you for your answer and links!
To my shame, I have to admit that I do not understand your code.
I think I still have a lot to learn in Addon programming before I can implement this idea.
Because my english is not very good I have to hope that maybe someone can help me who writes/speaks in german.