Skip to content

Instantly share code, notes, and snippets.

@kilon
Created September 9, 2016 18:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kilon/3df2fa1e1aa8fa9fb7772f382adc4ea6 to your computer and use it in GitHub Desktop.
Save kilon/3df2fa1e1aa8fa9fb7772f382adc4ea6 to your computer and use it in GitHub Desktop.
UI Manager
ui := UIManager default .
ui alert:'You are about to delete your HD'.
ui alert: 'You are about to delete your HD' title: 'Critical Alert'.
(ui chooseDirectory: 'Choose directory to save the file' )inspect.
ui chooseFrom: #(1 'hello' 3 'and' 4.0 'bye' #TheEnd) .
ui confirm: 'You want to delete your HD?'.
ui deny: 'WRONG PASSWORD'.
ui edit: 'I beg you to edit me please, do it, do it fast !!!'.
ui logError: 'No available memory !!!'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment