Hello! I am working on a project that is dynamically rebuilding menus with different entries. The menu building is all functioning correctly...unless a torn off menu exists. The non-torn off menu is updated correctly, but the torn off menu becomes orphaned because the old callbacks no longer exist in memory.
Ideally (and I know this is a long shot) we would rebuild the torn off menu. If that is not possible then I would just like to close any torn off menus to limit confusion as to why pressing a menu item no longer does anything. Are either of these solutions currently possible? Thanks much! -- -tony

