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...")
 
(Updated Edited template to July 12, 2025.)
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
When using placingContainers one is responsible for the actions to select and make vCurrent etc one self.
<message>Write the content here to display this box</message>
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
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;
  vCurrent_Things:=self;
  selfVM.ShowActionMenuForCurrentInNesting( 'Things' )
  selfVM.ShowActionMenuForCurrentInNesting( 'Things' )
[[File:2022-09-14 00h26 31.png|none|thumb|523x523px]]
[[File:2022-09-14 00h26 31.png|none|thumb|523x523px]]


This way you can easily give user access to actions matched on type and access groups etc:
This way, you can easily give the 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]]
{{Edited|July|12|2025}}

Latest revision as of 05:55, 20 January 2025

This page was created by Hans.karlsen@mdriven.net 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 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' )
2022-09-14 00h26 31.png

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

2022-09-14 00h24 24.gif