shoes 3.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (275) hide show
  1. data/.gitignore +12 -0
  2. data/CHANGELOG +29 -0
  3. data/COPYING +30 -0
  4. data/README.md +76 -0
  5. data/README.old +117 -0
  6. data/Rakefile +130 -0
  7. data/Rakefile.bk +651 -0
  8. data/app.yaml +7 -0
  9. data/bin/main.skel +104 -0
  10. data/bugs/issue-012e9468ddc7b0cb7e1503413a8a11c4f8707b67.yaml +21 -0
  11. data/bugs/issue-0711ff8b67baa63586f11d0096fee9dd4436bf58.yaml +23 -0
  12. data/bugs/issue-07f87998d93eb401e22395c11085676389b935c4.yaml +22 -0
  13. data/bugs/issue-0bff2d80008803cbc7efbcdacdc60ef2163664d2.yaml +22 -0
  14. data/bugs/issue-0c66f223d19efbca7b692f3b91961f407ad7abec.yaml +24 -0
  15. data/bugs/issue-183bc3c7a8f575aff2b24e0bf22aa0dfcc8e4fc2.yaml +29 -0
  16. data/bugs/issue-1bad1e60a04cb3adb6a8f3ded128af2e16b56ffe.yaml +18 -0
  17. data/bugs/issue-1f1d43f76bf4de79d7f94adbae6dd506a9d81633.yaml +41 -0
  18. data/bugs/issue-320924117cadb045cc91f2a6fca922b4d81d4bb5.yaml +20 -0
  19. data/bugs/issue-33e5c8355fbf65252ea9e939714651df8bd8cb3b.yaml +25 -0
  20. data/bugs/issue-36f7c8262a72bcd5e28cfa4ed29328b8237ea79b.yaml +20 -0
  21. data/bugs/issue-39bf04ee50c3bef67b89b8e9beb28657805587ce.yaml +18 -0
  22. data/bugs/issue-3e28ba7754f73d02ef416eef989af707a8c00f01.yaml +23 -0
  23. data/bugs/issue-3f638cc03f41f9c3fdf217355321f1563f8fee45.yaml +22 -0
  24. data/bugs/issue-41e48e14f1ef4f6deb69be68165d7dd3ffd99156.yaml +22 -0
  25. data/bugs/issue-4c9408166a2aa5dd333bbb05520deebf4ded08e0.yaml +22 -0
  26. data/bugs/issue-55c687e108ecd5aeb8e0d0aeb4294984f84acd3e.yaml +18 -0
  27. data/bugs/issue-5811d34692cc292717a58ec1df1f8948cf30d826.yaml +28 -0
  28. data/bugs/issue-5a7c1f59a0526f9cea7fb366867cf1e6ed8ef69d.yaml +22 -0
  29. data/bugs/issue-688a2c2566bef6a03efa57a4ae1f7cfa8fc74444.yaml +21 -0
  30. data/bugs/issue-78b16c7988ade2ef96e716fa8cb9a004bd4ced65.yaml +33 -0
  31. data/bugs/issue-804ee49f9800154eddf0650690c7a9bb5626253f.yaml +27 -0
  32. data/bugs/issue-807dd1c610b2e941a5d454e26b2eac27e89a0ab4.yaml +22 -0
  33. data/bugs/issue-822ee33ec11ebd25f90ea86e8438de7891e63aee.yaml +18 -0
  34. data/bugs/issue-82ff7152cebb8a1cb065b864cb4fe22de2328146.yaml +29 -0
  35. data/bugs/issue-856afbdcdd4970ad54b8ce4a6c017fbaab45f49d.yaml +31 -0
  36. data/bugs/issue-8d49e32fb21522651c67490adb4d80076dbb14e1.yaml +24 -0
  37. data/bugs/issue-91583359653a9d530c1e32be72d874d847a306e7.yaml +21 -0
  38. data/bugs/issue-af41a5229613172764e7d3c98431172db337053d.yaml +20 -0
  39. data/bugs/issue-bd9856b3788dd429c998a5af1b2aae8221cb80b7.yaml +28 -0
  40. data/bugs/issue-be22aef5c564fb7b5e9938343136a9cd6a2edb7b.yaml +22 -0
  41. data/bugs/issue-bf8697523c77c326e7e35fc82cf3dd739ae92310.yaml +27 -0
  42. data/bugs/issue-cdd4b4795f34d6ff46e56ece10f8216a4a5456b2.yaml +25 -0
  43. data/bugs/issue-d9bfb5581d745ef9deb3b9b2e08ef74d1cd43082.yaml +20 -0
  44. data/bugs/issue-e0ce2f687cc096f35715d28b0af88589f4ab6cc6.yaml +18 -0
  45. data/bugs/issue-e4b0aca4a10a574b333aeaecaaf221dbc5ed22c6.yaml +38 -0
  46. data/bugs/issue-f263746594b95ba778455730478ee8df60ee639d.yaml +22 -0
  47. data/bugs/project.yaml +72 -0
  48. data/builddeps.sh +102 -0
  49. data/fonts/Coolvetica.ttf +0 -0
  50. data/fonts/Lacuna.ttf +0 -0
  51. data/gemlib/shoes.rb +1 -0
  52. data/lib/shoes.rb +548 -0
  53. data/lib/shoes/cache.rb +54 -0
  54. data/lib/shoes/chipmunk.rb +35 -0
  55. data/lib/shoes/data.rb +39 -0
  56. data/lib/shoes/help.rb +468 -0
  57. data/lib/shoes/image.rb +25 -0
  58. data/lib/shoes/inspect.rb +128 -0
  59. data/lib/shoes/log.rb +48 -0
  60. data/lib/shoes/minitar.rb +986 -0
  61. data/lib/shoes/override.rb +38 -0
  62. data/lib/shoes/pack.rb +543 -0
  63. data/lib/shoes/search.rb +46 -0
  64. data/lib/shoes/setup.rb +329 -0
  65. data/lib/shoes/shy.rb +131 -0
  66. data/lib/shoes/shybuilder.rb +44 -0
  67. data/lib/shoes/version.rb +3 -0
  68. data/make/darwin/deps.vlc +12 -0
  69. data/make/darwin/dylibs.shoes +22 -0
  70. data/make/darwin/dylibs.video +11 -0
  71. data/make/darwin/env.rb +81 -0
  72. data/make/darwin/tasks.rb +105 -0
  73. data/make/linux/env.rb +65 -0
  74. data/make/linux/tasks.rb +61 -0
  75. data/make/make.rb +85 -0
  76. data/make/mingw/dlls +19 -0
  77. data/make/mingw/env.rb +69 -0
  78. data/make/mingw/tasks.rb +70 -0
  79. data/make/rakefile_common.rb +8 -0
  80. data/manual-snapshots/class-book.png +0 -0
  81. data/manual-snapshots/expert-definr.png +0 -0
  82. data/manual-snapshots/expert-funnies.png +0 -0
  83. data/manual-snapshots/expert-irb.png +0 -0
  84. data/manual-snapshots/expert-minesweeper.png +0 -0
  85. data/manual-snapshots/expert-othello.png +0 -0
  86. data/manual-snapshots/expert-pong.png +0 -0
  87. data/manual-snapshots/expert-tankspank.png +0 -0
  88. data/manual-snapshots/good-arc.png +0 -0
  89. data/manual-snapshots/good-clock.png +0 -0
  90. data/manual-snapshots/good-follow.png +0 -0
  91. data/manual-snapshots/good-reminder.png +0 -0
  92. data/manual-snapshots/good-vjot.png +0 -0
  93. data/manual-snapshots/simple-accordion.png +0 -0
  94. data/manual-snapshots/simple-anim-shapes.png +0 -0
  95. data/manual-snapshots/simple-anim-text.png +0 -0
  96. data/manual-snapshots/simple-arc.png +0 -0
  97. data/manual-snapshots/simple-bounce.png +0 -0
  98. data/manual-snapshots/simple-calc.png +0 -0
  99. data/manual-snapshots/simple-chipmunk.png +0 -0
  100. data/manual-snapshots/simple-control-sizes.png +0 -0
  101. data/manual-snapshots/simple-curve.png +0 -0
  102. data/manual-snapshots/simple-dialogs.png +0 -0
  103. data/manual-snapshots/simple-downloader.png +0 -0
  104. data/manual-snapshots/simple-draw.png +0 -0
  105. data/manual-snapshots/simple-editor.png +0 -0
  106. data/manual-snapshots/simple-form.png +0 -0
  107. data/manual-snapshots/simple-mask.png +0 -0
  108. data/manual-snapshots/simple-menu.png +0 -0
  109. data/manual-snapshots/simple-menu1.png +0 -0
  110. data/manual-snapshots/simple-rubygems.png +0 -0
  111. data/manual-snapshots/simple-slide.png +0 -0
  112. data/manual-snapshots/simple-sphere.png +0 -0
  113. data/manual-snapshots/simple-sqlite3.png +0 -0
  114. data/manual-snapshots/simple-timer.png +0 -0
  115. data/manual-snapshots/simple-video.png +0 -0
  116. data/platform/mac/Info.plist +55 -0
  117. data/platform/mac/build-deps.sh +658 -0
  118. data/platform/mac/command-manual.rb +1 -0
  119. data/platform/mac/deps-osx.patch +159 -0
  120. data/platform/mac/dmg_ds_store +0 -0
  121. data/platform/mac/pangorc +2 -0
  122. data/platform/mac/pkg-dmg +1447 -0
  123. data/platform/mac/shoes +31 -0
  124. data/platform/mac/shoes-launch +7 -0
  125. data/platform/mac/stub.m +178 -0
  126. data/platform/mac/version.plist +14 -0
  127. data/platform/msw/base.nsi +644 -0
  128. data/platform/msw/installer-1.bmp +0 -0
  129. data/platform/msw/installer-2.bmp +0 -0
  130. data/platform/msw/shoes.exe.manifest +17 -0
  131. data/platform/msw/shoes.ico +0 -0
  132. data/platform/msw/stub-inject.c +59 -0
  133. data/platform/msw/stub.c +271 -0
  134. data/platform/msw/stub32.h +14 -0
  135. data/platform/msw/stub32.rc +16 -0
  136. data/platform/nix/INSTALL +56 -0
  137. data/platform/nix/Makefile +144 -0
  138. data/platform/nix/shoes.launch +20 -0
  139. data/platform/skel.rb +27 -0
  140. data/rakefile_darwin.rb +7 -0
  141. data/rakefile_linux.rb +3 -0
  142. data/rakefile_mingw.rb +7 -0
  143. data/samples/class-book.rb +43 -0
  144. data/samples/class-book.yaml +387 -0
  145. data/samples/expert-definr.rb +23 -0
  146. data/samples/expert-funnies.rb +51 -0
  147. data/samples/expert-irb.rb +112 -0
  148. data/samples/expert-minesweeper.rb +267 -0
  149. data/samples/expert-othello.rb +319 -0
  150. data/samples/expert-pong.rb +62 -0
  151. data/samples/expert-tankspank.rb +385 -0
  152. data/samples/good-arc.rb +37 -0
  153. data/samples/good-clock.rb +51 -0
  154. data/samples/good-follow.rb +26 -0
  155. data/samples/good-reminder.rb +174 -0
  156. data/samples/good-vjot.rb +56 -0
  157. data/samples/simple-accordion.rb +75 -0
  158. data/samples/simple-anim-shapes.rb +17 -0
  159. data/samples/simple-anim-text.rb +13 -0
  160. data/samples/simple-arc.rb +23 -0
  161. data/samples/simple-bounce.rb +24 -0
  162. data/samples/simple-calc.rb +70 -0
  163. data/samples/simple-chipmunk.rb +26 -0
  164. data/samples/simple-control-sizes.rb +24 -0
  165. data/samples/simple-curve.rb +26 -0
  166. data/samples/simple-dialogs.rb +29 -0
  167. data/samples/simple-downloader.rb +27 -0
  168. data/samples/simple-draw.rb +13 -0
  169. data/samples/simple-editor.rb +28 -0
  170. data/samples/simple-form.rb +28 -0
  171. data/samples/simple-form.shy +0 -0
  172. data/samples/simple-mask.rb +21 -0
  173. data/samples/simple-menu.rb +31 -0
  174. data/samples/simple-menu1.rb +35 -0
  175. data/samples/simple-rubygems.rb +29 -0
  176. data/samples/simple-slide.rb +45 -0
  177. data/samples/simple-sphere.rb +28 -0
  178. data/samples/simple-sqlite3.rb +13 -0
  179. data/samples/simple-timer.rb +13 -0
  180. data/samples/simple-video.rb +13 -0
  181. data/shoes.gemspec +21 -0
  182. data/shoes/app.c +591 -0
  183. data/shoes/app.h +110 -0
  184. data/shoes/appwin32.h +13 -0
  185. data/shoes/appwin32.rc +28 -0
  186. data/shoes/canvas.c +2202 -0
  187. data/shoes/canvas.h +682 -0
  188. data/shoes/code.h +14 -0
  189. data/shoes/config.h +232 -0
  190. data/shoes/effects.c +243 -0
  191. data/shoes/effects.h +7 -0
  192. data/shoes/http.h +44 -0
  193. data/shoes/http/common.h +86 -0
  194. data/shoes/http/curl.c +259 -0
  195. data/shoes/http/nsurl.m +274 -0
  196. data/shoes/http/windownload.c +114 -0
  197. data/shoes/http/winhttp.c +216 -0
  198. data/shoes/http/winhttp.h +19 -0
  199. data/shoes/image.c +1020 -0
  200. data/shoes/internal.c +46 -0
  201. data/shoes/internal.h +63 -0
  202. data/shoes/native.h +110 -0
  203. data/shoes/native/cocoa.h +105 -0
  204. data/shoes/native/cocoa.m +1557 -0
  205. data/shoes/native/gtk.c +1257 -0
  206. data/shoes/native/windows.c +2392 -0
  207. data/shoes/ruby.c +5221 -0
  208. data/shoes/ruby.h +299 -0
  209. data/shoes/world.c +243 -0
  210. data/shoes/world.h +63 -0
  211. data/static/Shoes.icns +0 -0
  212. data/static/avatar.png +0 -0
  213. data/static/code_highlighter.js +188 -0
  214. data/static/code_highlighter_ruby.js +26 -0
  215. data/static/icon-debug.png +0 -0
  216. data/static/icon-error.png +0 -0
  217. data/static/icon-info.png +0 -0
  218. data/static/icon-warn.png +0 -0
  219. data/static/listbox_button1.png +0 -0
  220. data/static/listbox_button2.png +0 -0
  221. data/static/man-app.png +0 -0
  222. data/static/man-builds.png +0 -0
  223. data/static/man-builds1.png +0 -0
  224. data/static/man-editor-notepad.png +0 -0
  225. data/static/man-editor-osx.png +0 -0
  226. data/static/man-ele-background.png +0 -0
  227. data/static/man-ele-border.png +0 -0
  228. data/static/man-ele-button.png +0 -0
  229. data/static/man-ele-check.png +0 -0
  230. data/static/man-ele-editbox.png +0 -0
  231. data/static/man-ele-editline.png +0 -0
  232. data/static/man-ele-image.png +0 -0
  233. data/static/man-ele-listbox.png +0 -0
  234. data/static/man-ele-progress.png +0 -0
  235. data/static/man-ele-radio.png +0 -0
  236. data/static/man-ele-shape.png +0 -0
  237. data/static/man-ele-textblock.png +0 -0
  238. data/static/man-ele-video.png +0 -0
  239. data/static/man-intro-dmg.png +0 -0
  240. data/static/man-intro-exe.png +0 -0
  241. data/static/man-look-tiger.png +0 -0
  242. data/static/man-look-ubuntu.png +0 -0
  243. data/static/man-look-vista.png +0 -0
  244. data/static/man-run-osx.png +0 -0
  245. data/static/man-run-vista.png +0 -0
  246. data/static/man-run-xp.png +0 -0
  247. data/static/man-shot1.png +0 -0
  248. data/static/manual-en.txt +3531 -0
  249. data/static/manual-ja.txt +2825 -0
  250. data/static/manual.css +167 -0
  251. data/static/menu-corner1.png +0 -0
  252. data/static/menu-corner2.png +0 -0
  253. data/static/menu-gray.png +0 -0
  254. data/static/menu-left.png +0 -0
  255. data/static/menu-right.png +0 -0
  256. data/static/menu-top.png +0 -0
  257. data/static/shoes-dmg.jpg +0 -0
  258. data/static/shoes-icon-blue.png +0 -0
  259. data/static/shoes-icon.png +0 -0
  260. data/static/shoes-manual-apps.gif +0 -0
  261. data/static/shoes_main_window.png +0 -0
  262. data/static/stripe.png +0 -0
  263. data/static/stubs/blank.exe +0 -0
  264. data/static/stubs/blank.hfz +0 -0
  265. data/static/stubs/blank.run +375 -0
  266. data/static/stubs/cocoa-install +0 -0
  267. data/static/stubs/sh-install +49 -0
  268. data/static/stubs/shoes-stub-inject.exe +0 -0
  269. data/static/stubs/shoes-stub.exe +0 -0
  270. data/static/tutor-back.png +0 -0
  271. data/test/shoes_test.rb +8 -0
  272. data/test/test_helper.rb +25 -0
  273. data/use-deps +12 -0
  274. data/use-tmp-dep +8 -0
  275. metadata +509 -0
@@ -0,0 +1,23 @@
1
+ #
2
+ # a translation from a processing example
3
+ # http://vormplus.be/weging/an-introduction-to-processing/
4
+ #
5
+ Shoes.app :width => 420, :height => 420, :resizable => false do
6
+ rotation = -(Shoes::HALF_PI / 3)
7
+ step = 20
8
+
9
+ background gray(240)
10
+ stroke gray(127)
11
+ cap :curve
12
+ nofill
13
+
14
+ 10.times do |i|
15
+ strokewidth i
16
+ size = 200 + (step * i)
17
+ shape do
18
+ arc self.width / 2, self.height / 2,
19
+ size, size,
20
+ rotation * i, rotation * i + Shoes::TWO_PI - Shoes::HALF_PI
21
+ end
22
+ end
23
+ end
@@ -0,0 +1,24 @@
1
+ xspeed, yspeed = 8.4, 6.6
2
+ xdir, ydir = 1, 1
3
+
4
+ Shoes.app do
5
+ background "#DFA"
6
+ border black, :strokewidth => 6
7
+
8
+ nostroke
9
+ @icon = image "#{DIR}/static/shoes-icon.png", :left => 100, :top => 100 do
10
+ alert "You're soooo quick."
11
+ end
12
+
13
+ x, y = self.width / 2, self.height / 2
14
+ size = @icon.size
15
+ animate(30) do
16
+ x += xspeed * xdir
17
+ y += yspeed * ydir
18
+
19
+ xdir *= -1 if x > self.width - size[0] or x < 0
20
+ ydir *= -1 if y > self.height - size[1] or y < 0
21
+
22
+ @icon.move x.to_i, y.to_i
23
+ end
24
+ end
@@ -0,0 +1,70 @@
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
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
+ end
21
+
22
+ {'add' => '+', 'sub' => '-', 'times' => '*', 'div' => '/'}.each do |meth, op|
23
+ define_method "press_#{meth}" do
24
+ if @op
25
+ press_equals
26
+ end
27
+ @op = op
28
+ @previous, @number = @number, nil
29
+ end
30
+ end
31
+
32
+ def press_equals
33
+ @number = @previous.send(@op, @number.to_i)
34
+ @op = nil
35
+ end
36
+
37
+ end
38
+
39
+ number_field = nil
40
+ number = Calc.new
41
+ Shoes.app :height => 250, :width => 200, :resizable => false do
42
+ background "#EEC".."#996", :curve => 5, :margin => 2
43
+
44
+ stack :margin => 2 do
45
+
46
+ stack :margin => 8 do
47
+ number_field = para strong(number)
48
+ end
49
+
50
+ flow :width => 218, :margin => 4 do
51
+ %w(7 8 9 / 4 5 6 * 1 2 3 - 0 Clr = +).each do |btn|
52
+ button btn, :width => 46, :height => 46 do
53
+ method = case btn
54
+ when /[0-9]/; 'press_'+btn
55
+ when 'Clr'; 'press_clear'
56
+ when '='; 'press_equals'
57
+ when '+'; 'press_add'
58
+ when '-'; 'press_sub'
59
+ when '*'; 'press_times'
60
+ when '/'; 'press_div'
61
+ end
62
+
63
+ number.send(method)
64
+ number_field.replace strong(number)
65
+ end
66
+ end
67
+ end
68
+ end
69
+
70
+ end
@@ -0,0 +1,26 @@
1
+ # simple-chipmunk.rb
2
+ require 'shoes/chipmunk'
3
+
4
+ Shoes.app title: 'A Tiny Chipmunk Physics Demo' do
5
+ extend ChipMunk
6
+ space = cp_space
7
+ balls = []
8
+
9
+ nofill
10
+ cp_line 0, 180, 200, 280, stroke: gold
11
+ cp_line 200, 280, 300, 270, stroke: gold
12
+ cp_line 250, 350, 350, 330
13
+ cp_line 170, 370, 220, 380
14
+ cp_line 100, 450, 300, 430, stroke: lightslategray
15
+ cp_line 300, 430, 500, 450, stroke: lightslategray
16
+
17
+ nostroke
18
+ oval(10, 30, 40, fill: blue).click{balls << cp_oval(30, 50, 20, stroke: blue, strokewidth: 2)}
19
+ oval(70, 40, 20, fill: green).click{balls << cp_oval(80, 50, 10, fill: green)}
20
+ oval(105, 45, 10, fill: red).click{balls << cp_oval(110, 50, 5, fill: red)}
21
+
22
+ every do
23
+ 6.times{space.step 1.0/60}
24
+ balls.each{|ball| ball.cp_move}
25
+ end
26
+ end
@@ -0,0 +1,24 @@
1
+ Shoes.app :width => 360, :height => 600, :resizable => false do
2
+ stroke "#dde"
3
+ background "#f1f5ff"
4
+ 13.times { |x| line 20, 142 + (30 * x), 320, 142 + (30 * x) }
5
+ 11.times { |x| line 20 + (30 * x), 142, 20 + (30 * x), 502 }
6
+
7
+ stack :margin => 20 do
8
+ title "Control Sizes", :size => 16
9
+ para "This app measures various controls against a grid of lines, to be sure they size appropriately despite the platform."
10
+ stack :top => 122, :left => 40 do
11
+ button "Standard"
12
+ button "Margin: 2, Height: 28", :margin => 2, :height => 30
13
+ edit_line "Standard", :margin => 1
14
+ edit_line "Margin: 4, Height: 30", :height => 30, :margin => 4
15
+ list_box :items => ["Standard"], :choose => "Standard"
16
+ list_box :items => ["Margin: 4, Height: 32"],
17
+ :choose => "Margin: 4, Height: 32",
18
+ :height => 32, :margin => 4
19
+ progress
20
+ progress :height => 32, :margin => 4
21
+ edit_box
22
+ end
23
+ end
24
+ end
@@ -0,0 +1,26 @@
1
+ #
2
+ # based on the cairo curve_to example
3
+ # http://www.cairographics.org/samples/curve_to/
4
+ #
5
+ Shoes.app do
6
+ x, y = 25.6, 128.0
7
+ x1 = 102.4; y1 = 230.4
8
+ x2 = 153.6; y2 = 25.6
9
+ x3 = 230.4; y3 = 128.0
10
+
11
+ nofill
12
+ strokewidth 10.0
13
+ shape do
14
+ move_to x, y
15
+ curve_to x1, y1, x2, y2, x3, y3
16
+ end
17
+
18
+ strokewidth 6.0
19
+ stroke rgb(1.0, 0.2, 0.2, 0.6)
20
+ shape do
21
+ move_to x, y
22
+ line_to x1, y1
23
+ move_to x2, y2
24
+ line_to x3, y3
25
+ end
26
+ end
@@ -0,0 +1,29 @@
1
+ Shoes.app :width => 300, :height => 150, :margin => 10 do
2
+ def answer(v)
3
+ @answer.replace v.inspect
4
+ end
5
+
6
+ button "Ask" do
7
+ answer ask("What is your name?")
8
+ end
9
+ button "Confirm" do
10
+ answer confirm("Would you like to proceed?")
11
+ end
12
+ button "Open File..." do
13
+ answer ask_open_file
14
+ end
15
+ button "Save File..." do
16
+ answer ask_save_file
17
+ end
18
+ button "Open Folder..." do
19
+ answer ask_open_folder
20
+ end
21
+ button "Save Folder..." do
22
+ answer ask_save_folder
23
+ end
24
+ button "Color" do
25
+ answer ask_color("Pick a Color")
26
+ end
27
+
28
+ @answer = para "Answers appear here"
29
+ end
@@ -0,0 +1,27 @@
1
+ Shoes.app do
2
+ background "#eee"
3
+ @list = stack do
4
+ para "Enter a URL to download:", :margin => [10, 8, 10, 0]
5
+ flow :margin => 10 do
6
+ @url = edit_line :width => -120
7
+ button "Download", :width => 120 do
8
+ @list.append do
9
+ stack do
10
+ background "#eee".."#ccd"
11
+ stack :margin => 10 do
12
+ dl = nil
13
+ para @url.text, " [", link("cancel") { dl.abort }, "]", :margin => 0
14
+ d = inscription "Beginning transfer.", :margin => 0
15
+ p = progress :width => 1.0, :height => 14
16
+ dl = download @url.text, :save => File.basename(@url.text),
17
+ :progress => proc { |dl|
18
+ d.text = "Transferred #{dl.transferred} of #{dl.length} bytes (#{dl.percent}%)"
19
+ p.fraction = dl.percent * 0.01 },
20
+ :finish => proc { |dl| d.text = "Download completed" }
21
+ end
22
+ end
23
+ end
24
+ end
25
+ end
26
+ end
27
+ end
@@ -0,0 +1,13 @@
1
+ Shoes.app do
2
+ background "#999"
3
+ stroke "#000"
4
+ x, y = nil, nil
5
+ motion do |_x, _y|
6
+ if x and y and (x != _x or y != _y)
7
+ append do
8
+ line x, y, _x, _y
9
+ end
10
+ end
11
+ x, y = _x, _y
12
+ end
13
+ end
@@ -0,0 +1,28 @@
1
+ str, t = "", nil
2
+ Shoes.app :height => 500, :width => 450 do
3
+ background rgb(77, 77, 77)
4
+ stack :margin => 10 do
5
+ para span("TEXT EDITOR", :stroke => red, :fill => white), " * USE ALT-Q TO QUIT", :stroke => white
6
+ end
7
+ stack :margin => 10 do
8
+ t = para "", :font => "Monospace 12px", :stroke => white
9
+ t.cursor = -1
10
+ end
11
+ keypress do |k|
12
+ case k
13
+ when String
14
+ str += k
15
+ when :backspace
16
+ str.slice!(-1)
17
+ when :tab
18
+ str += " "
19
+ when :alt_q
20
+ quit
21
+ when :alt_c
22
+ self.clipboard = str
23
+ when :alt_v
24
+ str += self.clipboard
25
+ end
26
+ t.replace str
27
+ end
28
+ end
@@ -0,0 +1,28 @@
1
+ Shoes.app :width => 320, :height => 420 do
2
+ background "../static/menu-gray.png"
3
+ background "../static/menu-top.png", :height => 50
4
+ background "../static/menu-left.png", :top => 50, :width => 55
5
+ background "../static/menu-right.png", :right => 0, :top => 50, :width => 55
6
+ image "../static/menu-corner1.png", :top => 0, :left => 0
7
+ image "../static/menu-corner2.png", :right => 0, :top => 0
8
+
9
+ stack :margin => 40 do
10
+ stack :margin => 10 do
11
+ para "Name"
12
+ @name = list_box :items => ["Phyllis", "Ronald", "Wyatt"]
13
+ end
14
+ stack :margin => 10 do
15
+ para "Address"
16
+ @address = edit_line
17
+ end
18
+ stack :margin => 10 do
19
+ para "Phone"
20
+ @phone = edit_line
21
+ end
22
+ stack :margin => 10 do
23
+ button "Save" do
24
+ Shoes.p [@name.text, @address.text, @phone.text]
25
+ end
26
+ end
27
+ end
28
+ end
Binary file
@@ -0,0 +1,21 @@
1
+ Shoes.app do
2
+ background black
3
+
4
+ stack :top => 0.4, :left => 0.2 do
5
+ @stripes = stack
6
+
7
+ mask do
8
+ title "Shoes", :weight => "bold", :size => 82
9
+ end
10
+ end
11
+
12
+ animate 10 do
13
+ @stripes.clear do
14
+ 20.times do |i|
15
+ strokewidth 4
16
+ stroke rgb((0.0..0.5).rand, (0.0..1.0).rand, (0.0..0.3).rand)
17
+ line 0, i * 5, 400, i * 8
18
+ end
19
+ end
20
+ end
21
+ end
@@ -0,0 +1,31 @@
1
+ class MenuPanel < Shoes::Widget
2
+ @@boxes = []
3
+ def initialize(color, args)
4
+ @@boxes << self
5
+ background color
6
+ para link("Box #{@@boxes.length}", :stroke => white, :fill => nil).
7
+ click { visit "/" },
8
+ :margin => 18, :align => "center", :size => 20
9
+ hover { expand }
10
+ end
11
+ def expand
12
+ if self.width < 170
13
+ a = animate 30 do
14
+ @@boxes.each do |b|
15
+ b.width -= 5 if b != self and b.width > 140
16
+ end
17
+ self.width += 5
18
+ a.stop if self.width >= 170
19
+ end
20
+ end
21
+ end
22
+ end
23
+
24
+ Shoes.app :width => 400, :height => 130 do
25
+ style(Link, :underline => nil)
26
+ style(LinkHover, :fill => nil, :underline => nil)
27
+ menu_panel green, :width => 170, :height => 120, :margin => 4
28
+ menu_panel blue, :width => 140, :height => 120, :margin => 4
29
+ menu_panel red, :width => 140, :height => 120, :margin => 4
30
+ menu_panel purple, :width => 140, :height => 120, :margin => 4
31
+ end
@@ -0,0 +1,35 @@
1
+ class MenuPanel < Shoes::Widget
2
+ $boxes = []
3
+ def initialize(color, args)
4
+ $boxes << self
5
+ background color
6
+ para link("Box #{$boxes.length}", :stroke => white, :fill => nil).
7
+ click { visit "/" },
8
+ :margin => 18, :align => "center", :size => 20
9
+ yield
10
+ end
11
+ end
12
+
13
+ Shoes.app :width => 600, :height => 130 do
14
+ style(Link, :underline => nil)
15
+ style(LinkHover, :fill => nil, :underline => nil)
16
+
17
+ expand = proc do
18
+ hover do |box|
19
+ if box.width < 170
20
+ a = animate 30 do
21
+ $boxes.each do |b|
22
+ b.width -= 5 if b != box and b.width > 140
23
+ end
24
+ box.width += 5
25
+ a.stop if box.width >= 170
26
+ end
27
+ end
28
+ end
29
+ end
30
+
31
+ menu_panel green, :width => 170, :height => 120, :margin => 4, &expand
32
+ menu_panel blue, :width => 140, :height => 120, :margin => 4, &expand
33
+ menu_panel red, :width => 140, :height => 120, :margin => 4, &expand
34
+ menu_panel purple, :width => 140, :height => 120, :margin => 4, &expand
35
+ end
@@ -0,0 +1,29 @@
1
+ #
2
+ # The setup block will install gems before launching the
3
+ # rest of the app below it.
4
+ #
5
+ Shoes.setup do
6
+ gem 'bluecloth =2.0.6'
7
+ gem 'metaid'
8
+ end
9
+
10
+ require 'bluecloth'
11
+ require 'metaid'
12
+
13
+ Shoes.app :width => 300, :height => 400, :resizable => false do
14
+ background "#eed"
15
+
16
+ stack :margin => 40 do
17
+ tagline "Loaded Gems:", :align => "center", :underline => "single"
18
+ Gem.loaded_specs.each do |name, spec|
19
+ para "#{name}\n#{spec.version}", :align => "center"
20
+ end
21
+
22
+ caption "Total Gems: #{Gem.source_index.length}", :align => "center", :margin_bottom => 0
23
+ para "(includes unloaded gems)", :align => "center", :margin_top => 0
24
+ button "OK", :bottom => 30, :left => 0.4 do
25
+ self.close
26
+ end
27
+ end
28
+
29
+ end