View Single Post
06/07/14, 02:32 PM   #13
Sasky
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 231
A few suggestions/tweaks:
1) Add an author field to the creation. That way can show authors at the top on the settings page but not in the list.

2) Edit box - in description you have "isMultiline" in the table description in the header but "isMultiLine" used below.

3) Add API for appendOption(). It'd be fairly easy to implement (table.insert) and would allow creating panels in a similar style to the current API. Also, if you depend on well-ordered tables (where # works properly), you might want to do this exclusively instead of having the authors spell out their own tables.

4) Currently the text box/description seems to leave a large margin at the top.

-------------------------

For the major 'poking around at it', I went ahead and made a quick adapter. (It doesn't work for submenus or for addons where they touch the menu panel directly. But all non-submenu API calls translate just fine.) For the ones where the adapter works, LAM2 seems work pretty well.

Last edited by Sasky : 06/12/14 at 02:44 AM.