You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 3, 2021. It is now read-only.
I want to make a menu that has state based icons.
I could make several menu trees, but I'd rather make as few as possible and be able to dynamically hide/show specific ClickMenuItems.
If this is possible, then please document/demo how to do this.
If this is not possible then please consider implementing this.
NOTE: I also want to be able to dynamically change the tooltip and icon, but this also appears to not be implemented supported. Perhaps the implementation to make hide/show possible could also take dynamic text/icon in to account too.
The text was updated successfully, but these errors were encountered:
paulpv
changed the title
Add or document ability to hide/show ClickMenuItems
Add or document/demo ability to hide/show ClickMenuItems
Nov 10, 2017
This is a great idea! I can see how this would be useful. The code isn't designed to do this right now, it builds ClickMenuItems from an AssetTree and it's assumed that the AssetTree has been serialized.
I want to make a menu that has state based icons.
I could make several menu trees, but I'd rather make as few as possible and be able to dynamically hide/show specific ClickMenuItems.
If this is possible, then please document/demo how to do this.
If this is not possible then please consider implementing this.
NOTE: I also want to be able to dynamically change the tooltip and icon, but this also appears to not be implemented supported. Perhaps the implementation to make hide/show possible could also take dynamic text/icon in to account too.
The text was updated successfully, but these errors were encountered: