Guest User

Untitled

a guest
Feb 20th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. Shoes.app(:height=>100) do
  2. background "#EFC"
  3. border "#BE8", :strokewidth => 6
  4. stack(:margin => 12) do
  5. para "Enter your name"
  6. flow do
  7. name = edit_line
  8. button "OK" do
  9. alert "Hi #{name.text}, this was a collosal waste of your time!"
  10. end
  11. end
  12. end
  13. end
Add Comment
Please, Sign In to add comment