#abort:, #abort:title:
#chooseDirectory
FileReference
of the selected folder, or nil
if canceled.
#chooseDirectory: label
Custom label
of the window
##chooseDirectory: label from: dir
, #chooseDirectoryFrom: dir
dir
is the directory opened by default (the default default is the image location)
##chooseFileMatching: patterns
, #chooseFileMatching:label:
patterns
is a collection of patterns
UIManager default chooseFileMatching: #('*.ston', '*.image')
UIManager default chooseFileMatching: nil
Returns a String containing the basename of the file.
chooseFrom:
chooseFrom:lines:
chooseFrom:lines:message:
chooseFrom:lines:message:title:
chooseFrom:lines:title:
chooseFrom:message:
chooseFrom:message:title:
chooseFrom:title:
UIManager default
chooseFrom: #(a b c d e f g h i j)
lines: #(1 5)
message: 'custom message'
title: 'custom title'
Returns the index of the selected chooseFrom:
item, or 0 if canceled.
chooseFrom:values:
chooseFrom:values:lines:
chooseFrom:values:lines:message:
chooseFrom:values:lines:message:title:
chooseFrom:values:lines:title:
chooseFrom:values:message:
chooseFrom:values:message:title:
chooseFrom:values:title:
UIManager default
chooseFrom: #(aa bb cc dd ee ff gg hh ii jj)
values: #(a b c d e f g h i j)
lines: #(1 5)
message: 'message'
title: 'title'
Returns the corresponding values
item of the selected chooseFrom
item, or nil
if canceled.
The size of values
and chooseFrom
must match.
chooseFullFileNameMatching:
chooseFullFileNameMatching:label:
Returns the full path of the selected file.
#displayProgress:from:to:during:
Eh? Maybe use Job
directly?
edit:
edit:label:
completely useless
edit:label:accept:
Edit a text and specify a block that will be executed when the text is saved.
TEasilyThemed
Naming ¯_(ツ)_/¯