🚀 Welcome to MDriven Learn –  MDriven is now on Discord!  Don’t miss the latest Release Notes.
OCLOperators ShowActionMenuForCurrentInNesting
This page was created by Hans.karlsen on 2022-09-13. Last edited by 62.169.16.147 on 2026-09-12.

When using placingContainers, one is responsible for the actions to select and make Current, etc, one self.

If you miss the generic logic that brings up a menu where you pressed the button, you can now bring up that action menu with this call:

vCurrent_Things:=self;
selfVM.ShowActionMenuForCurrentInNesting( 'Things' )

This way, you can easily give the user access to actions matched on type and access groups, etc: