tinkerbell 0.01

Sign up to get free protection for your applications and to get access to all the features.
Files changed (171) hide show
  1. data/Readme.txt +475 -0
  2. data/bin/tinkerbell +19 -0
  3. data/code/01rwdcore/01rwdcore.rb +29 -0
  4. data/code/01rwdcore/02helptexthashbegin.rb +4 -0
  5. data/code/01rwdcore/03helptexthash.rb +23 -0
  6. data/code/01rwdcore/04helptextend.rb +6 -0
  7. data/code/01rwdcore/jumplinkcommand.rb +26 -0
  8. data/code/01rwdcore/openhelpwindow.rb +31 -0
  9. data/code/01rwdcore/returntomain.rb +10 -0
  10. data/code/01rwdcore/rundocuments.rb +10 -0
  11. data/code/01rwdcore/runeditconfiguration.rb +10 -0
  12. data/code/01rwdcore/runhelpabout.rb +10 -0
  13. data/code/01rwdcore/runopentinkerdocument.rb +7 -0
  14. data/code/01rwdcore/rwdtinkerversion.rb +22 -0
  15. data/code/01rwdcore/rwdwindowreturn.rb +9 -0
  16. data/code/01rwdcore/selectiontab.rb +9 -0
  17. data/code/01rwdcore/setuphelpaboutoptions.rb +13 -0
  18. data/code/01rwdcore/setuptinkerdocuments.rb +6 -0
  19. data/code/01rwdcore/test_cases.rb +109 -0
  20. data/code/01rwdcore/test_harness.rb +13 -0
  21. data/code/01rwdcore/uploadreturns.rb +62 -0
  22. data/code/dd0viewphoto/dd0viewphoto.rb +3 -0
  23. data/code/superant.com.rwdtinkerbackwindow/diagnostictab.rb +19 -0
  24. data/code/superant.com.rwdtinkerbackwindow/helptexthashtinkerwin2.rb +61 -0
  25. data/code/superant.com.rwdtinkerbackwindow/initiateapplets.rb +240 -0
  26. data/code/superant.com.rwdtinkerbackwindow/installgemapplet.rb +34 -0
  27. data/code/superant.com.rwdtinkerbackwindow/installremotegem.rb +20 -0
  28. data/code/superant.com.rwdtinkerbackwindow/listgemdirs.rb +12 -0
  29. data/code/superant.com.rwdtinkerbackwindow/listgemzips.rb +53 -0
  30. data/code/superant.com.rwdtinkerbackwindow/listinstalledfiles.rb +12 -0
  31. data/code/superant.com.rwdtinkerbackwindow/listzips.rb +33 -0
  32. data/code/superant.com.rwdtinkerbackwindow/loadconfigurationrecord.rb +22 -0
  33. data/code/superant.com.rwdtinkerbackwindow/loadconfigurationvariables.rb +14 -0
  34. data/code/superant.com.rwdtinkerbackwindow/network.rb +87 -0
  35. data/code/superant.com.rwdtinkerbackwindow/openappletname.rb +19 -0
  36. data/code/superant.com.rwdtinkerbackwindow/openhelpwindowtinkerwin2.rb +38 -0
  37. data/code/superant.com.rwdtinkerbackwindow/remotegemlist.rb +24 -0
  38. data/code/superant.com.rwdtinkerbackwindow/removeapplet.rb +46 -0
  39. data/code/superant.com.rwdtinkerbackwindow/removeappletvariables.rb +52 -0
  40. data/code/superant.com.rwdtinkerbackwindow/runremoteinstall.rb +11 -0
  41. data/code/superant.com.rwdtinkerbackwindow/runrwdtinkerbackwindow.rb +15 -0
  42. data/code/superant.com.rwdtinkerbackwindow/rwdtinkerwin2version.rb +13 -0
  43. data/code/superant.com.rwdtinkerbackwindow/saveconfigurationrecord.rb +19 -0
  44. data/code/superant.com.rwdtinkerbackwindow/viewappletcontents.rb +22 -0
  45. data/code/superant.com.rwdtinkerbackwindow/viewgemappletcontents.rb +24 -0
  46. data/code/superant.com.sandbox/tabone.rb +1 -0
  47. data/code/superant.com.sandbox/tabthree.rb +54 -0
  48. data/code/superant.com.sandbox/tabtwo.rb +1 -0
  49. data/code/superant.com.tinkerbell/0uninstallapplet.rb +9 -0
  50. data/code/superant.com.tinkerbell/clearguiscreen.rb +15 -0
  51. data/code/superant.com.tinkerbell/helptexthashrwdhypernote.rb +30 -0
  52. data/code/superant.com.tinkerbell/initiateapplets.rb +148 -0
  53. data/code/superant.com.tinkerbell/launchtinkerbellnew.rb +19 -0
  54. data/code/superant.com.tinkerbell/listcodefiles.rb +8 -0
  55. data/code/superant.com.tinkerbell/listoptions.rb +7 -0
  56. data/code/superant.com.tinkerbell/loadcode01.rb +19 -0
  57. data/code/superant.com.tinkerbell/loadconfigurationrecord.rb +22 -0
  58. data/code/superant.com.tinkerbell/loadconfigurationvariables.rb +15 -0
  59. data/code/superant.com.tinkerbell/loadtab01.rb +50 -0
  60. data/code/superant.com.tinkerbell/openhelpwindow.rb +30 -0
  61. data/code/superant.com.tinkerbell/runrwdapplet.rb +14 -0
  62. data/code/superant.com.tinkerbell/rwdtinkerversion.rb +10 -0
  63. data/code/superant.com.tinkerbell/savecoderecord.rb +18 -0
  64. data/code/superant.com.tinkerbell/saveconfigurationrecord.rb +20 -0
  65. data/code/superant.com.tinkerbell/saveguirecord.rb +22 -0
  66. data/code/superant.com.tinkerbellback/helptexthashshell.rb +18 -0
  67. data/code/superant.com.tinkerbellback/rubyeval.rb +23 -0
  68. data/code/zz0applicationend/zz0end.rb +4 -0
  69. data/configuration/language.dist +8 -0
  70. data/configuration/rwdapplicationidentity.dist +3 -0
  71. data/configuration/rwdtinker.dist +18 -0
  72. data/configuration/tinkerbellw-0.01.dist +8 -0
  73. data/configuration/tinkerwin2variables.dist +17 -0
  74. data/gui/00coreguibegin/applicationguitop.rwd +4 -0
  75. data/gui/frontwindow0/cc0openphoto.rwd +22 -0
  76. data/gui/frontwindowselections/00selectiontabbegin.rwd +11 -0
  77. data/gui/frontwindowselections/jumplinkcommands.rwd +15 -0
  78. data/gui/frontwindowselections/wwselectionend.rwd +3 -0
  79. data/gui/frontwindowtdocuments/00documentbegin.rwd +6 -0
  80. data/gui/frontwindowtdocuments/tinkerdocuments.rwd +14 -0
  81. data/gui/frontwindowtdocuments/zzdocumentend.rwd +8 -0
  82. data/gui/helpaboutbegin/zzzrwdlasttab.rwd +6 -0
  83. data/gui/helpaboutbegin/zzzzhelpscreenstart.rwd +3 -0
  84. data/gui/helpaboutbegin/zzzzzzhelpabouttab.rwd +15 -0
  85. data/gui/helpaboutzend/helpscreenend.rwd +3 -0
  86. data/gui/helpaboutzend/zhelpscreenstart2.rwd +3 -0
  87. data/gui/helpaboutzend/zzzzhelpabout2.rwd +15 -0
  88. data/gui/helpaboutzend/zzzzhelpscreen2end.rwd +3 -0
  89. data/gui/tinkerbackwindows/superant.com.sandbox/10appletbegin.rwd +4 -0
  90. data/gui/tinkerbackwindows/superant.com.sandbox/11tabone.rwd +12 -0
  91. data/gui/tinkerbackwindows/superant.com.sandbox/22tabtwo.rwd +12 -0
  92. data/gui/tinkerbackwindows/superant.com.sandbox/33tabthree.rwd +23 -0
  93. data/gui/tinkerbackwindows/superant.com.sandbox/98jumplinkcommands.rwd +17 -0
  94. data/gui/tinkerbackwindows/superant.com.sandbox/9end.rwd +6 -0
  95. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/1appname.rwd +5 -0
  96. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/40rwdlistzips.rwd +41 -0
  97. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/45installremotezip.rwd +44 -0
  98. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/50rwdlistapplets.rwd +44 -0
  99. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/60editconfiguration.rwd +30 -0
  100. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/70rwddiagnostics.rwd +29 -0
  101. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/81jumplinkcommands.rwd +17 -0
  102. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/9backend.rwd +6 -0
  103. data/gui/tinkerbackwindows/superant.com.tinkerbell/10appletbegin.rwd +4 -0
  104. data/gui/tinkerbackwindows/superant.com.tinkerbell/10guiedit.rwd +37 -0
  105. data/gui/tinkerbackwindows/superant.com.tinkerbell/15codeedit.rwd +37 -0
  106. data/gui/tinkerbackwindows/superant.com.tinkerbell/67viewconfiguration.rwd +27 -0
  107. data/gui/tinkerbackwindows/superant.com.tinkerbell/81jumplinkcommands.rwd +17 -0
  108. data/gui/tinkerbackwindows/superant.com.tinkerbell/9end.rwd +6 -0
  109. data/gui/tinkerbackwindows/superant.com.tinkerbellback/1appname.rwd +4 -0
  110. data/gui/tinkerbackwindows/superant.com.tinkerbellback/1rwdrubyeval.rwd +15 -0
  111. data/gui/tinkerbackwindows/superant.com.tinkerbellback/2rwdrubyeval.rwd +17 -0
  112. data/gui/tinkerbackwindows/superant.com.tinkerbellback/77jumplinkcommands.rwd +17 -0
  113. data/gui/tinkerbackwindows/superant.com.tinkerbellback/z9end.rwd +6 -0
  114. data/gui/tinkerbackwindows/superant.com.tinkerhelpwindow/1appname.rwd +31 -0
  115. data/gui/tinkerbackwindows/superant.com.tinkerhelpwindow/9end.rwd +4 -0
  116. data/gui/tinkerbackwindows/superant.com.versionwindow/1appname.rwd +19 -0
  117. data/gui/tinkerbackwindows/superant.com.versionwindow/helpaboutwindow.rwd +17 -0
  118. data/gui/zzcoreguiend/yy9rwdend.rwd +4 -0
  119. data/init.rb +277 -0
  120. data/installed/temp.rb +1 -0
  121. data/installed/tinkerbellw-0.01.inf +13 -0
  122. data/lang/en/rwdcore/languagefile.rb +58 -0
  123. data/lang/es/rwdcore/languagefile-es.rb +62 -0
  124. data/lang/fr/rwdcore/languagefile.rb +64 -0
  125. data/lang/jp/rwdcore/languagefile.rb +72 -0
  126. data/lang/nl/rwdcore/languagefile.rb +75 -0
  127. data/lib/rconftool.rb +380 -0
  128. data/lib/rwd/browser.rb +123 -0
  129. data/lib/rwd/ftools.rb +174 -0
  130. data/lib/rwd/mime.rb +328 -0
  131. data/lib/rwd/net.rb +866 -0
  132. data/lib/rwd/ruby.rb +889 -0
  133. data/lib/rwd/rwd.rb +1405 -0
  134. data/lib/rwd/sgml.rb +236 -0
  135. data/lib/rwd/thread.rb +63 -0
  136. data/lib/rwd/tree.rb +371 -0
  137. data/lib/rwd/xml.rb +101 -0
  138. data/lib/rwdthemes/default.rwd +317 -0
  139. data/lib/rwdthemes/pda.rwd +72 -0
  140. data/lib/rwdthemes/windowslike.rwd +171 -0
  141. data/lib/zip/ioextras.rb +114 -0
  142. data/lib/zip/stdrubyext.rb +111 -0
  143. data/lib/zip/tempfile_bugfixed.rb +195 -0
  144. data/lib/zip/zip.rb +1378 -0
  145. data/lib/zip/zipfilesystem.rb +558 -0
  146. data/lib/zip/ziprequire.rb +61 -0
  147. data/rwd_files/HowTo_Tinker.txt +475 -0
  148. data/rwd_files/HowTo_TinkerBell.txt +110 -0
  149. data/rwd_files/HowTo_TinkerWin2.txt +202 -0
  150. data/rwd_files/Readme.txt +57 -0
  151. data/rwd_files/RubyWebDialogs.html +6 -0
  152. data/rwd_files/favicon.ico +0 -0
  153. data/rwd_files/rdoc-style.css +175 -0
  154. data/rwd_files/rwdapplications.html +54 -0
  155. data/rwd_files/tinker.png +0 -0
  156. data/rwdconfig.dist +21 -0
  157. data/rwdtinker.rb +1 -0
  158. data/tests/RubyGauge.rb +179 -0
  159. data/tests/checkdepends.sh +4 -0
  160. data/tests/cleancnf.sh +6 -0
  161. data/tests/makedist-tinkerbell.rb +56 -0
  162. data/tests/makedist.rb +69 -0
  163. data/tests/rdep.rb +354 -0
  164. data/tests/totranslate.lang +93 -0
  165. data/tinkerbell-0.01.gem +0 -0
  166. data/zips/rwdwaddresses-1.05.zip +0 -0
  167. data/zips/rwdwgutenberg-0.09.zip +0 -0
  168. data/zips/temp.rb +1 -0
  169. data/zips/tinkerbellw-0.01.zip +0 -0
  170. data/zips/wrubyslippers-1.06.zip +0 -0
  171. metadata +231 -0
@@ -0,0 +1,15 @@
1
+ $rwdguivar=
2
+ "
3
+ <horizontal>
4
+ <button caption=#{Message[:showhelpabout_links]} action=\"setuphelpaboutoptions\"/>
5
+
6
+ </horizontal>
7
+ <table>
8
+ <select name=\"a_helpaboutinput\"> %%helpaboutoptions%% </select>
9
+
10
+ </table>
11
+
12
+ <horizontal>
13
+ <button caption=#{Message[:openselectedhelp_about]} action=\"runrwdtinkerversion\"/>
14
+ </horizontal>
15
+ "
@@ -0,0 +1,3 @@
1
+ $rwdguivar=
2
+ "
3
+ </helpwindow>"
@@ -0,0 +1,4 @@
1
+ $rwdguivar=
2
+ "<application>
3
+ <window name=\"tinkerbellsandbox\" title=\"Sandbox Window\">
4
+ <tabs>"
@@ -0,0 +1,12 @@
1
+ $rwdguivar=
2
+ "
3
+ <tab name=\"sandboxtabone\" caption=\"Tab One\">
4
+
5
+ <table>
6
+ <row>This is the 1st tab of your GUI design</row>
7
+ <row> <p> </row>
8
+ <row>
9
+ </row>
10
+ </table>
11
+
12
+ </tab>"
@@ -0,0 +1,12 @@
1
+ $rwdguivar=
2
+ "
3
+ <tab name=\"sandboxtabtwo\" caption=\"Tab Two\">
4
+
5
+ <table>
6
+ <row>This is the 2st tab of your GUI design</row>
7
+ <row> <p> </row>
8
+ <row>
9
+ </row>
10
+ </table>
11
+
12
+ </tab>"
@@ -0,0 +1,23 @@
1
+ $rwdguivar=
2
+ "
3
+ <tab name=\"rwdfcalc\" caption=\"Float Calc\">
4
+ <table>
5
+ <row> <p align=\"right\">First number:</p> <text name=\"a_fcalc\"/> </row>
6
+ <row> <p align=\"right\">Second number:</p> <text name=\"b_fcalc\"/> </row>
7
+ </table>
8
+ <p>%fresult%</p>
9
+ <horizontal>
10
+ <button caption=\"Add\" action=\"frwdadd\"/>
11
+ <button caption=\"Subtract\" action=\"frwdsubtract\"/>
12
+
13
+ <button caption=\"Multiply\" action=\"frwdmultiply\"/>
14
+ <button caption=\"Divide\" action=\"frwddivide\"/>
15
+ </horizontal>
16
+ <horizontal>
17
+ <button caption=\"Clear Tape\" action=\"frwdcleartape\"/>
18
+ </horizontal>
19
+ <p>%frunningtape%
20
+ </tab>"
21
+
22
+
23
+
@@ -0,0 +1,17 @@
1
+ $rwdguivar=
2
+ "
3
+ <tab name=selectiontab caption=\"Selection Tab\">
4
+ <horizontal>
5
+ <button caption=\"Show Jump Links\" action=\"showjumplinkoptions\"/>
6
+
7
+ </horizontal>
8
+ <table>
9
+ <select name=\"a_jumplinkinput\"> %%jumplinkoptions%% </select>
10
+
11
+ </table>
12
+
13
+ <horizontal>
14
+ <button caption=\"Jump to Application Location\" action=\"runjumplinkcommand\"/>
15
+ </horizontal>
16
+ </tab>
17
+ "
@@ -0,0 +1,6 @@
1
+ $rwdguivar=
2
+ "
3
+ </tabs>
4
+ </window>"
5
+
6
+
@@ -0,0 +1,5 @@
1
+ $rwdguivar=
2
+ "
3
+ <window name = \"tinkerbackwindow\" title=#{Message[:tinkerback_window]}>
4
+
5
+ <tabs>"
@@ -0,0 +1,41 @@
1
+ $rwdguivar=
2
+ "
3
+ <tab name=\"rwdzipslister\" caption=#{Message[:list_zips]}>
4
+
5
+ <table>
6
+ <row> <p align=\"right\">#{Message[:file_name]}</p> <text size=70 name=\"a_installapplet\"/> </row>
7
+
8
+ </table>
9
+
10
+
11
+ <horizontal>
12
+
13
+
14
+ <button caption=#{Message[:install_applet]} action=\"installgemapplet\"/>
15
+ <button caption=#{Message[:help]} action=\"runhelpwindowtinkerwin2\"/>
16
+ </horizontal>
17
+ <p>%installapplettext%</p>
18
+
19
+ <horizontal>
20
+
21
+ <button caption=#{Message[:viewapplet_contents]} action=\"viewgemappletcontents\"/>
22
+ </horizontal>
23
+ <p>%appletcontentstext%</p>
24
+ <table>
25
+ <row> <p align=\"right\">#{Message[:clickbelowtoviewlistof_zip]} </row>
26
+
27
+ </table>
28
+
29
+ <horizontal>
30
+ <button caption=#{Message[:listappletsavailablefor_installation]} action=\"listzipfilestoinstall\"/>
31
+
32
+ <button caption=#{Message[:listappletsinthegem_directory]} action=\"listgemzips\"/>
33
+
34
+ </horizontal>
35
+
36
+ <p>%%zipslistresult%%</p>
37
+
38
+ </tab>"
39
+
40
+
41
+
@@ -0,0 +1,44 @@
1
+ $rwdguivar=
2
+ "
3
+ <tab name=\"superantcomremotezipsinstall\" caption=\"Install Remote Applets\">
4
+
5
+ <table>
6
+ <row> <p align=\"right\">#{Message[:file_name]}</p> <text size=70 name=\"superantcominstallremoteappletinput\"/> </row>
7
+
8
+ </table>
9
+ <horizontal>
10
+ <button caption=\"install remote Gem applet package\" action=\"superantcominstallremotegemapplet\"/>
11
+ <button caption=#{Message[:help]} action=\"runhelpwindowtinkerwin2\"/>
12
+
13
+ </horizontal>
14
+ <p>%superantcominstallremotegemappletresult%</p>
15
+
16
+ <horizontal>
17
+
18
+
19
+
20
+ <button caption=#{Message[:viewalreadyinstalled_applications]} action=\"superantcomshowgemfiledirs\"/>
21
+ </horizontal>
22
+ <p>%%superantcomshowgemappletdirsresult%%</p>
23
+
24
+
25
+
26
+
27
+
28
+ <table>
29
+ <row> <p align=\"right\">#{Message[:clickbelowtoviewlistof_zip]} </row>
30
+
31
+ </table>
32
+
33
+ <horizontal>
34
+
35
+ <button caption=#{Message[:listappletsinthegem_directory]} action=\"superantcomremotegemlist\"/>
36
+
37
+ </horizontal>
38
+ <p>%superantcomremotegemappletsfullresult%</p>
39
+ <p>%%superantcomremotegemappletsresult%%</p>
40
+
41
+ </tab>"
42
+
43
+
44
+
@@ -0,0 +1,44 @@
1
+ $rwdguivar=
2
+ "
3
+ <tab name=\"filelister\" caption=#{Message[:list_applets]}>
4
+
5
+
6
+ <table>
7
+ <row> <p align=\"right\">#{Message[:file_name]}</p> <text name=\"a_installlist\"/> </row>
8
+
9
+ </table>
10
+
11
+ <horizontal>
12
+ <button caption=#{Message[:viewinstalled_text]} action=\"openappletname\"/>
13
+ <button caption=#{Message[:help]} action=\"runhelpwindowtinkerwin2\"/>
14
+ </horizontal>
15
+ <p>%displaytext%</p>
16
+
17
+ <table>
18
+ <row> <p align=\"right\">#{Message[:file_name]}</p> <text name=\"a_removeapplet\"/> </row>
19
+
20
+ </table>
21
+
22
+ <p>%removeapplettext%</p>
23
+ <horizontal>
24
+ <button caption=#{Message[:remove_applet]} action=\"removeapplet\"/>
25
+ <button caption=#{Message[:cancel]} action=\"main\"/>
26
+
27
+ </horizontal>
28
+ <table>
29
+ <row> <p> </row>
30
+ <row> <p align=\"right\">#{Message[:viewlistinstall_files]} </row>
31
+
32
+ </table>
33
+ <horizontal>
34
+
35
+ <button caption=#{Message[:list_files]} action=\"listinstalledfiles\"/>
36
+
37
+ </horizontal>
38
+
39
+ <p>%%filesresult%%</p>
40
+
41
+ </tab>"
42
+
43
+
44
+
@@ -0,0 +1,30 @@
1
+ $rwdguivar=
2
+ "
3
+ <tab name=\"editconfigurationfile\" caption=\"Edit Configuration\">
4
+ <table>
5
+ <row> <p> </row>
6
+ <row> <p align=\"right\">You can view or edit the rwdtinker applet confiruration file here</row>
7
+ <row> <p> </row>
8
+ <horizontal>
9
+ <button caption=\"Load Record\" action=\"loadconfigurationrecord\"/>
10
+ <button caption=#{Message[:save_changes]} action=\"saveconfigurationrecord\"/>
11
+ <button caption=\"Reload Variables\" action=\"loadconfigurationvariables\"/>
12
+ <button caption=#{Message[:help]} action=\"runhelpwindowtinkerwin2\"/>
13
+
14
+
15
+
16
+
17
+ </horizontal>
18
+ <table>
19
+ <textarea name=\"a_configurationfile\"/>
20
+
21
+
22
+ </table>
23
+ <p>%extraconfigdatadisplay%</p>
24
+ <p>
25
+ <p>%newconfigurationresult%</p>
26
+
27
+
28
+
29
+ </tab>"
30
+
@@ -0,0 +1,29 @@
1
+ $rwdguivar=
2
+ "
3
+ <tab name=\"diagnostictab\" caption=\"Diagnostic Tab\">
4
+ <horizontal>
5
+ <button caption=#{Message[:viewplatform_information]} action=\"runviewplatform\"/>
6
+
7
+
8
+ </horizontal>
9
+
10
+ <p>%platformdisplay%</p>
11
+ <horizontal>
12
+
13
+
14
+ </horizontal>
15
+ <horizontal>
16
+ <button caption=\"upload this page of information to the Program Author\" action=\"uploadreturnsfile\"/>
17
+ </horizontal>
18
+ <horizontal>
19
+ <p align=\"right\">Email:(optional)</p> <text size=50 name=\"a_emailupload\"/>
20
+
21
+ </horizontal>
22
+ <p align=\"center\">Comment/Suggestion/Feature Request or Bug Report:(optional)</p> <textarea name=\"a_commentupload\"/>
23
+
24
+ <p>%returnsftpdisplay%</p>
25
+
26
+ </tab>"
27
+
28
+
29
+
@@ -0,0 +1,17 @@
1
+ $rwdguivar=
2
+ "
3
+ <tab name=selectiontab caption=#{Message[:selection_tab]}>
4
+ <horizontal>
5
+ <button caption=#{Message[:showjump_links]} action=\"showjumplinkoptions\"/>
6
+ <button caption=#{Message[:help]} action=\"runhelpwindowtinkerwin2\"/>
7
+ </horizontal>
8
+ <table>
9
+ <select name=\"a_jumplinkinput\"> %%jumplinkoptions%% </select>
10
+
11
+ </table>
12
+
13
+ <horizontal>
14
+ <button caption=#{Message[:jumptoapplication_location]} action=\"runjumplinkcommand\"/>
15
+ </horizontal>
16
+ </tab>
17
+ "
@@ -0,0 +1,6 @@
1
+ $rwdguivar=
2
+ "
3
+ </tabs>
4
+ </window>"
5
+
6
+
@@ -0,0 +1,4 @@
1
+ $rwdguivar=
2
+ "<application>
3
+ <window name=\"tinkerbellwindow\" title=\"TinkerBell RwdTinker\">
4
+ <tabs>"
@@ -0,0 +1,37 @@
1
+ $rwdguivar=
2
+ "
3
+ <tab name=\"tinkerbellgui\" caption=\"Edit GUI definition\">
4
+
5
+ <table>
6
+ <row>Edit your GUI design on this Tab (select which tab)</row>
7
+ <row> <p> </row>
8
+ <row>
9
+ <select name=\"a_tinkerbellguiselect\"> %%tinkerbellguitabs%% </select>
10
+ <button caption=\"Load Tabs\" action=\"loadtinkerbelltablist\"/>
11
+ </row>
12
+ </table>
13
+ <horizontal>
14
+ <button caption=\"Open Design\" action=\"loadguitabdesign\"/>
15
+
16
+ <button caption=\"Launch New Gui!\" action=\"launchtinkerbellnew\"/>
17
+
18
+ <button caption=\"Save Changes\" action=\"savetinkerbellguirecord\"/>
19
+
20
+ <button caption=\"Help\" action=\"runhelpwindowtinkerbell\"/>
21
+ <button caption=\"Clear\" action=\"clearguiscreentinkerbell\"/>
22
+
23
+ </horizontal>
24
+ <textarea name=\"tinkerbellguidesign\"/>
25
+
26
+ <horizontal>
27
+
28
+ <button caption=\"Save Changes\" action=\"savetinkerbellguirecord\"/>
29
+
30
+ </horizontal>
31
+
32
+
33
+
34
+
35
+ <p></p>
36
+
37
+ </tab>"
@@ -0,0 +1,37 @@
1
+ $rwdguivar=
2
+ "
3
+ <tab name=\"tinkerbellcode\" caption=\"Edit CODE files\">
4
+
5
+ <table>
6
+ <row>Edit your CODE files on this Tab (select which tab)</row>
7
+ <row> <p> </row>
8
+ <row>
9
+ <select name=\"a_tinkerbellcodeselect\"> %%tinkerbellcodetabs%% </select>
10
+ <button caption=\"Load File Names\" action=\"loadtinkerbellcodetablist\"/>
11
+ </row>
12
+ </table>
13
+ <horizontal>
14
+ <button caption=\"Open Code\" action=\"loadcodetabdesign\"/>
15
+
16
+ <button caption=\"Launch New Gui!\" action=\"launchtinkerbellnew\"/>
17
+
18
+ <button caption=\"Save Changes\" action=\"savetinkerbellcoderecord\"/>
19
+
20
+ <button caption=\"Help\" action=\"runhelpwindowtinkerbell\"/>
21
+ <button caption=\"Clear\" action=\"clearcodescreentinkerbell\"/>
22
+
23
+ </horizontal>
24
+ <textarea name=\"tinkerbellcodedesign\"/>
25
+
26
+ <horizontal>
27
+
28
+ <button caption=\"Save Changes\" action=\"savetinkerbellcoderecord\"/>
29
+
30
+ </horizontal>
31
+
32
+
33
+
34
+
35
+ <p></p>
36
+
37
+ </tab>"
@@ -0,0 +1,27 @@
1
+ $rwdguivar=
2
+ "
3
+ <tab name=\"viewtinkerbellconfiguration\" caption=\"TinkerBell Configuration\">
4
+
5
+
6
+
7
+ <table>
8
+ <row> <p> </row>
9
+ <row> <p align=\"right\">You can view or edit the tinkerbell configuration file here</row>
10
+ <row> <p> </row>
11
+ <horizontal>
12
+ <button caption=\"Fill Record\" action=\"loadtinkerbellconfiguration\"/>
13
+ <button caption=\"Save Changes\" action=\"savetinkerbellconfiguration\"/>
14
+ <button caption=\"Reload Variables\" action=\"loadtinkerbellconfigurationvariables\"/>
15
+ <button caption=\"Help\" action=\"runhelpwindowtinkerbell\"/>
16
+ </horizontal>
17
+ <table>
18
+
19
+ <textarea name=\"a_tinkerbellconfigurationfile\"/> </row>
20
+
21
+ </table>
22
+
23
+
24
+
25
+
26
+ </tab>"
27
+
@@ -0,0 +1,17 @@
1
+ $rwdguivar=
2
+ "
3
+ <tab name=selectiontab caption=#{Message[:selection_tab]}>
4
+ <horizontal>
5
+ <button caption=#{Message[:showjump_links]} action=\"showjumplinkoptions\"/>
6
+ <button caption=#{Message[:help]} action=\"runhelpwindowtinkerwin2\"/>
7
+ </horizontal>
8
+ <table>
9
+ <select name=\"a_jumplinkinput\"> %%jumplinkoptions%% </select>
10
+
11
+ </table>
12
+
13
+ <horizontal>
14
+ <button caption=#{Message[:jumptoapplication_location]} action=\"runjumplinkcommand\"/>
15
+ </horizontal>
16
+ </tab>
17
+ "
@@ -0,0 +1,6 @@
1
+ $rwdguivar=
2
+ "
3
+ </tabs>
4
+ </window>"
5
+
6
+
@@ -0,0 +1,4 @@
1
+ $rwdguivar=
2
+ "
3
+ <window name = \"tinkerbellbackwindow\" title=\"TinkerBell backwindow - \">
4
+ <tabs>"
@@ -0,0 +1,15 @@
1
+ $rwdguivar=
2
+ "
3
+ <tab name=\"rwdshellruby\" caption=\"ruby\">
4
+ <table>
5
+ <row> <p align=\"left\">Ruby Command:</p> <text size=50 name=\"a_rubyevaltinkerbell\"/> </row>
6
+ </table>
7
+ <horizontal>
8
+ <button caption=\"Execute\" action=\"rubyevaltinkerbell\"/>
9
+ <button caption=\"Cancel\" action=\"main\"/>
10
+ <button caption=\"Help\" action=\"runhelpwindowtinkerbell\"/>
11
+ </horizontal>
12
+ <p>%rubydisplaytinkerbell%</p>
13
+
14
+ </tab>"
15
+
@@ -0,0 +1,17 @@
1
+ $rwdguivar=
2
+ "
3
+ <tab name=\"rwdlinesruby\" caption=\"ruby lines\">
4
+ <table>
5
+
6
+ </table>
7
+ <horizontal>
8
+ <button caption=\"Execute\" action=\"rubyevaltinkerbell\"/>
9
+ <button caption=\"Cancel\" action=\"main\"/>
10
+ <button caption=\"Help\" action=\"runhelpwindowtinkerbell\"/>
11
+ </horizontal>
12
+ <row>
13
+ <textarea name=\"a_rubyevaltinkerbell\"/> </row>
14
+ <p>%rubydisplaytinkerbell%</p>
15
+
16
+ </tab>"
17
+
@@ -0,0 +1,17 @@
1
+ $rwdguivar=
2
+ "
3
+ <tab name=RwdwordsMenu caption=Menu>
4
+ <horizontal>
5
+ <button caption=\"Show Jump Links\" action=\"showjumplinkoptions\"/>
6
+
7
+ </horizontal>
8
+ <table>
9
+ <select name=\"a_jumplinkinput\"> %%jumplinkoptions%% </select>
10
+
11
+ </table>
12
+
13
+ <horizontal>
14
+ <button caption=\"Jump to Application Location\" action=\"runjumplinkcommand\"/>
15
+ </horizontal>
16
+ </tab>
17
+ "
@@ -0,0 +1,6 @@
1
+ $rwdguivar=
2
+ "
3
+ </tabs>
4
+ </window>"
5
+
6
+
@@ -0,0 +1,31 @@
1
+ $rwdguivar=
2
+ "
3
+ <window name = \"rwdtinkerhelpwindow\" title=#{Message[:rwdtinker_help]}>
4
+ <horizontal>
5
+ %rwdhelptopic%
6
+ </horizontal>
7
+
8
+ <table>
9
+ <row> <p></row>
10
+
11
+ </table>
12
+ <horizontal>
13
+ %%rwdhelpdataoutput%%
14
+ </horizontal>
15
+ <row> <p></row>
16
+ <table>
17
+
18
+
19
+ <row> <p></row>
20
+ </table>
21
+ <horizontal>
22
+
23
+ <button caption=\"Return\" action=\"rwdwindowreturn\"/>
24
+ </horizontal>
25
+ <table>
26
+ <row> <p></row>
27
+
28
+ </table>
29
+
30
+ %%rwdhelpsubchoicesoutput%%
31
+ "
@@ -0,0 +1,4 @@
1
+ $rwdguivar=
2
+ "</window>"
3
+
4
+
@@ -0,0 +1,19 @@
1
+ $rwdguivar=
2
+ "
3
+ <window name = \"applicationversion\" title=#{Message[:application_version]}>
4
+
5
+ <row> <p></row>
6
+ <p>%versionappnamedisplay%</p>
7
+ <row> <p></row>
8
+ <p>%versioncopyrightdisplay%</p>
9
+
10
+ <row> <p></row>
11
+ <p>%versionnumberdisplay%</p>
12
+
13
+ <horizontal>
14
+ <button caption=#{Message[:return]} action=returntomain/>
15
+ </horizontal>
16
+
17
+ </window>"
18
+
19
+
@@ -0,0 +1,17 @@
1
+ $rwdguivar=
2
+ "
3
+ <window name=tinkerhelpabout title=#{Message[:help_about]}>
4
+ <horizontal>
5
+ <button caption=#{Message[:showhelpabout_links]} action=\"setuphelpaboutoptions\"/>
6
+
7
+ </horizontal>
8
+ <table>
9
+ <select name=\"a_helpaboutinput\"> %%helpaboutoptions%% </select>
10
+
11
+ </table>
12
+
13
+ <horizontal>
14
+ <button caption=#{Message[:openselectedhelp_about]} action=\"runrwdtinkerversion\"/>
15
+ </horizontal>
16
+ </window>
17
+ "
@@ -0,0 +1,4 @@
1
+ $rwdguivar=
2
+ "
3
+ </application>"
4
+