Tools__ProjectBuilderAssistantApplication.st
changeset 2693 2bf7608ed25a
parent 2687 66343568f2b2
child 2694 93a8594dec4f
equal deleted inserted replaced
2692:fe9fe2fa192c 2693:2bf7608ed25a
   233                     name: 'EntryField1'
   233                     name: 'EntryField1'
   234                     layout: (LayoutFrame 1 0 6 0 -113 1 28 0)
   234                     layout: (LayoutFrame 1 0 6 0 -113 1 28 0)
   235                     model: newProjectsName
   235                     model: newProjectsName
   236                     acceptOnReturn: true
   236                     acceptOnReturn: true
   237                     acceptOnTab: true
   237                     acceptOnTab: true
       
   238                     acceptOnLostFocus: true
   238                     acceptOnPointerLeave: true
   239                     acceptOnPointerLeave: true
   239                     emptyFieldReplacementText: 'module:directory'
   240                     emptyFieldReplacementText: 'module:directory'
   240                   )
   241                   )
   241                  (ActionButtonSpec
   242                  (ActionButtonSpec
   242                     label: 'Create'
   243                     label: 'Create'
   365                     name: 'EntryField1'
   366                     name: 'EntryField1'
   366                     layout: (LayoutFrame 1 0 6 0 -113 1 28 0)
   367                     layout: (LayoutFrame 1 0 6 0 -113 1 28 0)
   367                     model: newApplicationsName
   368                     model: newApplicationsName
   368                     acceptOnReturn: true
   369                     acceptOnReturn: true
   369                     acceptOnTab: true
   370                     acceptOnTab: true
       
   371                     acceptOnLostFocus: true
   370                     acceptOnPointerLeave: true
   372                     acceptOnPointerLeave: true
   371                     emptyFieldReplacementText: 'MyApplication'
   373                     emptyFieldReplacementText: 'MyApplication'
   372                   )
   374                   )
   373                  (ActionButtonSpec
   375                  (ActionButtonSpec
   374                     label: 'Create'
   376                     label: 'Create'
   506                     name: 'EntryField1'
   508                     name: 'EntryField1'
   507                     layout: (LayoutFrame 1 0 6 0 -113 1 28 0)
   509                     layout: (LayoutFrame 1 0 6 0 -113 1 28 0)
   508                     model: newStartupClassName
   510                     model: newStartupClassName
   509                     acceptOnReturn: true
   511                     acceptOnReturn: true
   510                     acceptOnTab: true
   512                     acceptOnTab: true
       
   513                     acceptOnLostFocus: true
   511                     acceptOnPointerLeave: true
   514                     acceptOnPointerLeave: true
   512                     emptyFieldReplacementText: 'MyStandAloneStartup'
   515                     emptyFieldReplacementText: 'MyStandAloneStartup'
   513                   )
   516                   )
   514                  (ActionButtonSpec
   517                  (ActionButtonSpec
   515                     label: 'Create'
   518                     label: 'Create'