TabletLib
A library to provide an efficient, featureful tooltip-style display.
Handy features:
Infinite lines.
If there are too many buttons to view, you can scroll up and down.
1-4 columns
Category structure.
Well documented API
Lines function as buttons (clickable)
Checkboxes, Radio buttons.
Users:
TO INSTALL: Put the TabletLib folder into
\World of Warcraft\Interface\AddOns\
Developers:
Place the TabletLib.lua file into your AddOn's folder, then add TabletLib.lua to the .toc file.
Then, to access the library, in your code, write `local dew = TabletLib:GetInstance("1.0")`.
From that point on, you can access DewdroptLib's functions.
Anyone able to point me to this api?
I am sporadically receiving a TabletLib error comparing a number to nil on line 2446 in Tablet-2.0.lua.. When it happens, a couple of my addons all die (FuBar, StellarBars)