OCLOperators ShowActionMenuForCurrentInNesting
(Created page with "When using placingContainers one is responsible for the actions to select and make vCurrent etc one self. If you miss the generic logic that brings up a menu where you presse...") |
No edit summary |
||
Line 8: | Line 8: | ||
This way you can easily give user access to actions matched on type and access groups etc: | This way you can easily give user access to actions matched on type and access groups etc: | ||
[[File:2022-09-14 00h24 24.gif|none|thumb|524x524px]] | [[File:2022-09-14 00h24 24.gif|none|thumb|524x524px]] | ||
[[Category:OCLOperators]] |
Revision as of 12:24, 7 December 2022
This page was created by Hans.karlsen on 2022-09-14. Last edited by Edgar on 2025-01-20.
When using placingContainers one is responsible for the actions to select and make vCurrent 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 user access to actions matched on type and access groups etc: