View Single Post
08-26-19, 06:10 AM   #3
Vrul
A Scalebane Royal Guard
 
Vrul's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2007
Posts: 404
Originally Posted by mtp1032 View Post
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?
I wrote LibMenuAssist to make working with UIDropDownMenu easier for me and added a few extra features that I wanted. You should be able to throw it in and use if fairly painlessly or just look at the code to see how I implemented the Refresh method and do something similar in your addon.

Originally Posted by mtp1032 View Post
The second bag will not show up because UIDropDownMenu cannot be refreshed. Reloading the UI is the only alternative.
You should only have to close and reopen your menu to get it to display changes. If that is not the case then post your code because you are not initializing your menu properly.

Last edited by Vrul : 08-26-19 at 06:17 AM.
  Reply With Quote