View Single Post
02/16/15, 11:09 AM   #52
votan
 
votan's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2014
Posts: 578
Originally Posted by Garkin View Post
I have just briefly checked code and it seems that you didn't read my comments to LAM.

- All "half width" widgets in LAM have height set to 55 units. If you want to make custom widgets with different height, widgets will be incorectly anchored. See LAM comments where is possible fix.

- comboboxCounter in dropdown widget should be panel specific, otherwise you can get an UI error because of duplicate names when creating widget controls manually. Again, better explanation is in my LAM comment.
@Merlight: You can copy the function CreateOptionsControls and the whole Dropbox.lua from my branch in update6 https://github.com/votan73/ESO-LibAddonMenu
  Reply With Quote