Quintiq file version 2.0 #parent: #root Method Edit ( internal[GUIComponent] parent, ManufactureLTProcessSection selection ) id:Method_DialogManufactureLTProcessSection_Edit { #keys: '[414384.0.703976903]' Body: [* data := shadow( selection ); Dialog.Data( data ); if ( Dialog.DoModal( parent ) > 0 ) { data.Edited( true ); data.Commit(); } *] }