View Single Post
08-25-19, 12:52 PM   #1
mtp1032
A Fallenroot Satyr
AddOn Author - Click to view addons
Join Date: Jan 2006
Posts: 22
UIDropDownMenu Alternatives?

I wrote a prototype AddOn whose options were implemented using the libs of UIDropDownMenu. I'm glad I prototyped it because I learned that the options of UIDropDownMenu cannot be refreshed. So, is there a recommended way to set up an options menu such that its options can be refreshed?

For example, suppose the character in the image below added a second bag. The second bag will not show up because UIDropDownMenu cannot be refreshed. Reloading the UI is the only alternative. Ideally, when a character adds, removes, or relocates a bag the options menu will refresh the new or moved bag will now show up as an option.

[My Addon's Options Menu]




Thanks, in advance.

Last edited by mtp1032 : 08-25-19 at 12:55 PM. Reason: Added Picture
  Reply With Quote