View Single Post
02/14/21, 01:17 AM   #7
ShadowMau
AddOn Author - Click to view addons
Join Date: Oct 2018
Posts: 23
Found this thread, so it looks like it is not possible to do what I want. https://www.esoui.com/forums/showthr...t=LibAddonMenu

LibAddonMenu2 wasn't made with dynamic menus in mind, so adding controls on the fly isn't easily possible. After the panel was opened the first time and all the controls are created, LAM doesn't add any new controls. So you'd have to take care of creating them yourself and since destroying controls isn't possible in ESO, you'd have to manage removing them in a way that doesn't cause a memory leak.
All in all, not something I can recommend if it can be avoided, as it could easily break on LAM updates.
  Reply With Quote