Quintiq file version 2.0 
 | 
#parent: #root 
 | 
Response OnClick () id:Response_ListUnitTree_MenuEditDisplayIndex_OnClick 
 | 
{ 
 | 
  #keys: '[108486.2.570774907]' 
 | 
  Body: 
 | 
  [* 
 | 
    // Edit unit's display index 
 | 
    dlg := Application.Frame().FindChildObject( 'DialogDisplayIndexUnits' ).astype( DialogDisplayIndexUnits ); 
 | 
     
 | 
    if( isnull( dlg ) ) 
 | 
    { 
 | 
      newdlg := construct( DialogDisplayIndexUnits ); 
 | 
      Application.Frame().ShowDialog( &newdlg ); 
 | 
    } 
 | 
  *] 
 | 
  CanBindMultiple: false 
 | 
  DefinitionID => /Responsedef_ListUnitTree_Menu_OnClick 
 | 
  Initiator: 'MenuEditDisplayIndex' 
 | 
  Precondition: 
 | 
  [* 
 | 
    return MacroPlan::HasMacroPlan( MacroPlan, feedback ); 
 | 
  *] 
 | 
} 
 |