1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
  | Quintiq file version 2.0 
 |  #parent: Toolbar 
 |  Response OnCreated () id:Response_Toolbar_OnCreated 
 |  { 
 |    #keys: '[132254.0.39885901]' 
 |    Body: 
 |    [* 
 |      // Hide the panel when there is no manager that can be outdated 
 |      show := exists( Dialog.GetSanityCheckPanel().DataHolderSanityManagers().Data(), Elements, manager, manager.CanBeOutdated() ); 
 |      this.SetProperty( "Sizeable", true.AsQUILL() ); 
 |      this.SetProperty( "Size", ifexpr(show,30,0) ); 
 |      this.SetProperty( "Sizeable", false.AsQUILL() ); 
 |    *] 
 |    CanBindMultiple: false 
 |    DefinitionID: 'Responsedef_GUIComponent_OnCreated' 
 |  } 
 |  
  |