FileBrowserV2.st
changeset 6119 8c1742758850
parent 6116 acc7f6b44b4f
child 6131 71d479fd930d
equal deleted inserted replaced
6118:782e3a2540cd 6119:8c1742758850
   621                     level: 0
   621                     level: 0
   622                     labelChannel: fileEncodingHolder
   622                     labelChannel: fileEncodingHolder
   623                     adjust: right
   623                     adjust: right
   624                     menu: encodingMenu
   624                     menu: encodingMenu
   625                   )
   625                   )
   626                  (ProgressIndicatorSpec
       
   627                     name: 'ProgressIndicator1'
       
   628                     layout: (LayoutFrame -260 1 4 0 -220 1 -4 1)
       
   629                     visibilityChannel: activityVisibilityChannel
       
   630                     backgroundColor: (Color 0.0 66.666666666667 66.666666666667)
       
   631                     isActivityIndicator: true
       
   632                   )
       
   633                  (LabelSpec
   626                  (LabelSpec
   634                     label: 'Shown Files'
   627                     label: 'Shown Files'
   635                     name: 'ShownFilesLabel'
   628                     name: 'ShownFilesLabel'
   636                     layout: (LayoutFrame -220 1 1 0.0 -60 1 1 1.0)
   629                     layout: (LayoutFrame -220 1 1 0.0 -60 1 1 1.0)
   637                     level: -1
   630                     level: -1
   638                     translateLabel: true
   631                     translateLabel: true
   639                     labelChannel: shownFiles
   632                     labelChannel: shownFiles
   640                     adjust: right
   633                     adjust: right
       
   634                   )
       
   635                  (ViewSpec
       
   636                     name: 'ProgressIndicatorBox'
       
   637                     layout: (LayoutFrame -220 1 1 0.0 -60 1 1 1.0)
       
   638                     level: -1
       
   639                     visibilityChannel: activityVisibilityChannel
       
   640                     component: 
       
   641                    (SpecCollection
       
   642                       collection: (
       
   643                        (ProgressIndicatorSpec
       
   644                           name: 'ProgressIndicator1'
       
   645                           layout: (LayoutFrame 5 0.0 -7 0.5 -5 1.0 7 0.5)
       
   646                           backgroundColor: (Color 0.0 66.666666666667 66.666666666667)
       
   647                           isActivityIndicator: true
       
   648                         )
       
   649                        )
       
   650                      
       
   651                     )
   641                   )
   652                   )
   642                  (LabelSpec
   653                  (LabelSpec
   643                     label: 'M'
   654                     label: 'M'
   644                     name: 'ModeLabel'
   655                     name: 'ModeLabel'
   645                     layout: (LayoutFrame -60 1 1 0.0 -50 1 1 1.0)
   656                     layout: (LayoutFrame -60 1 1 0.0 -50 1 1 1.0)
  1598 ! !
  1609 ! !
  1599 
  1610 
  1600 !FileBrowserV2 class methodsFor:'documentation'!
  1611 !FileBrowserV2 class methodsFor:'documentation'!
  1601 
  1612 
  1602 version
  1613 version
  1603     ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2.st,v 1.130 2004-10-25 16:14:24 cg Exp $'
  1614     ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2.st,v 1.131 2004-10-30 09:08:31 cg Exp $'
  1604 ! !
  1615 ! !
  1605 
  1616 
  1606 FileBrowserV2 initialize!
  1617 FileBrowserV2 initialize!