scarpe 0.1.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (531) hide show
  1. checksums.yaml +4 -4
  2. data/.rubocop.yml +80 -9
  3. data/.ruby-version +1 -0
  4. data/.vscode/extensions.json +5 -0
  5. data/.yardopts +3 -0
  6. data/CHANGELOG.md +14 -0
  7. data/CONTRIBUTING.md +20 -0
  8. data/Gemfile +14 -2
  9. data/README.md +138 -18
  10. data/Rakefile +2 -3
  11. data/dev.yml +7 -0
  12. data/docs/static/PKGBUILD +47 -0
  13. data/docs/static/Shoes.icns +0 -0
  14. data/docs/static/avatar.png +0 -0
  15. data/docs/static/code_highlighter.js +188 -0
  16. data/docs/static/code_highlighter_ruby.js +26 -0
  17. data/docs/static/icon-debug.png +0 -0
  18. data/docs/static/icon-error.png +0 -0
  19. data/docs/static/icon-info.png +0 -0
  20. data/docs/static/icon-warn.png +0 -0
  21. data/docs/static/listbox_button1.png +0 -0
  22. data/docs/static/listbox_button2.png +0 -0
  23. data/docs/static/man-app.png +0 -0
  24. data/docs/static/man-builds.png +0 -0
  25. data/docs/static/man-builds1.png +0 -0
  26. data/docs/static/man-editor-notepad.png +0 -0
  27. data/docs/static/man-editor-osx.png +0 -0
  28. data/docs/static/man-ele-background.png +0 -0
  29. data/docs/static/man-ele-border.png +0 -0
  30. data/docs/static/man-ele-button.png +0 -0
  31. data/docs/static/man-ele-check.png +0 -0
  32. data/docs/static/man-ele-editbox.png +0 -0
  33. data/docs/static/man-ele-editline.png +0 -0
  34. data/docs/static/man-ele-image.png +0 -0
  35. data/docs/static/man-ele-listbox.png +0 -0
  36. data/docs/static/man-ele-progress.png +0 -0
  37. data/docs/static/man-ele-radio.png +0 -0
  38. data/docs/static/man-ele-shape.png +0 -0
  39. data/docs/static/man-ele-textblock.png +0 -0
  40. data/docs/static/man-ele-video.png +0 -0
  41. data/docs/static/man-intro-dmg.png +0 -0
  42. data/docs/static/man-intro-exe.png +0 -0
  43. data/docs/static/man-look-tiger.png +0 -0
  44. data/docs/static/man-look-ubuntu.png +0 -0
  45. data/docs/static/man-look-vista.png +0 -0
  46. data/docs/static/man-run-osx.png +0 -0
  47. data/docs/static/man-run-vista.png +0 -0
  48. data/docs/static/man-run-xp.png +0 -0
  49. data/docs/static/man-shot1.png +0 -0
  50. data/docs/static/manual-en.txt +3529 -0
  51. data/docs/static/manual-ja.txt +2829 -0
  52. data/docs/static/manual.css +171 -0
  53. data/docs/static/manual.md +3528 -0
  54. data/docs/static/menu-corner1.png +0 -0
  55. data/docs/static/menu-corner2.png +0 -0
  56. data/docs/static/menu-gray.png +0 -0
  57. data/docs/static/menu-left.png +0 -0
  58. data/docs/static/menu-right.png +0 -0
  59. data/docs/static/menu-top.png +0 -0
  60. data/docs/static/shoes-dmg.jpg +0 -0
  61. data/docs/static/shoes-icon-blue.png +0 -0
  62. data/docs/static/shoes-icon.png +0 -0
  63. data/docs/static/shoes-manual-apps.gif +0 -0
  64. data/docs/static/shoes_main_window.png +0 -0
  65. data/docs/static/stripe.png +0 -0
  66. data/docs/static/stubs/blank.exe +0 -0
  67. data/docs/static/stubs/blank.hfz +0 -0
  68. data/docs/static/stubs/blank.run +375 -0
  69. data/docs/static/stubs/cocoa-install +0 -0
  70. data/docs/static/stubs/sh-install +49 -0
  71. data/docs/static/stubs/shoes-stub-inject.exe +0 -0
  72. data/docs/static/stubs/shoes-stub.exe +0 -0
  73. data/docs/static/tutor-back.png +0 -0
  74. data/examples/bloopsaphone/working/1901_by_Aanand_Prasad.rb +478 -0
  75. data/examples/bloopsaphone/working/b1.rb +64 -0
  76. data/examples/bloopsaphone/working/b2.rb +36 -0
  77. data/examples/bloopsaphone/working/bloops_test.rb +41 -0
  78. data/examples/bloopsaphone/working/bloopsaphone_theme_song_by_why.rb +31 -0
  79. data/examples/bloopsaphone/working/feepogram.rb +67 -0
  80. data/examples/bloopsaphone/working/simpsons_theme_song_by_why.rb +14 -0
  81. data/examples/bloopsaphone/working/tune_cheeky_drat.rb +210 -0
  82. data/examples/button.rb +6 -5
  83. data/examples/button_alert.rb +6 -0
  84. data/examples/button_go_away.rb +6 -0
  85. data/examples/button_with_position_and_size.rb +7 -0
  86. data/examples/coffee.rb +14 -0
  87. data/examples/download.rb +5 -0
  88. data/examples/edit_box.rb +10 -0
  89. data/examples/edit_line.rb +8 -0
  90. data/examples/fill.rb +25 -0
  91. data/examples/flow.rb +11 -0
  92. data/examples/fonts.rb +6 -0
  93. data/examples/gen.rb +140 -0
  94. data/examples/hello_world.rb +2 -4
  95. data/examples/highlander.rb +87 -0
  96. data/examples/image/clickable_image.rb +5 -0
  97. data/examples/{image.rb → image/image.rb} +2 -4
  98. data/examples/image/image_size.rb +7 -0
  99. data/examples/image/image_with_position_and_size.rb +3 -0
  100. data/examples/info.rb +9 -0
  101. data/examples/legacy/not_checked/expert/colours.rb +105 -0
  102. data/examples/legacy/not_checked/expert/curve-animation.rb +31 -0
  103. data/examples/legacy/not_checked/expert/curve-control-point.rb +51 -0
  104. data/examples/legacy/not_checked/expert/custom-list-box.rb +53 -0
  105. data/examples/legacy/not_checked/expert/definr.rb +23 -0
  106. data/examples/legacy/not_checked/expert/funnies.rb +56 -0
  107. data/examples/legacy/not_checked/expert/minesweeper.rb +267 -0
  108. data/examples/legacy/not_checked/expert/othello.rb +318 -0
  109. data/examples/legacy/not_checked/expert/pong.rb +62 -0
  110. data/examples/legacy/not_checked/expert/tankspank.rb +385 -0
  111. data/examples/legacy/not_checked/expert/tooltips.rb +45 -0
  112. data/examples/legacy/not_checked/expert/url.rb +37 -0
  113. data/examples/legacy/not_checked/expert/video-player.rb +256 -0
  114. data/examples/legacy/not_checked/good/_why-stories.rb +44 -0
  115. data/examples/legacy/not_checked/good/_why-stories.yaml +387 -0
  116. data/examples/legacy/not_checked/good/arc.rb +37 -0
  117. data/examples/legacy/not_checked/good/cardflip.rb +141 -0
  118. data/examples/legacy/not_checked/good/clock.rb +51 -0
  119. data/examples/legacy/not_checked/good/console.rb +21 -0
  120. data/examples/legacy/not_checked/good/follow.rb +26 -0
  121. data/examples/legacy/not_checked/good/image-rotate.rb +14 -0
  122. data/examples/legacy/not_checked/good/paris.svg +7236 -0
  123. data/examples/legacy/not_checked/good/path-animation.rb +46 -0
  124. data/examples/legacy/not_checked/good/plots.rb +100 -0
  125. data/examples/legacy/not_checked/good/reminder.rb +174 -0
  126. data/examples/legacy/not_checked/good/svgview.rb +113 -0
  127. data/examples/legacy/not_checked/good/vjot.rb +56 -0
  128. data/examples/legacy/not_checked/shoes-contrib/.gitignore +2 -0
  129. data/examples/legacy/not_checked/shoes-contrib/README.md +34 -0
  130. data/examples/legacy/not_checked/shoes-contrib/animation/animate-ovals.rb +21 -0
  131. data/examples/legacy/not_checked/shoes-contrib/animation/flowers.rb +59 -0
  132. data/examples/legacy/not_checked/shoes-contrib/animation/happy-trails.rb +31 -0
  133. data/examples/legacy/not_checked/shoes-contrib/animation/mice-satellites.rb +27 -0
  134. data/examples/legacy/not_checked/shoes-contrib/animation/oval-motion.rb +12 -0
  135. data/examples/legacy/not_checked/shoes-contrib/animation/pink-bubbles.rb +34 -0
  136. data/examples/legacy/not_checked/shoes-contrib/animation/pulsate.rb +18 -0
  137. data/examples/legacy/not_checked/shoes-contrib/animation/rotating-star.rb +18 -0
  138. data/examples/legacy/not_checked/shoes-contrib/app/download-and-save.rb +11 -0
  139. data/examples/legacy/not_checked/shoes-contrib/app/download.rb +10 -0
  140. data/examples/legacy/not_checked/shoes-contrib/app/get-google.rb +11 -0
  141. data/examples/legacy/not_checked/shoes-contrib/app/mouse-detection.rb +7 -0
  142. data/examples/legacy/not_checked/shoes-contrib/app/resizeable-false.rb +6 -0
  143. data/examples/legacy/not_checked/shoes-contrib/art/bubble-bullseye.rb +23 -0
  144. data/examples/legacy/not_checked/shoes-contrib/art/faded.rb +17 -0
  145. data/examples/legacy/not_checked/shoes-contrib/art/fill-oval.rb +5 -0
  146. data/examples/legacy/not_checked/shoes-contrib/art/mask.rb +15 -0
  147. data/examples/legacy/not_checked/shoes-contrib/art/oval-gradient.rb +6 -0
  148. data/examples/legacy/not_checked/shoes-contrib/art/star-gradient.rb +4 -0
  149. data/examples/legacy/not_checked/shoes-contrib/basic/basic-edit-box.rb +8 -0
  150. data/examples/legacy/not_checked/shoes-contrib/basic/basic-new-window.rb +8 -0
  151. data/examples/legacy/not_checked/shoes-contrib/basic/basic-oval-image.rb +8 -0
  152. data/examples/legacy/not_checked/shoes-contrib/basic/basic-oval-shape.rb +8 -0
  153. data/examples/legacy/not_checked/shoes-contrib/basic/basic-oval.rb +6 -0
  154. data/examples/legacy/not_checked/shoes-contrib/basic/class-book.rb +43 -0
  155. data/examples/legacy/not_checked/shoes-contrib/basic/class-book.yaml +387 -0
  156. data/examples/legacy/not_checked/shoes-contrib/basic/clock.rb +6 -0
  157. data/examples/legacy/not_checked/shoes-contrib/basic/edit-stack +14 -0
  158. data/examples/legacy/not_checked/shoes-contrib/basic/gradient-shoes.rb +7 -0
  159. data/examples/legacy/not_checked/shoes-contrib/basic/list_box-shape-report.rb +19 -0
  160. data/examples/legacy/not_checked/shoes-contrib/basic/rect-arrow.rb +7 -0
  161. data/examples/legacy/not_checked/shoes-contrib/basic/scribble.rb +8 -0
  162. data/examples/legacy/not_checked/shoes-contrib/basic/search.rb +32 -0
  163. data/examples/legacy/not_checked/shoes-contrib/basic/shoes-notes.rb +16 -0
  164. data/examples/legacy/not_checked/shoes-contrib/basic/url-shoes-subclassing.rb +24 -0
  165. data/examples/legacy/not_checked/shoes-contrib/browser.rb +21 -0
  166. data/examples/legacy/not_checked/shoes-contrib/elements/background-column.rb +3 -0
  167. data/examples/legacy/not_checked/shoes-contrib/elements/background.rb +4 -0
  168. data/examples/legacy/not_checked/shoes-contrib/elements/basic-fps.rb +6 -0
  169. data/examples/legacy/not_checked/shoes-contrib/elements/border-cat.rb +6 -0
  170. data/examples/legacy/not_checked/shoes-contrib/elements/button-block.rb +8 -0
  171. data/examples/legacy/not_checked/shoes-contrib/elements/check-mate.rb +15 -0
  172. data/examples/legacy/not_checked/shoes-contrib/elements/common-styles.rb +13 -0
  173. data/examples/legacy/not_checked/shoes-contrib/elements/displace-animation.rb +13 -0
  174. data/examples/legacy/not_checked/shoes-contrib/elements/edit_box-character-count.rb +7 -0
  175. data/examples/legacy/not_checked/shoes-contrib/elements/edit_line-character-count.rb +7 -0
  176. data/examples/legacy/not_checked/shoes-contrib/elements/image-icon.rb +3 -0
  177. data/examples/legacy/not_checked/shoes-contrib/elements/list_box-select-class.rb +13 -0
  178. data/examples/legacy/not_checked/shoes-contrib/elements/list_box.rb +6 -0
  179. data/examples/legacy/not_checked/shoes-contrib/elements/move-flow-animate.rb +13 -0
  180. data/examples/legacy/not_checked/shoes-contrib/elements/phat-button.rb +7 -0
  181. data/examples/legacy/not_checked/shoes-contrib/elements/popup.rb +7 -0
  182. data/examples/legacy/not_checked/shoes-contrib/elements/progress-bar.rb +10 -0
  183. data/examples/legacy/not_checked/shoes-contrib/elements/radio-dreamcast-favs.rb +17 -0
  184. data/examples/legacy/not_checked/shoes-contrib/elements/timer.rb +6 -0
  185. data/examples/legacy/not_checked/shoes-contrib/elements/width-introspec.rb +8 -0
  186. data/examples/legacy/not_checked/shoes-contrib/events/background-hover.rb +11 -0
  187. data/examples/legacy/not_checked/shoes-contrib/events/motion-detect.rb +9 -0
  188. data/examples/legacy/not_checked/shoes-contrib/events/pressed-key.rb +6 -0
  189. data/examples/legacy/not_checked/shoes-contrib/expert/expert-funnies.rb +51 -0
  190. data/examples/legacy/not_checked/shoes-contrib/expert/expert-irb.rb +112 -0
  191. data/examples/legacy/not_checked/shoes-contrib/expert/expert-othello.rb +319 -0
  192. data/examples/legacy/not_checked/shoes-contrib/good/good-arc.rb +37 -0
  193. data/examples/legacy/not_checked/shoes-contrib/good/good-clock.rb +51 -0
  194. data/examples/legacy/not_checked/shoes-contrib/good/good-follow.rb +26 -0
  195. data/examples/legacy/not_checked/shoes-contrib/good/good-reminder.rb +174 -0
  196. data/examples/legacy/not_checked/shoes-contrib/good/good-vjot.rb +56 -0
  197. data/examples/legacy/not_checked/shoes-contrib/kernel/ask.rb +4 -0
  198. data/examples/legacy/not_checked/shoes-contrib/kernel/ask_color.rb +4 -0
  199. data/examples/legacy/not_checked/shoes-contrib/kernel/ask_open_file.rb +4 -0
  200. data/examples/legacy/not_checked/shoes-contrib/kernel/ask_save_file.rb +7 -0
  201. data/examples/legacy/not_checked/shoes-contrib/kernel/confirm.rb +3 -0
  202. data/examples/legacy/not_checked/shoes-contrib/kernel/debug.rb +4 -0
  203. data/examples/legacy/not_checked/shoes-contrib/kernel/exit.rb +5 -0
  204. data/examples/legacy/not_checked/shoes-contrib/kernel/font.rb +5 -0
  205. data/examples/legacy/not_checked/shoes-contrib/kernel/fonts.rb +3 -0
  206. data/examples/legacy/not_checked/shoes-contrib/manipulation/append-slot.rb +9 -0
  207. data/examples/legacy/not_checked/shoes-contrib/manipulation/clear-slot.rb +6 -0
  208. data/examples/legacy/not_checked/shoes-contrib/manipulation/prepend-slot.rb +6 -0
  209. data/examples/legacy/not_checked/shoes-contrib/manipulation/roll.rb +17 -0
  210. data/examples/legacy/not_checked/shoes-contrib/position/gutter-margin.rb +5 -0
  211. data/examples/legacy/not_checked/shoes-contrib/position/stack-width.rb +3 -0
  212. data/examples/legacy/not_checked/shoes-contrib/simple/simple-accordion.rb +75 -0
  213. data/examples/legacy/not_checked/shoes-contrib/simple/simple-anim-shapes.rb +17 -0
  214. data/examples/legacy/not_checked/shoes-contrib/simple/simple-anim-text.rb +13 -0
  215. data/examples/legacy/not_checked/shoes-contrib/simple/simple-arc.rb +23 -0
  216. data/examples/legacy/not_checked/shoes-contrib/simple/simple-bounce.rb +24 -0
  217. data/examples/legacy/not_checked/shoes-contrib/simple/simple-calc.rb +70 -0
  218. data/examples/legacy/not_checked/shoes-contrib/simple/simple-chipmunk.rb +26 -0
  219. data/examples/legacy/not_checked/shoes-contrib/simple/simple-control-sizes.rb +24 -0
  220. data/examples/legacy/not_checked/shoes-contrib/simple/simple-curve.rb +26 -0
  221. data/examples/legacy/not_checked/shoes-contrib/simple/simple-dialogs.rb +29 -0
  222. data/examples/legacy/not_checked/shoes-contrib/simple/simple-downloader.rb +27 -0
  223. data/examples/legacy/not_checked/shoes-contrib/simple/simple-draw.rb +13 -0
  224. data/examples/legacy/not_checked/shoes-contrib/simple/simple-editor.rb +28 -0
  225. data/examples/legacy/not_checked/shoes-contrib/simple/simple-form.rb +28 -0
  226. data/examples/legacy/not_checked/shoes-contrib/simple/simple-form.shy +0 -0
  227. data/examples/legacy/not_checked/shoes-contrib/simple/simple-mask.rb +21 -0
  228. data/examples/legacy/not_checked/shoes-contrib/simple/simple-menu.rb +31 -0
  229. data/examples/legacy/not_checked/shoes-contrib/simple/simple-menu1.rb +35 -0
  230. data/examples/legacy/not_checked/shoes-contrib/simple/simple-rubygems.rb +29 -0
  231. data/examples/legacy/not_checked/shoes-contrib/simple/simple-slide.rb +45 -0
  232. data/examples/legacy/not_checked/shoes-contrib/simple/simple-sphere.rb +28 -0
  233. data/examples/legacy/not_checked/shoes-contrib/simple/simple-sqlite3.rb +13 -0
  234. data/examples/legacy/not_checked/shoes-contrib/simple/simple-timer.rb +13 -0
  235. data/examples/legacy/not_checked/shoes-contrib/simple/simple-video.rb +13 -0
  236. data/examples/legacy/not_checked/shoes-contrib/styles/alignment.rb +4 -0
  237. data/examples/legacy/not_checked/shoes-contrib/styles/attachment.rb +5 -0
  238. data/examples/legacy/not_checked/shoes-contrib/styles/emphasis.rb +3 -0
  239. data/examples/legacy/not_checked/shoes-contrib/styles/gradient-angle.rb +3 -0
  240. data/examples/legacy/not_checked/shoes-contrib/styles/para-methods.rb +5 -0
  241. data/examples/legacy/not_checked/shoes-contrib/styles/para-red-underlined.rb +3 -0
  242. data/examples/legacy/not_checked/shoes-contrib/styles/para-style-method.rb +4 -0
  243. data/examples/legacy/not_checked/shoes-dep-samples/expert-game-of-life.rb +243 -0
  244. data/examples/legacy/not_checked/shoes-dep-samples/expert-othello.rb +319 -0
  245. data/examples/legacy/not_checked/shoes-dep-samples/good-clock.rb +51 -0
  246. data/examples/legacy/not_checked/shoes-dep-samples/good-follow.rb +26 -0
  247. data/examples/legacy/not_checked/shoes-dep-samples/good-reminder.rb +174 -0
  248. data/examples/legacy/not_checked/shoes-dep-samples/good-vjot.rb +56 -0
  249. data/examples/legacy/not_checked/shoes-dep-samples/simple-accordion.rb +75 -0
  250. data/examples/legacy/not_checked/shoes-dep-samples/simple-anim-shapes.rb +17 -0
  251. data/examples/legacy/not_checked/shoes-dep-samples/simple-anim-text.rb +13 -0
  252. data/examples/legacy/not_checked/shoes-dep-samples/simple-arc.rb +23 -0
  253. data/examples/legacy/not_checked/shoes-dep-samples/simple-bounce.rb +24 -0
  254. data/examples/legacy/not_checked/shoes-dep-samples/simple-calc.rb +70 -0
  255. data/examples/legacy/not_checked/shoes-dep-samples/simple-chipmunk.rb +26 -0
  256. data/examples/legacy/not_checked/shoes-dep-samples/simple-control-sizes.rb +24 -0
  257. data/examples/legacy/not_checked/shoes-dep-samples/simple-curve.rb +26 -0
  258. data/examples/legacy/not_checked/shoes-dep-samples/simple-dialogs.rb +29 -0
  259. data/examples/legacy/not_checked/shoes-dep-samples/simple-draw.rb +13 -0
  260. data/examples/legacy/not_checked/shoes-dep-samples/simple-editor.rb +28 -0
  261. data/examples/legacy/not_checked/shoes-dep-samples/simple-form.rb +28 -0
  262. data/examples/legacy/not_checked/shoes-dep-samples/simple-form.shy +0 -0
  263. data/examples/legacy/not_checked/shoes-dep-samples/simple-mask.rb +21 -0
  264. data/examples/legacy/not_checked/shoes-dep-samples/simple-menu.rb +31 -0
  265. data/examples/legacy/not_checked/shoes-dep-samples/simple-menu1.rb +35 -0
  266. data/examples/legacy/not_checked/shoes-dep-samples/simple-rubygems.rb +29 -0
  267. data/examples/legacy/not_checked/shoes-dep-samples/simple-slide.rb +45 -0
  268. data/examples/legacy/not_checked/shoes-dep-samples/simple-sphere.rb +28 -0
  269. data/examples/legacy/not_checked/shoes-dep-samples/simple-sqlite3.rb +13 -0
  270. data/examples/legacy/not_checked/shoes-dep-samples/simple-timer.rb +13 -0
  271. data/examples/legacy/not_checked/shoes-dep-samples/simple-video.rb +13 -0
  272. data/examples/legacy/not_checked/shoes3-tests/AnemicCinema1926marcelDuchampCut.mp4 +0 -0
  273. data/examples/legacy/not_checked/shoes3-tests/button/button.rb +53 -0
  274. data/examples/legacy/not_checked/shoes3-tests/cache/cache.rb +41 -0
  275. data/examples/legacy/not_checked/shoes3-tests/combo/combo.rb +24 -0
  276. data/examples/legacy/not_checked/shoes3-tests/curl/bare.rb +34 -0
  277. data/examples/legacy/not_checked/shoes3-tests/curl/downloader.rb +40 -0
  278. data/examples/legacy/not_checked/shoes3-tests/curl/m1.rb +11 -0
  279. data/examples/legacy/not_checked/shoes3-tests/curl/m2.rb +12 -0
  280. data/examples/legacy/not_checked/shoes3-tests/curl/m3.rb +11 -0
  281. data/examples/legacy/not_checked/shoes3-tests/curl/m4.rb +5 -0
  282. data/examples/legacy/not_checked/shoes3-tests/curl/typ.rb +30 -0
  283. data/examples/legacy/not_checked/shoes3-tests/cursor/c1.rb +21 -0
  284. data/examples/legacy/not_checked/shoes3-tests/decoration.rb +14 -0
  285. data/examples/legacy/not_checked/shoes3-tests/dialogs/ask.rb +6 -0
  286. data/examples/legacy/not_checked/shoes3-tests/dialogs/confirm.rb +6 -0
  287. data/examples/legacy/not_checked/shoes3-tests/editbox/editbox.rb +36 -0
  288. data/examples/legacy/not_checked/shoes3-tests/editline/editline.rb +27 -0
  289. data/examples/legacy/not_checked/shoes3-tests/events/button.rb +32 -0
  290. data/examples/legacy/not_checked/shoes3-tests/events/button.yaml +40 -0
  291. data/examples/legacy/not_checked/shoes3-tests/events/capture.rb +57 -0
  292. data/examples/legacy/not_checked/shoes3-tests/events/chipmunk.yaml +47 -0
  293. data/examples/legacy/not_checked/shoes3-tests/events/event0.rb +8 -0
  294. data/examples/legacy/not_checked/shoes3-tests/events/event1.rb +51 -0
  295. data/examples/legacy/not_checked/shoes3-tests/events/event1.yaml +26 -0
  296. data/examples/legacy/not_checked/shoes3-tests/events/event2.rb +46 -0
  297. data/examples/legacy/not_checked/shoes3-tests/events/event3.rb +44 -0
  298. data/examples/legacy/not_checked/shoes3-tests/events/event4.rb +65 -0
  299. data/examples/legacy/not_checked/shoes3-tests/events/event5.rb +17 -0
  300. data/examples/legacy/not_checked/shoes3-tests/events/event6.rb +51 -0
  301. data/examples/legacy/not_checked/shoes3-tests/events/replay.rb +60 -0
  302. data/examples/legacy/not_checked/shoes3-tests/gapp/fullscreen.rb +38 -0
  303. data/examples/legacy/not_checked/shoes3-tests/gapp/icon.rb +56 -0
  304. data/examples/legacy/not_checked/shoes3-tests/gapp/mon1.rb +46 -0
  305. data/examples/legacy/not_checked/shoes3-tests/gapp/settings1.rb +22 -0
  306. data/examples/legacy/not_checked/shoes3-tests/gapp/title1.rb +34 -0
  307. data/examples/legacy/not_checked/shoes3-tests/indian.m4a +0 -0
  308. data/examples/legacy/not_checked/shoes3-tests/menus/event.rb +33 -0
  309. data/examples/legacy/not_checked/shoes3-tests/menus/menu1.rb +8 -0
  310. data/examples/legacy/not_checked/shoes3-tests/menus/menu2.rb +25 -0
  311. data/examples/legacy/not_checked/shoes3-tests/menus/menu3.rb +103 -0
  312. data/examples/legacy/not_checked/shoes3-tests/menus/menu4.rb +41 -0
  313. data/examples/legacy/not_checked/shoes3-tests/menus/tests.txt +42 -0
  314. data/examples/legacy/not_checked/shoes3-tests/opacity.rb +13 -0
  315. data/examples/legacy/not_checked/shoes3-tests/plot/^IRX.R +5219 -0
  316. data/examples/legacy/not_checked/shoes3-tests/plot/^SPX +5219 -0
  317. data/examples/legacy/not_checked/shoes3-tests/plot/cstest.rb +51 -0
  318. data/examples/legacy/not_checked/shoes3-tests/plot/gr1.rb +73 -0
  319. data/examples/legacy/not_checked/shoes3-tests/plot/gr2.rb +40 -0
  320. data/examples/legacy/not_checked/shoes3-tests/plot/gr3.rb +47 -0
  321. data/examples/legacy/not_checked/shoes3-tests/plot/gr4.rb +35 -0
  322. data/examples/legacy/not_checked/shoes3-tests/plot/gr5.rb +31 -0
  323. data/examples/legacy/not_checked/shoes3-tests/plot/gr6.rb +35 -0
  324. data/examples/legacy/not_checked/shoes3-tests/plot/gr7.rb +37 -0
  325. data/examples/legacy/not_checked/shoes3-tests/plot/grcsv.rb +219 -0
  326. data/examples/legacy/not_checked/shoes3-tests/plot/manual.rb +40 -0
  327. data/examples/legacy/not_checked/shoes3-tests/progress/progress.rb +29 -0
  328. data/examples/legacy/not_checked/shoes3-tests/radio/clear.rb +20 -0
  329. data/examples/legacy/not_checked/shoes3-tests/radio/group.rb +18 -0
  330. data/examples/legacy/not_checked/shoes3-tests/radio/multiple.rb +32 -0
  331. data/examples/legacy/not_checked/shoes3-tests/radio/nogroup.rb +9 -0
  332. data/examples/legacy/not_checked/shoes3-tests/simpletest.svg +14 -0
  333. data/examples/legacy/not_checked/shoes3-tests/spinner.rb +15 -0
  334. data/examples/legacy/not_checked/shoes3-tests/svg.rb +208 -0
  335. data/examples/legacy/not_checked/shoes3-tests/switch/switch.rb +28 -0
  336. data/examples/legacy/not_checked/shoes3-tests/systray/back.rb +20 -0
  337. data/examples/legacy/not_checked/shoes3-tests/systray/note.rb +17 -0
  338. data/examples/legacy/not_checked/shoes3-tests/terminal/cursor.rb +27 -0
  339. data/examples/legacy/not_checked/shoes3-tests/terminal/ed.rb +65 -0
  340. data/examples/legacy/not_checked/shoes3-tests/terminal/el.rb +50 -0
  341. data/examples/legacy/not_checked/shoes3-tests/terminal/logattr.rb +31 -0
  342. data/examples/legacy/not_checked/shoes3-tests/tests_color.rb +138 -0
  343. data/examples/legacy/not_checked/shoes3-tests/tests_svg.rb +228 -0
  344. data/examples/legacy/not_checked/shoes3-tests/tests_video_vlc.rb +186 -0
  345. data/examples/legacy/not_checked/shoes3-tests/tooltips.rb +20 -0
  346. data/examples/legacy/not_checked/shoes3-tests/video_vlc.rb +242 -0
  347. data/examples/legacy/not_checked/shoes3-tests/wheel/wheel1.rb +21 -0
  348. data/examples/legacy/not_checked/simple/accordion.rb +81 -0
  349. data/examples/legacy/not_checked/simple/anim-shapes.rb +17 -0
  350. data/examples/legacy/not_checked/simple/anim-text.rb +13 -0
  351. data/examples/legacy/not_checked/simple/arc.rb +23 -0
  352. data/examples/legacy/not_checked/simple/bounce.rb +24 -0
  353. data/examples/legacy/not_checked/simple/chipmunk.rb +26 -0
  354. data/examples/legacy/not_checked/simple/control-sizes.rb +24 -0
  355. data/examples/legacy/not_checked/simple/curve-control-points.rb +24 -0
  356. data/examples/legacy/not_checked/simple/curve.rb +26 -0
  357. data/examples/legacy/not_checked/simple/dialogs.rb +29 -0
  358. data/examples/legacy/not_checked/simple/downloader.rb +40 -0
  359. data/examples/legacy/not_checked/simple/downloader1.rb +31 -0
  360. data/examples/legacy/not_checked/simple/draw.rb +13 -0
  361. data/examples/legacy/not_checked/simple/editor.rb +28 -0
  362. data/examples/legacy/not_checked/simple/form.rb +30 -0
  363. data/examples/legacy/not_checked/simple/image.rb +21 -0
  364. data/examples/legacy/not_checked/simple/info.rb +78 -0
  365. data/examples/legacy/not_checked/simple/mask.rb +21 -0
  366. data/examples/legacy/not_checked/simple/mask2.rb +27 -0
  367. data/examples/legacy/not_checked/simple/menu.rb +31 -0
  368. data/examples/legacy/not_checked/simple/menu1.rb +35 -0
  369. data/examples/legacy/not_checked/simple/slide.rb +45 -0
  370. data/examples/legacy/not_checked/simple/sphere.rb +28 -0
  371. data/examples/legacy/not_checked/superleg.rb +244 -0
  372. data/examples/legacy/working/shoes-contrib/basic/a-poem.rb +24 -0
  373. data/examples/legacy/working/shoes-contrib/basic/basic-blocks-instances.rb +7 -0
  374. data/examples/legacy/working/shoes-contrib/basic/basic-blocks.rb +7 -0
  375. data/examples/legacy/working/shoes-contrib/basic/basic-slot.rb +8 -0
  376. data/examples/legacy/working/shoes-contrib/basic/intro.rb +20 -0
  377. data/examples/legacy/working/shoes-contrib/basic/two-column.rb +12 -0
  378. data/examples/legacy/working/shoes-contrib/elements/edit_box.rb +6 -0
  379. data/examples/legacy/working/shoes-contrib/kernel/alert.rb +3 -0
  380. data/examples/legacy/working/simple/calc.rb +71 -0
  381. data/examples/legacy/working/simple/sqlite3.rb +27 -0
  382. data/examples/legacy/working/simple/timer.rb +13 -0
  383. data/examples/line.rb +5 -0
  384. data/examples/link.rb +20 -0
  385. data/examples/list_box.rb +8 -0
  386. data/examples/para/collection_of_arguments.rb +9 -0
  387. data/examples/para/hello_world.rb +5 -0
  388. data/examples/para/hide_and_show.rb +9 -0
  389. data/examples/para/rainbow.rb +11 -0
  390. data/examples/para/rainbow_2.rb +11 -0
  391. data/examples/para/sizes.rb +11 -0
  392. data/examples/para/sizes_2.rb +12 -0
  393. data/examples/para/strong.rb +3 -0
  394. data/examples/para_text_widgets.rb +4 -0
  395. data/examples/pirate.png +0 -0
  396. data/examples/raw_flow.rb +11 -0
  397. data/examples/ruby_racer.rb +52 -0
  398. data/examples/shapes/arc.rb +8 -0
  399. data/examples/shapes/shapes.rb +8 -0
  400. data/examples/shapes/shapes_fill.rb +10 -0
  401. data/examples/shapes/star.rb +5 -0
  402. data/examples/shoes_school.rb +68 -0
  403. data/examples/shoes_splorer.rb +150 -0
  404. data/examples/simple_slides.rb +73 -0
  405. data/examples/skip_ci/parrot.rb +22 -0
  406. data/examples/skip_ci/say.rb +20 -0
  407. data/examples/sleepless.rb +26 -0
  408. data/examples/slots.rb +2 -4
  409. data/examples/spacing.rb +18 -0
  410. data/examples/span.rb +6 -0
  411. data/examples/stack/background.rb +35 -0
  412. data/examples/stack/border.rb +11 -0
  413. data/examples/stack/gradients.rb +6 -0
  414. data/examples/stack/raw_stack.rb +8 -0
  415. data/examples/stack/stack.rb +27 -0
  416. data/examples/text_change.rb +4 -0
  417. data/examples/text_sizes.rb +10 -0
  418. data/examples/timmy.rb +109 -0
  419. data/examples/title_and_resize.rb +3 -0
  420. data/exe/scarpe +108 -0
  421. data/lib/constants.rb +5 -0
  422. data/lib/scarpe/alert.rb +19 -0
  423. data/lib/scarpe/app.rb +78 -0
  424. data/lib/scarpe/arc.rb +49 -0
  425. data/lib/scarpe/background.rb +14 -0
  426. data/lib/scarpe/border.rb +16 -0
  427. data/lib/scarpe/button.rb +26 -18
  428. data/lib/scarpe/colors.rb +215 -0
  429. data/lib/scarpe/display_service.rb +189 -0
  430. data/lib/scarpe/document_root.rb +20 -0
  431. data/lib/scarpe/edit_box.rb +24 -0
  432. data/lib/scarpe/edit_line.rb +16 -30
  433. data/lib/scarpe/fill.rb +23 -0
  434. data/lib/scarpe/flow.rb +18 -15
  435. data/lib/scarpe/glibui/README.md +34 -0
  436. data/lib/scarpe/glibui/alert.rb +65 -0
  437. data/lib/scarpe/glibui/app.rb +27 -0
  438. data/lib/scarpe/glibui/background.rb +18 -0
  439. data/lib/scarpe/glibui/border.rb +22 -0
  440. data/lib/scarpe/glibui/button.rb +38 -0
  441. data/lib/scarpe/glibui/dimensions.rb +22 -0
  442. data/lib/scarpe/glibui/document_root.rb +33 -0
  443. data/lib/scarpe/glibui/edit_box.rb +44 -0
  444. data/lib/scarpe/glibui/edit_line.rb +43 -0
  445. data/lib/scarpe/glibui/flow.rb +33 -0
  446. data/lib/scarpe/glibui/html.rb +77 -0
  447. data/lib/scarpe/glibui/image.rb +36 -0
  448. data/lib/scarpe/glibui/link.rb +29 -0
  449. data/lib/scarpe/glibui/local_display.rb +62 -0
  450. data/lib/scarpe/glibui/para.rb +84 -0
  451. data/lib/scarpe/glibui/spacing.rb +41 -0
  452. data/lib/scarpe/glibui/stack.rb +33 -0
  453. data/lib/scarpe/glibui/text_widget.rb +30 -0
  454. data/lib/scarpe/glibui/widget.rb +81 -0
  455. data/lib/scarpe/glibui.rb +29 -0
  456. data/lib/scarpe/image.rb +28 -9
  457. data/lib/scarpe/libui/alert.rb +9 -0
  458. data/lib/scarpe/libui/button.rb +18 -0
  459. data/lib/scarpe/libui/colors.rb +157 -0
  460. data/lib/scarpe/libui/core.rb +66 -0
  461. data/lib/scarpe/libui/flow.rb +16 -0
  462. data/lib/scarpe/libui/libui.rb +45 -0
  463. data/lib/scarpe/libui/notepad.md +26 -0
  464. data/lib/scarpe/libui/para.rb +154 -0
  465. data/lib/scarpe/libui/stack.rb +34 -0
  466. data/lib/scarpe/line.rb +25 -0
  467. data/lib/scarpe/link.rb +25 -0
  468. data/lib/scarpe/list_box.rb +25 -0
  469. data/lib/scarpe/logger.rb +155 -0
  470. data/lib/scarpe/para.rb +84 -12
  471. data/lib/scarpe/promises.rb +387 -0
  472. data/lib/scarpe/shape.rb +19 -0
  473. data/lib/scarpe/spacing.rb +9 -0
  474. data/lib/scarpe/span.rb +26 -0
  475. data/lib/scarpe/stack.rb +66 -12
  476. data/lib/scarpe/star.rb +47 -0
  477. data/lib/scarpe/text_widget.rb +42 -0
  478. data/lib/scarpe/unit_test_helpers.rb +163 -0
  479. data/lib/scarpe/version.rb +2 -2
  480. data/lib/scarpe/widget.rb +198 -0
  481. data/lib/scarpe/widgets.rb +30 -0
  482. data/lib/scarpe/wv/alert.rb +65 -0
  483. data/lib/scarpe/wv/app.rb +85 -0
  484. data/lib/scarpe/wv/arc.rb +57 -0
  485. data/lib/scarpe/wv/background.rb +18 -0
  486. data/lib/scarpe/wv/border.rb +22 -0
  487. data/lib/scarpe/wv/button.rb +50 -0
  488. data/lib/scarpe/wv/control_interface.rb +153 -0
  489. data/lib/scarpe/wv/control_interface_test.rb +253 -0
  490. data/lib/scarpe/wv/dimensions.rb +22 -0
  491. data/lib/scarpe/wv/document_root.rb +50 -0
  492. data/lib/scarpe/wv/edit_box.rb +44 -0
  493. data/lib/scarpe/wv/edit_line.rb +43 -0
  494. data/lib/scarpe/wv/fill.rb +30 -0
  495. data/lib/scarpe/wv/flow.rb +32 -0
  496. data/lib/scarpe/wv/html.rb +107 -0
  497. data/lib/scarpe/wv/image.rb +36 -0
  498. data/lib/scarpe/wv/line.rb +38 -0
  499. data/lib/scarpe/wv/link.rb +29 -0
  500. data/lib/scarpe/wv/list_box.rb +50 -0
  501. data/lib/scarpe/wv/para.rb +90 -0
  502. data/lib/scarpe/wv/shape.rb +34 -0
  503. data/lib/scarpe/wv/shape_helper.rb +44 -0
  504. data/lib/scarpe/wv/spacing.rb +41 -0
  505. data/lib/scarpe/wv/span.rb +66 -0
  506. data/lib/scarpe/wv/stack.rb +42 -0
  507. data/lib/scarpe/wv/star.rb +64 -0
  508. data/lib/scarpe/wv/text_widget.rb +30 -0
  509. data/lib/scarpe/wv/web_wrangler.rb +679 -0
  510. data/lib/scarpe/wv/webview_local_display.rb +72 -0
  511. data/lib/scarpe/wv/webview_relay_display.rb +185 -0
  512. data/lib/scarpe/wv/widget.rb +181 -0
  513. data/lib/scarpe/wv/wv_display_worker.rb +65 -0
  514. data/lib/scarpe/wv.rb +39 -0
  515. data/lib/scarpe/wv_local.rb +6 -0
  516. data/lib/scarpe/wv_relay.rb +6 -0
  517. data/lib/scarpe.rb +35 -27
  518. data/logger/debug_web_wrangler.json +4 -0
  519. data/logger/scarpe_wv_test.json +4 -0
  520. data/scarpe-0.2.0.gem +0 -0
  521. data/scarpegen.rb +193 -0
  522. data/sig/scarpe.rbs +1 -1
  523. data/templates/basic_class_template.erb +38 -0
  524. data/templates/class_template_with_event_bind.erb +27 -0
  525. data/templates/class_template_with_shapes.erb +43 -0
  526. data/templates/example_template.erb +3 -0
  527. data/templates/module_template.erb +12 -0
  528. data/templates/webview_template.erb +30 -0
  529. metadata +601 -9
  530. data/lib/scarpe/container.rb +0 -10
  531. data/lib/scarpe/internal_app.rb +0 -46
@@ -0,0 +1,45 @@
1
+ #
2
+ # mimicking the mootools demo for Fx.Slide
3
+ # http://demos.mootools.net/Fx.Slide
4
+ #
5
+ Shoes.app do
6
+ def stop_anim
7
+ @anim.stop
8
+ @anim = nil
9
+ end
10
+ def slide_anim &blk
11
+ stop_anim if @anim
12
+ @anim = animate 30, &blk
13
+ end
14
+ def slide_out slot
15
+ slide_anim do |i|
16
+ slot.height = 150 - (i * 3)
17
+ slot.contents[0].top = -i * 3
18
+ if slot.height == 0
19
+ stop_anim
20
+ slot.hide
21
+ end
22
+ end
23
+ end
24
+ def slide_in slot
25
+ slot.show
26
+ slide_anim do |i|
27
+ slot.height = i * 6
28
+ slot.contents[0].top = slot.height - 150
29
+ stop_anim if slot.height == 150
30
+ end
31
+ end
32
+
33
+ background white
34
+ stack :margin => 10 do
35
+ para link("slide out") { slide_out @lipsum }, " | ",
36
+ link("slide in") { slide_in @lipsum }
37
+ @lipsum = stack :width => 1.0, :height => 150 do
38
+ stack do
39
+ background "#ddd"
40
+ border "#eee", :strokewidth => 5
41
+ para "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.", :margin => 10
42
+ end
43
+ end
44
+ end
45
+ end
@@ -0,0 +1,28 @@
1
+ Shoes.app :width => 500, :height => 500, :resizable => false do
2
+ image 400, 470, :top => 30, :left => 50 do
3
+ nostroke
4
+ fill "#127"
5
+ image :top => 230, :left => 0 do
6
+ oval 70, 130, 260, 40
7
+ blur 30
8
+ end
9
+ oval 10, 10, 380, 380
10
+ image :top => 0, :left => 0 do
11
+ fill "#46D"
12
+ oval 30, 30, 338, 338
13
+ blur 10
14
+ end
15
+ fill gradient(rgb(1.0, 1.0, 1.0, 0.7), rgb(1.0, 1.0, 1.0, 0.0))
16
+ oval 80, 14, 240, 176
17
+ image :top => 0, :left => 0 do
18
+ fill "#79F"
19
+ oval 134, 134, 130, 130
20
+ blur 40
21
+ end
22
+ image :top => 150, :left => 40, :width => 320, :height => 260 do
23
+ fill gradient(rgb(0.7, 0.9, 1.0, 0.0), rgb(0.7, 0.9, 1.0, 0.6))
24
+ oval 60, 60, 200, 136
25
+ blur 20
26
+ end
27
+ end
28
+ end
@@ -0,0 +1,244 @@
1
+ require 'CSV'
2
+ require 'FileUtils'
3
+ ###LATEST ISSUES
4
+ # "Add button working great"
5
+ # List buttons working upon boot but have a lil bit of trouble showing changes after I add into program.
6
+ #Biggest problem right now is "delete" button. Copiestask to "removed" folder; but doesn't work like it does in the command line version in corefile.rb. Currently tried different approach without fileutils but getting little to no response.
7
+ #login page currently disabled to debug quicker.
8
+ class Actions
9
+ @myApp
10
+
11
+ def initialize(myApp)
12
+ @myApp = myApp
13
+ end
14
+
15
+ def doLogin(username, password)
16
+ @myApp.app do
17
+ if username == "Schwad" and password == "******"
18
+ alert "Successful Login"
19
+ caption link("Continue\n", :click => "/index"), align: "center"
20
+ else
21
+ alert "Incorrect username or password"
22
+ end
23
+ end
24
+ end
25
+
26
+
27
+ end
28
+ class SuperLeg < Shoes
29
+ url '/', :index #make this login later
30
+ url '/index', :index
31
+ url '/enter', :enter
32
+ url '/view', :view
33
+
34
+ def login
35
+ stack do
36
+ @myActions = Actions.new(self)
37
+ username = edit_line
38
+ password = edit_line :secret => true
39
+ button "Login" do
40
+ @myActions.doLogin(username.text, password.text)
41
+ end
42
+ end
43
+ end
44
+
45
+ # def enter
46
+ # flow(width: 800, background: "lightsteelblue") do
47
+ # stack width: 800 do
48
+ # banner "Welcome to Superleg!\n\n", align: "center"
49
+ # end
50
+ # stack width: 400 do
51
+ # caption link("Tasks to do\n", :click => "/view"), align: "left"
52
+ # end
53
+ # stack width: 400 do
54
+ # caption link("Add tasks\n", :click => "/enter"), align: "right"
55
+ # end
56
+ # end
57
+ # end
58
+
59
+ def index
60
+ flow do
61
+ stack width: 645 do
62
+ para "title"
63
+ para "sample entry: '<name> on <date>; John Smith on Tuesday'.", align: "right"
64
+ stack do
65
+ para (link("New Task.", :click => "/"))
66
+ end
67
+ stack do
68
+ @edit = edit_line :width => 0.7
69
+ end
70
+ flow do
71
+ para "Set Task Type"
72
+ list_box items: ["Call", "Email", "Bill"],
73
+ width: 120, choose: "Call" do |list|
74
+ @task.text = list.text
75
+ end
76
+ @task = para "No task selected"
77
+
78
+ para "Set Priority"
79
+ list_box items: ["1", "2", "3", "4"],
80
+ width: 120, choose: "1" do |list|
81
+ @priority.text = list.text
82
+ end
83
+ @priority = para "No priority selected"
84
+ end
85
+
86
+ button "Add" do
87
+ if confirm("Add #{@edit.text}?")
88
+ such_length = File.open("thelist.csv").readlines.size
89
+ line_input = @edit.text
90
+ @edit = ""
91
+ para "added #{line_input}!"
92
+ time = Time.new
93
+
94
+ if @task.text == "Call"
95
+ #line_input.split(//)[0..3].join('') == "call" #old checker
96
+ CSV.open("thelist.csv", "ab") do |csv|
97
+ csv << [such_length,"call", line_input, "#{time.hour}:#{time.min} #{time.day}/#{time.month}", @priority.text ]
98
+ end
99
+
100
+ elsif @task.text == "Email"
101
+ CSV.open("thelist.csv", "ab") do |csv|
102
+ csv << [such_length,"email", line_input, "#{time.hour}:#{time.min} #{time.day}/#{time.month}", @priority.text ]
103
+ end
104
+
105
+ elsif @task.text == "Bill"
106
+ CSV.open("thelist.csv", "ab") do |csv|
107
+ csv << [such_length,"bill", line_input, "#{time.hour}:#{time.min} #{time.day}/#{time.month}", @priority.text ]
108
+ end
109
+ end
110
+ end
111
+ end
112
+ para "\n"
113
+ para "Type in the 'number' of the task, and press delete to remove.", align: "right"
114
+ flow do
115
+ para "Delete Task "
116
+ @delete = edit_line :width => 0.1
117
+ button "Delete" do
118
+ if confirm("Delete task number #{@delete.text}?")
119
+ #such_id = @delete.text
120
+ # @delete = ""
121
+ time = Time.new
122
+ timefile ="#{time.hour}:#{time.min}, #{time.day}/#{time.month}"
123
+
124
+ #copy the file #this bit works.
125
+ i = 0
126
+
127
+ CSV.foreach("thelist.csv") do |csvbig|
128
+ if i == @delete.text.to_i
129
+ csvbig << timefile
130
+ CSV.open("removed.csv", "ab") do |csv|
131
+ csv << csvbig
132
+ end
133
+ para "\nTask #{i} removed!"
134
+ end
135
+ i += 1
136
+ end
137
+ #delete the file
138
+ para arr_of_arrs
139
+ CSV.read("thelist.csv", "w") do |what|
140
+ what = arr_of_arrs
141
+ end
142
+
143
+ #f = File::open("thelist.csv", "r")
144
+ #dest=File::open("data1.csv", "w")
145
+ #f.each_line do |line|
146
+ # next if f.lineno == @delete.text.to_i
147
+ # dest.write(line)
148
+ #end
149
+ #f.close
150
+ #dest.close
151
+ #FileUtils.cp("data1.csv", "thelist.csv")
152
+ end
153
+ end
154
+ end
155
+ end
156
+ ####################
157
+ stack width: 600 do
158
+ para "Show Tasks", align: "center"
159
+ flow do
160
+ button "Calls" do
161
+ i = 0
162
+ CSV.foreach("thelist.csv") do |row|
163
+ if row[1] == "call"
164
+ para "#{i}. #{row[1]} #{row[2]}, added #{row[3]}, priority level #{row[4]}.\n", :margin_left => 645
165
+ end
166
+ i += 1
167
+ end
168
+ end
169
+ button "Emails" do
170
+ i = 0
171
+ CSV.foreach("thelist.csv") do |row|
172
+ if row[1] == "email"
173
+ para "#{i}. #{row[1]} #{row[2]}, added #{row[3]}, priority level #{row[4]}.\n", :margin_left => 645
174
+ end
175
+ i += 1
176
+ end
177
+ end
178
+ button "Bills" do
179
+ i = 0
180
+ CSV.foreach("thelist.csv") do |row|
181
+ if row[1] == "bill"
182
+ para "#{i}. #{row[1]} #{row[2]}, added #{row[3]}, priority level #{row[4]}.\n", :margin_left => 645
183
+ end
184
+ i += 1
185
+ end
186
+ end
187
+ button "All" do
188
+ i = 0
189
+ CSV.foreach("thelist.csv") do |row|
190
+ if i == 0
191
+ i += 1
192
+ next
193
+ end
194
+ para "#{i}. #{row[1]} #{row[2]}, added #{row[3]}, priority level #{row[4]}.\n", :margin_left => 645
195
+ i += 1
196
+ end
197
+ end
198
+ end
199
+ flow do
200
+ button "Top Priority" do
201
+ i = 0
202
+ CSV.foreach("thelist.csv") do |row|
203
+ if row[4] == "1"
204
+ para "#{i}. #{row[1]} #{row[2]}, added #{row[3]}, priority level #{row[4]}.\n", :margin_left => 645
205
+ end
206
+ i += 1
207
+ end
208
+ end
209
+ button "2nd Priority" do
210
+ i = 0
211
+ CSV.foreach("thelist.csv") do |row|
212
+ if row[4] == "2"
213
+ para "#{i}. #{row[1]} #{row[2]}, added #{row[3]}, priority level #{row[4]}.\n", :margin_left => 645
214
+ end
215
+ i += 1
216
+ end
217
+ end
218
+ button "3rd Priority" do
219
+ i = 0
220
+ CSV.foreach("thelist.csv") do |row|
221
+ if row[4] == "3"
222
+ para "#{i}. #{row[1]} #{row[2]}, added #{row[3]}, priority level #{row[4]}.\n", :margin_left => 645
223
+ end
224
+ i += 1
225
+ end
226
+ end
227
+ button "Lowest Priority" do
228
+ i = 0
229
+ CSV.foreach("thelist.csv") do |row|
230
+ if row[4].to_i > 3
231
+ para "#{i}. #{row[1]} #{row[2]}, added #{row[3]}, priority level #{row[4]}.\n", :margin_left => 645
232
+ end
233
+ i += 1
234
+ end
235
+ end
236
+ end
237
+ caption link("Clear\n\n", :click => "/index")
238
+ end
239
+ end
240
+ end
241
+ end
242
+
243
+
244
+ Shoes.app title: "SuperLegislator 0.0.1 Beta", :width => 1300, :height => 670
@@ -0,0 +1,24 @@
1
+ Shoes.app :width => 280, :height => 350 do
2
+ flow :width => 280, :margin => 10 do
3
+ stack :width => "100%" do
4
+ banner "A POEM"
5
+ end
6
+
7
+ stack :width => "80px" do
8
+ para "Goes like:"
9
+ end
10
+
11
+ stack :width => "-90px" do
12
+ para "the sun\n",
13
+ "a lemon.\n",
14
+ "the goalie.\n",
15
+ "a fireplace.\n\n",
16
+ "i want to write\n",
17
+ "a poem for the\n",
18
+ "kids who haven't\n",
19
+ "even heard one yet.\n\n",
20
+ "and the goalie guards\n",
21
+ "the fireplace."
22
+ end
23
+ end
24
+ end
@@ -0,0 +1,7 @@
1
+ Shoes.app do
2
+ @s = stack do
3
+ @p1 = para "First"
4
+ @p2 = para "Second"
5
+ @p3 = para "Third"
6
+ end
7
+ end
@@ -0,0 +1,7 @@
1
+ Shoes.app do
2
+ stack do
3
+ para "First"
4
+ para "Second"
5
+ para "Third"
6
+ end
7
+ end
@@ -0,0 +1,8 @@
1
+ Shoes.app do
2
+ stack :width => 200, :height => 200, :scroll => true do
3
+ background "#2F2F2F"
4
+ 60.times do |i|
5
+ para "Paragraph No. #{i}"
6
+ end
7
+ end
8
+ end
@@ -0,0 +1,20 @@
1
+ #
2
+ # From the original Shoes announcement: "Okay, well... Shoes"
3
+ # http://github.com/shoes/shoes/wiki/%E2%80%9COkay,-Well...-Shoes%E2%80%9D
4
+ #
5
+ # had to change "text" to "para" to match shoes 3 api
6
+ #
7
+ label, time = nil, Time.now
8
+ Shoes.app :height => 150, :width => 250 do
9
+ background "rgb(240, 250, 208)"
10
+ stack :margin => 10 do
11
+ start = button "Start" do
12
+ time = Time.now
13
+ label.replace "Stop watch started at #{time}"
14
+ end
15
+ stop = button "Stop" do
16
+ label.replace "Stopped, #{Time.now - time} seconds elapsed."
17
+ end
18
+ label = para "Press start to begin timing."
19
+ end
20
+ end
@@ -0,0 +1,12 @@
1
+ Shoes.app do
2
+ flow do
3
+ stack :width => 200 do
4
+ caption "Column one"
5
+ para "is 200 pixels wide"
6
+ end
7
+ stack :width => -200 do
8
+ caption "Column two"
9
+ para "is 100% minus 200 pixels wide"
10
+ end
11
+ end
12
+ end
@@ -0,0 +1,6 @@
1
+ Shoes.app do
2
+ edit_box
3
+ edit_box "HORRAY EDIT ME"
4
+ edit_box "small one", :width => 100, :height => 160
5
+ end
6
+
@@ -0,0 +1,3 @@
1
+ Shoes.app do
2
+ alert "No dots in sight"
3
+ end
@@ -0,0 +1,71 @@
1
+ class Calc
2
+ def initialize
3
+ @number = 0
4
+ @previous = nil
5
+ @op = nil
6
+ end
7
+
8
+ def to_s
9
+ @number&.to_s || @previous.to_s
10
+ end
11
+
12
+ (0..9).each do |n|
13
+ define_method "press_#{n}" do
14
+ @number = @number.to_i * 10 + n
15
+ end
16
+ end
17
+
18
+ def press_clear
19
+ @number = 0
20
+ @previous = 0
21
+ end
22
+
23
+ {'add' => '+', 'sub' => '-', 'times' => '*', 'div' => '/'}.each do |meth, op|
24
+ define_method "press_#{meth}" do
25
+ if @op
26
+ press_equals
27
+ end
28
+ @op = op
29
+ @previous, @number = @number, nil
30
+ end
31
+ end
32
+
33
+ def press_equals
34
+ @number = @previous.send(@op, @number.to_i)
35
+ @op = nil
36
+ end
37
+
38
+ end
39
+
40
+ number_field = nil
41
+ number = Calc.new
42
+ Shoes.app :height => 250, :width => 200, :resizable => false do
43
+ background "#EEC".."#996", :curve => 5, :margin => 2
44
+
45
+ stack :margin => 2 do
46
+
47
+ stack :margin => 8 do
48
+ number_field = para strong(number)
49
+ end
50
+
51
+ flow :width => 218, :margin => 4 do
52
+ %w(7 8 9 / 4 5 6 * 1 2 3 - 0 Clr = +).each do |btn|
53
+ button btn, :width => 46, :height => 46 do
54
+ method = case btn
55
+ when /[0-9]/; 'press_'+btn
56
+ when 'Clr'; 'press_clear'
57
+ when '='; 'press_equals'
58
+ when '+'; 'press_add'
59
+ when '-'; 'press_sub'
60
+ when '*'; 'press_times'
61
+ when '/'; 'press_div'
62
+ end
63
+
64
+ number.send(method)
65
+ number_field.replace strong(number)
66
+ end
67
+ end
68
+ end
69
+ end
70
+
71
+ end
@@ -0,0 +1,27 @@
1
+ # encoding: utf-8
2
+ require 'sqlite3'
3
+ require 'fileutils'
4
+ include FileUtils
5
+
6
+ tmpdir = File.join(LIB_DIR, "sample-data")
7
+
8
+ mkdir_p tmpdir
9
+ dbfile = File.join(tmpdir, "simple-sqlite3.db")
10
+
11
+ if File.exist?(dbfile)
12
+ # this has a bad habit of failing on Windows
13
+ rm dbfile
14
+ end
15
+
16
+ Shoes.app :width => 350, :height => 130 do
17
+ info dbfile
18
+ db = SQLite3::Database.new dbfile
19
+ db.execute "create table t1 (t1key INTEGER PRIMARY KEY,data " \
20
+ "TEXT,num double,timeEnter DATE)"
21
+ db.execute "insert into t1 (data,num) values ('This is sample data',3)"
22
+ db.execute "insert into t1 (data,num) values ('More sample data',6)"
23
+ db.execute "insert into t1 (data,num) values ('Aurélio, Küng, Stärk, Uña, Łuksza',6)"
24
+ db.execute "insert into t1 (data,num) values ('And a little more',9)"
25
+ rows = db.execute "select * from t1"
26
+ rows.each { |k, d, n| para "#{k} : #{d} : #{n}\n" }
27
+ end
@@ -0,0 +1,13 @@
1
+ Shoes.app :height => 150, :width => 250 do
2
+ background rgb(240, 250, 208)
3
+ stack :margin => 10 do
4
+ button "Start" do
5
+ @time = Time.now
6
+ @label.replace "Stop watch started at #@time"
7
+ end
8
+ button "Stop" do
9
+ @label.replace "Stopped, ", strong("#{Time.now - @time}"), " seconds elapsed."
10
+ end
11
+ @label = para "Press ", strong("start"), " to begin timing."
12
+ end
13
+ end
data/examples/line.rb ADDED
@@ -0,0 +1,5 @@
1
+ Shoes.app do
2
+ line 0, 0, 100, 100
3
+ line 100, 10, 0, 100
4
+ line 50, 9, 50, 100
5
+ end
data/examples/link.rb ADDED
@@ -0,0 +1,20 @@
1
+ Shoes.app do
2
+ def collapsed
3
+ @para = para(
4
+ "'Scarpe' means shoes in Italian. 'Scarpe' also means Shoes in...",
5
+ link("(show more)") { @para.destroy_self; @para = expanded }
6
+ )
7
+ end
8
+
9
+ def expanded
10
+ @para = para(
11
+ "'Scarpe' means shoes in Italian. 'Scarpe' also means Shoes in modern Ruby and webview!</br>",
12
+ "Scarpe isn't feature complete with any version of Shoes (yet?). We're initially targeting Shoes Classic. ",
13
+ link("Learn more", click: "http://github.com/schwad/scarpe"),
14
+ " ",
15
+ link("(show less)") { @para.destroy_self; @para = collapsed }
16
+ )
17
+ end
18
+
19
+ @para = collapsed
20
+ end
@@ -0,0 +1,8 @@
1
+ Shoes.app :width => 320, :height => 420 do
2
+ stack :margin => 40 do
3
+ stack :margin => 10 do
4
+ para "Name"
5
+ @name = list_box :items => ["Phyllis", "Ronald", "Wyatt"]
6
+ end
7
+ end
8
+ end
@@ -0,0 +1,9 @@
1
+
2
+
3
+ Shoes.app do
4
+ para "Testing test test. ",
5
+ "Breadsticks. ",
6
+ "Breadsticks. ",
7
+ "Breadsticks. ",
8
+ "Very good."
9
+ end
@@ -0,0 +1,5 @@
1
+
2
+
3
+ Shoes.app do
4
+ para "Hello world"
5
+ end
@@ -0,0 +1,9 @@
1
+ Shoes.app do
2
+ @banner = banner "This is a big banner!", hidden: true
3
+ para link("Hide banner") {
4
+ @banner.hide
5
+ }
6
+ para link("Show banner") {
7
+ @banner.show
8
+ }
9
+ end
@@ -0,0 +1,11 @@
1
+
2
+
3
+ Shoes.app do
4
+ para "Paint", stroke: :red
5
+ para "the", stroke: :orange
6
+ para "Whole", stroke: :yellow
7
+ para "World", stroke: :green
8
+ para "with", stroke: :blue
9
+ para "a", stroke: :indigo
10
+ para "Rainbow", stroke: :violet
11
+ end
@@ -0,0 +1,11 @@
1
+ Shoes.app do
2
+ para "Paint", stroke: rgb(1.0, 0.0, 0.0)
3
+ para "the", stroke: orange
4
+ para "Whole", stroke: yellow
5
+ para "World", stroke: rgb(0, 255, 0)
6
+ para "with", stroke: "#0000FF"
7
+ para "a", stroke: indigo
8
+ para "Rainbow", stroke: violet
9
+
10
+ para "(mostly)"
11
+ end
@@ -0,0 +1,11 @@
1
+
2
+
3
+ Shoes.app do
4
+ para "Banner", size: :banner
5
+ para "Title", size: :title
6
+ para "Subtitle", size: :subtitle
7
+ para "Tagline", size: :tagline
8
+ para "Caption", size: :caption
9
+ para "Para", size: :para
10
+ para "Inscription", size: :inscription
11
+ end
@@ -0,0 +1,12 @@
1
+
2
+
3
+ Shoes.app do
4
+ banner "Banner"
5
+ title "Title"
6
+ subtitle "Subtitle"
7
+ tagline "Tagline"
8
+ caption "Caption"
9
+ para "Para"
10
+ inscription "Inscription"
11
+ ins "Also inscription"
12
+ end
@@ -0,0 +1,3 @@
1
+ Shoes.app do
2
+ para "Hello world, I'm ", strong("strong")
3
+ end
@@ -0,0 +1,4 @@
1
+ Shoes.app do
2
+ para "This is simple."
3
+ para "This has ", em("emphasis"), " and great ", strong("strength"), " and ", code("coolness"), "."
4
+ end
Binary file
@@ -0,0 +1,11 @@
1
+ # frozen_string_literal: true
2
+
3
+ Shoes.app(title: "Flow example") do
4
+ flow do
5
+ %w[One Two Three Four Five Six Seven Eight].each do |num|
6
+ stack do
7
+ para num
8
+ end
9
+ end
10
+ end
11
+ end