Quintiq file version 2.0 
 | 
#parent: #root 
 | 
Method EnableEvent () id:Method_LibCal_dlgEvent_EnableEvent 
 | 
{ 
 | 
  #keys: '[131094.0.1102923742]' 
 | 
  Body: 
 | 
  [* 
 | 
    // Make sure that pnlIsNotRecurring is activated, otherwise the values of the controls of this panel will not be applied. 
 | 
    // And they should be; even in case of recurrence these controls contain the values that must be applied. 
 | 
    // ToDo - not necessary anymore now that the ShadowObjects are not committed anymore...?  
 | 
    lyrStartEnd.ActivatePanel( pnlNotRecurring ); 
 | 
     
 | 
    edtName          .Enabled( true ); 
 | 
    rbgEventType     .Enabled( true ); 
 | 
    datStartDate     .Enabled( true ); 
 | 
    durStartTimeOfDay.Enabled( true ); 
 | 
    datEndDate       .Enabled( true ); 
 | 
    durEndTimeOfDay  .Enabled( true ); 
 | 
    ckbIsAllDay      .Enabled( true ); 
 | 
     
 | 
    btnSelectAll  .Enabled( true ); 
 | 
    btnDeselectAll.Enabled( true ); 
 | 
    lstSubscribers.Enabled( true ); 
 | 
  *] 
 | 
} 
 |