STXInstaller.st
changeset 26 6975669b213b
parent 25 42ee3e7ced09
child 27 8c5195f9508a
equal deleted inserted replaced
25:42ee3e7ced09 26:6975669b213b
   609     textView := HVScrollableView for:TextCollector.
   609     textView := HVScrollableView for:TextCollector.
   610     textView preferredExtent:(100 @ 250).
   610     textView preferredExtent:(100 @ 250).
   611     commandTraceView := textView scrolledView.
   611     commandTraceView := textView scrolledView.
   612 
   612 
   613     progressView := ProgressIndicator
   613     progressView := ProgressIndicator
   614                         inBoxWithLabel:'ST/X Installation' icon:(Depth8Image fromImage:NewLauncher aboutIcon)
   614                         inBoxWithLabel:'ST/X Installation' icon:(Depth8Image fromImage:Launcher aboutIcon)
   615                         text:#('ST/X Installation' '' '' '' '' '' '' '') asStringCollection
   615                         text:#('ST/X Installation' '' '' '' '' '' '' '') asStringCollection
   616                         abortable:true
   616                         abortable:true
   617                         view:textView
   617                         view:textView
   618                         closeWhenDone:false.
   618                         closeWhenDone:false.
   619     progressView topView extent:(500 min:Display width) @ 300.
   619     progressView topView extent:(500 min:Display width) @ 300.