rwdruby 1.05

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (185) hide show
  1. data/Readme.txt +462 -0
  2. data/bin/rwdruby +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.rwdshell/0runrefreshacpi.rb +7 -0
  24. data/code/superant.com.rwdshell/0uninstallapplet.rb +16 -0
  25. data/code/superant.com.rwdshell/changescriptname.rb +16 -0
  26. data/code/superant.com.rwdshell/clearrubyscreendisplay.rb +7 -0
  27. data/code/superant.com.rwdshell/clearscriptscreendisplay.rb +9 -0
  28. data/code/superant.com.rwdshell/deletescriptrecord.rb +20 -0
  29. data/code/superant.com.rwdshell/helptexthashshell.rb +31 -0
  30. data/code/superant.com.rwdshell/listrubyscripts.rb +13 -0
  31. data/code/superant.com.rwdshell/listscripts.rb +13 -0
  32. data/code/superant.com.rwdshell/loadconfigurationrecord.rb +26 -0
  33. data/code/superant.com.rwdshell/loadconfigurationvariables.rb +14 -0
  34. data/code/superant.com.rwdshell/loadrubyscriptrecord.rb +20 -0
  35. data/code/superant.com.rwdshell/loadscriptrecord.rb +20 -0
  36. data/code/superant.com.rwdshell/openhelpwindowshell.rb +33 -0
  37. data/code/superant.com.rwdshell/playrubyscript.rb +23 -0
  38. data/code/superant.com.rwdshell/playscript.rb +23 -0
  39. data/code/superant.com.rwdshell/refresh.rb +19 -0
  40. data/code/superant.com.rwdshell/refreshacpi.rb +16 -0
  41. data/code/superant.com.rwdshell/rubyeval.rb +28 -0
  42. data/code/superant.com.rwdshell/runrwdshellbackwindow.rb +10 -0
  43. data/code/superant.com.rwdshell/runrwdshellwindow.rb +12 -0
  44. data/code/superant.com.rwdshell/rwdtinkerversion.rb +10 -0
  45. data/code/superant.com.rwdshell/savechangedscript.rb +19 -0
  46. data/code/superant.com.rwdshell/saveconfigurationrecord.rb +18 -0
  47. data/code/superant.com.rwdshell/saverubyrecord.rb +19 -0
  48. data/code/superant.com.rwdshell/shelleval.rb +20 -0
  49. data/code/superant.com.rwdshell/test_cases.rb +45 -0
  50. data/code/superant.com.rwdshell/viewrubyscript.rb +18 -0
  51. data/code/superant.com.rwdshell/viewscript.rb +18 -0
  52. data/code/superant.com.rwdtinkerbackwindow/diagnostictab.rb +19 -0
  53. data/code/superant.com.rwdtinkerbackwindow/helptexthashtinkerwin2.rb +61 -0
  54. data/code/superant.com.rwdtinkerbackwindow/initiateapplets.rb +240 -0
  55. data/code/superant.com.rwdtinkerbackwindow/installgemapplet.rb +34 -0
  56. data/code/superant.com.rwdtinkerbackwindow/installremotegem.rb +20 -0
  57. data/code/superant.com.rwdtinkerbackwindow/listgemdirs.rb +12 -0
  58. data/code/superant.com.rwdtinkerbackwindow/listgemzips.rb +53 -0
  59. data/code/superant.com.rwdtinkerbackwindow/listinstalledfiles.rb +12 -0
  60. data/code/superant.com.rwdtinkerbackwindow/listzips.rb +27 -0
  61. data/code/superant.com.rwdtinkerbackwindow/loadconfigurationrecord.rb +22 -0
  62. data/code/superant.com.rwdtinkerbackwindow/loadconfigurationvariables.rb +14 -0
  63. data/code/superant.com.rwdtinkerbackwindow/network.rb +87 -0
  64. data/code/superant.com.rwdtinkerbackwindow/openappletname.rb +19 -0
  65. data/code/superant.com.rwdtinkerbackwindow/openhelpwindowtinkerwin2.rb +38 -0
  66. data/code/superant.com.rwdtinkerbackwindow/remotegemlist.rb +24 -0
  67. data/code/superant.com.rwdtinkerbackwindow/removeapplet.rb +46 -0
  68. data/code/superant.com.rwdtinkerbackwindow/removeappletvariables.rb +52 -0
  69. data/code/superant.com.rwdtinkerbackwindow/runremoteinstall.rb +11 -0
  70. data/code/superant.com.rwdtinkerbackwindow/runrwdtinkerbackwindow.rb +15 -0
  71. data/code/superant.com.rwdtinkerbackwindow/rwdtinkerwin2version.rb +13 -0
  72. data/code/superant.com.rwdtinkerbackwindow/saveconfigurationrecord.rb +19 -0
  73. data/code/superant.com.rwdtinkerbackwindow/viewappletcontents.rb +22 -0
  74. data/code/superant.com.rwdtinkerbackwindow/viewgemappletcontents.rb +24 -0
  75. data/code/zz0applicationend/zz0end.rb +4 -0
  76. data/configuration/language.dist +8 -0
  77. data/configuration/rwdapplicationidentity.dist +3 -0
  78. data/configuration/rwdtinker.dist +18 -0
  79. data/configuration/rwdwruby-1.05.dist +24 -0
  80. data/configuration/tinkerwin2variables.dist +17 -0
  81. data/gui/00coreguibegin/applicationguitop.rwd +4 -0
  82. data/gui/frontwindow0/cc0openphoto.rwd +22 -0
  83. data/gui/frontwindowselections/00selectiontabbegin.rwd +11 -0
  84. data/gui/frontwindowselections/jumplinkcommands.rwd +15 -0
  85. data/gui/frontwindowselections/wwselectionend.rwd +3 -0
  86. data/gui/frontwindowtdocuments/00documentbegin.rwd +6 -0
  87. data/gui/frontwindowtdocuments/tinkerdocuments.rwd +14 -0
  88. data/gui/frontwindowtdocuments/zzdocumentend.rwd +8 -0
  89. data/gui/helpaboutbegin/zzzrwdlasttab.rwd +6 -0
  90. data/gui/helpaboutbegin/zzzzhelpscreenstart.rwd +3 -0
  91. data/gui/helpaboutbegin/zzzzzzhelpabouttab.rwd +15 -0
  92. data/gui/helpaboutzend/helpscreenend.rwd +3 -0
  93. data/gui/helpaboutzend/zhelpscreenstart2.rwd +3 -0
  94. data/gui/helpaboutzend/zzzzhelpabout2.rwd +15 -0
  95. data/gui/helpaboutzend/zzzzhelpscreen2end.rwd +3 -0
  96. data/gui/tinkerbackwindows/superant.com.ashellscripts/1appname.rwd +5 -0
  97. data/gui/tinkerbackwindows/superant.com.ashellscripts/1rwdrubyeval.rwd +14 -0
  98. data/gui/tinkerbackwindows/superant.com.ashellscripts/2listplayscripts.rwd +17 -0
  99. data/gui/tinkerbackwindows/superant.com.ashellscripts/2listscripts.rwd +25 -0
  100. data/gui/tinkerbackwindows/superant.com.ashellscripts/3editscripts.rwd +26 -0
  101. data/gui/tinkerbackwindows/superant.com.ashellscripts/4scriptutilities.rwd +24 -0
  102. data/gui/tinkerbackwindows/superant.com.ashellscripts/6rwdshelleval.rwd +15 -0
  103. data/gui/tinkerbackwindows/superant.com.ashellscripts/98jumplinkcommands.rwd +17 -0
  104. data/gui/tinkerbackwindows/superant.com.ashellscripts/zbackend.rwd +6 -0
  105. data/gui/tinkerbackwindows/superant.com.refreshacpi/1appname.rwd +4 -0
  106. data/gui/tinkerbackwindows/superant.com.refreshacpi/2rwdrefresh.rwd +14 -0
  107. data/gui/tinkerbackwindows/superant.com.refreshacpi/3rwdacpirefresh.rwd +14 -0
  108. data/gui/tinkerbackwindows/superant.com.refreshacpi/81jumplinkcommands.rwd +17 -0
  109. data/gui/tinkerbackwindows/superant.com.refreshacpi/z9end.rwd +6 -0
  110. data/gui/tinkerbackwindows/superant.com.refreshwindow/rwdrefresh.rwd +13 -0
  111. data/gui/tinkerbackwindows/superant.com.refreshwindow/rwdrefreshacpi.rwd +11 -0
  112. data/gui/tinkerbackwindows/superant.com.rwdshellbackwindow/1appname.rwd +5 -0
  113. data/gui/tinkerbackwindows/superant.com.rwdshellbackwindow/44listplayscripts.rwd +19 -0
  114. data/gui/tinkerbackwindows/superant.com.rwdshellbackwindow/45listscripts.rwd +25 -0
  115. data/gui/tinkerbackwindows/superant.com.rwdshellbackwindow/46editscriptrecord.rwd +30 -0
  116. data/gui/tinkerbackwindows/superant.com.rwdshellbackwindow/92viewconfiguration.rwd +32 -0
  117. data/gui/tinkerbackwindows/superant.com.rwdshellbackwindow/94rwddiagnostics.rwd +16 -0
  118. data/gui/tinkerbackwindows/superant.com.rwdshellbackwindow/98jumplinkcommands.rwd +17 -0
  119. data/gui/tinkerbackwindows/superant.com.rwdshellbackwindow/zbackend.rwd +6 -0
  120. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/1appname.rwd +5 -0
  121. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/40rwdlistzips.rwd +41 -0
  122. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/45installremotezip.rwd +44 -0
  123. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/50rwdlistapplets.rwd +44 -0
  124. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/60editconfiguration.rwd +30 -0
  125. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/70rwddiagnostics.rwd +29 -0
  126. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/81jumplinkcommands.rwd +17 -0
  127. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/9backend.rwd +6 -0
  128. data/gui/tinkerbackwindows/superant.com.tinkerhelpwindow/1appname.rwd +31 -0
  129. data/gui/tinkerbackwindows/superant.com.tinkerhelpwindow/9end.rwd +4 -0
  130. data/gui/tinkerbackwindows/superant.com.versionwindow/1appname.rwd +19 -0
  131. data/gui/tinkerbackwindows/superant.com.versionwindow/helpaboutwindow.rwd +17 -0
  132. data/gui/zzcoreguiend/yy9rwdend.rwd +4 -0
  133. data/init.rb +277 -0
  134. data/installed/rwdrubydata1.inf +6 -0
  135. data/installed/rwdwruby-1.05.inf +13 -0
  136. data/installed/temp.rb +1 -0
  137. data/lang/en/rwdcore/languagefile.rb +58 -0
  138. data/lang/es/rwdcore/languagefile-es.rb +62 -0
  139. data/lang/fr/rwdcore/languagefile.rb +64 -0
  140. data/lang/jp/rwdcore/languagefile.rb +72 -0
  141. data/lang/nl/rwdcore/languagefile.rb +75 -0
  142. data/lib/rconftool.rb +380 -0
  143. data/lib/rwd/browser.rb +123 -0
  144. data/lib/rwd/ftools.rb +174 -0
  145. data/lib/rwd/mime.rb +328 -0
  146. data/lib/rwd/net.rb +866 -0
  147. data/lib/rwd/ruby.rb +889 -0
  148. data/lib/rwd/rwd.rb +1942 -0
  149. data/lib/rwd/sgml.rb +236 -0
  150. data/lib/rwd/thread.rb +63 -0
  151. data/lib/rwd/tree.rb +371 -0
  152. data/lib/rwd/xml.rb +101 -0
  153. data/lib/zip/ioextras.rb +114 -0
  154. data/lib/zip/stdrubyext.rb +111 -0
  155. data/lib/zip/tempfile_bugfixed.rb +195 -0
  156. data/lib/zip/zip.rb +1378 -0
  157. data/lib/zip/zipfilesystem.rb +558 -0
  158. data/lib/zip/ziprequire.rb +61 -0
  159. data/rwd_files/HowTo_Ruby.txt +311 -0
  160. data/rwd_files/HowTo_Tinker.txt +471 -0
  161. data/rwd_files/HowTo_TinkerWin2.txt +202 -0
  162. data/rwd_files/Readme.txt +57 -0
  163. data/rwd_files/RubyWebDialogs.html +6 -0
  164. data/rwd_files/favicon.ico +0 -0
  165. data/rwd_files/rdoc-style.css +175 -0
  166. data/rwd_files/rwdapplications.html +54 -0
  167. data/rwd_files/tinker.png +0 -0
  168. data/rwdconfig.dist +21 -0
  169. data/rwdruby.rb +1 -0
  170. data/tests/RubyGauge.rb +179 -0
  171. data/tests/checkdepends.sh +4 -0
  172. data/tests/cleancnf.sh +6 -0
  173. data/tests/makedist-rwdwruby.rb +56 -0
  174. data/tests/makedist.rb +66 -0
  175. data/tests/rdep.rb +354 -0
  176. data/tests/totranslate.lang +93 -0
  177. data/zips/rwdwaddresses-1.05.zip +0 -0
  178. data/zips/rwdwcalc-0.61.zip +0 -0
  179. data/zips/rwdwfoldeditor-0.02.zip +0 -0
  180. data/zips/rwdwgutenberg-0.09.zip +0 -0
  181. data/zips/rwdwruby-1.05.zip +0 -0
  182. data/zips/rwdwschedule-1.04.zip +0 -0
  183. data/zips/temp.rb +1 -0
  184. data/zips/wrubyslippers-1.06.zip +0 -0
  185. metadata +245 -0
@@ -0,0 +1,24 @@
1
+ $rwdguivar=
2
+ "
3
+ <tab name=\"scriptutilitiesrwdshell\" caption=\"Script Utilities\">
4
+
5
+ <table>
6
+ <row> <p align=\"right\">Script Title:</p> <text name=\"a_scriptfilename\"/> </row>
7
+ <row> <p align=\"right\">New Name:</p> <text name=\"a_changescriptname\"/> </row>
8
+
9
+ </table>
10
+
11
+ <horizontal>
12
+ <button caption=\"Rename Script \" action=\"changescriptname\"/>
13
+ <button caption=\"Delete Script\" action=\"deletescriptrecord\"/>
14
+ </horizontal>
15
+
16
+ <p>%%scriptfilechangeresult%%</p>
17
+ <horizontal>
18
+ <button caption=\"List Scripts\" action=\"listscripts\"/>
19
+
20
+
21
+ </horizontal>
22
+
23
+ <p>%%listscriptresult%%</p>
24
+ </tab>"
@@ -0,0 +1,15 @@
1
+ $rwdguivar=
2
+ "
3
+ <tab name=\"shelleval\" caption=\"Shell Eval CMD\">
4
+
5
+ <table>
6
+ <row> <p align=\"right\">Shell Command:</p> <text name=\"a_shelleval\"/> </row>
7
+ <horizontal>
8
+ <button caption=\"Execute\" action=\"shelleval\"/>
9
+
10
+ </horizontal>
11
+
12
+ </table>
13
+ <p>%result%</p>
14
+
15
+ </tab>"
@@ -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,4 @@
1
+ $rwdguivar=
2
+ "
3
+ <window name = \"rwdrefreshacpiwindow\" title=\"refreshacpi - \">
4
+ <tabs>"
@@ -0,0 +1,14 @@
1
+ $rwdguivar=
2
+ "
3
+ <tab name=\"rwdrefresh\" caption=\"Refresh Time\">
4
+ <table>
5
+ <row> This applet will open a replacement window in this same browser screen</row>
6
+ <row><p> You should see that new window refresh every 5 seconds with the date and time</row>
7
+ <row><p> </row>
8
+ <row><p> You can return to this screen by clicking on back arrows or the cancel button</row>
9
+ <row><p> </row>
10
+
11
+ </table>
12
+ <button caption=\'Start Refresh\' action=\'refreshrun\'/>
13
+ </tab>"
14
+
@@ -0,0 +1,14 @@
1
+ $rwdguivar=
2
+ "
3
+ <tab name=\"rwdrefreshacpi\" caption=\"Refresh ACPI\">
4
+ <table>
5
+ <row> This applet will open a replacement window in this same browser screen</row>
6
+ <row><p> You should see that new window refresh every 5 seconds with the date and time</row>
7
+ <row><p> and acpi status if you have it</row>
8
+ <row><p> You can return to this screen by clicking on back arrows or the cancel button</row>
9
+ <row><p> The command to change to work on non Linux systems is in the refreshacpi.cnf file</row>
10
+
11
+ </table>
12
+ <button caption=\'Start Refresh\' action=\'refreshrunacpi\'/>
13
+ </tab>"
14
+
@@ -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,13 @@
1
+ $rwdguivar=
2
+ "
3
+ <window name=\"refreshwindowtwo\" title=\"Refresh\" refresh=\'5\'>
4
+ <b>
5
+ <p>%refreshnumber%</p>
6
+ <p></p>
7
+ <p>%refreshresult1%</p>
8
+ <p></p>
9
+ <p>%refreshresult2%</p>
10
+ </b>
11
+ <cancel/>
12
+ </window>"
13
+
@@ -0,0 +1,11 @@
1
+ $rwdguivar=
2
+ "
3
+ <window name=\"refreshwindowthree\" title=\"Refresh Acpi\" refresh=\'5\'>
4
+ <p>%refreshnumber%</p>
5
+ <p>%refreshresult%</p>
6
+ <small>
7
+ <p>%acpitracking%</p>
8
+ </small>
9
+ <cancel/>
10
+ </window>"
11
+
@@ -0,0 +1,5 @@
1
+ $rwdguivar=
2
+ "
3
+ <window name = \"rwdrubybackwindow\" title=\"RwdRuby Back Window\">
4
+
5
+ <tabs>"
@@ -0,0 +1,19 @@
1
+ $rwdguivar=
2
+ "
3
+ <tab name=\"rwdrubyscriptlister\" caption=\"List\\Run Ruby Scripts\">
4
+ <horizontal>
5
+ <text name=\"a_rwdrubyx\"/>
6
+ <text name=\"a_rwdrubyy\"/>
7
+ </horizontal>
8
+ <table>
9
+ <row> <p align=\"right\">Script Name:</p> <text name=\"a_rubyscriptcmd\"/> </row>
10
+
11
+ </table>
12
+
13
+ <horizontal>
14
+ <button caption=\"Execute\" action=\"playrubyscript\"/>
15
+
16
+
17
+ </horizontal>
18
+ <p>%playrubyscript_display%</p>"
19
+
@@ -0,0 +1,25 @@
1
+ $rwdguivar=
2
+ "
3
+ <table>
4
+ <row> <p align=\"right\">ScriptName:</p> <text name=\"a_rubyscriptfilename\"/> </row>
5
+
6
+ </table>
7
+
8
+ <horizontal>
9
+ <button caption=\"ViewScript\" action=\"viewrubyscript\"/>
10
+ <button caption=\"Help\" action=\"runhelpwindowrwdshell\"/>
11
+
12
+ </horizontal>
13
+ <p>%displayrubyscripttext%</p>
14
+
15
+ <horizontal>
16
+
17
+ <button caption=\"ListFiles\" action=\"listrubyscripts\"/>
18
+ <button caption=\"Cancel\" action=\"main\"/>
19
+
20
+ </horizontal>
21
+ <p>%%listrubyscriptresult%%</p>
22
+ </tab>"
23
+
24
+
25
+
@@ -0,0 +1,30 @@
1
+ $rwdguivar=
2
+ "
3
+ <tab name=\"editrubyrecordfile\" caption=\"Edit Script\">
4
+ <table>
5
+ <row> <p> </row>
6
+ <row> <p align=\"right\">:You can create a new record here or edit one</row>
7
+ <row> <p> </row>
8
+ <horizontal>
9
+ <button caption=\"Fill Record\" action=\"loadrubyscriptrecord\"/>
10
+ <button caption=\"Save Changes\" action=\"saverubyrecord\"/>
11
+ <button caption=\"Clear\" action=\"clearrubyscreendisplay\"/>
12
+ <button caption=\"Help\" action=\"runhelpwindowrwdshell\"/>
13
+ </horizontal>
14
+ <horizontal>
15
+ <row> <p align=\"right\">FileName:</p>
16
+ <text name=\"a_rubyscriptfilename\"/>
17
+ </horizontal>
18
+ <table>
19
+ <textarea name=\"a_rubyscriptrecord\"/> </row>
20
+
21
+
22
+ </table>
23
+
24
+ <p>
25
+ <p>%newrubyresult%</p>
26
+
27
+
28
+
29
+ </tab>"
30
+
@@ -0,0 +1,32 @@
1
+ $rwdguivar=
2
+ "
3
+ <tab name=\"viewrwdrubyconfiguration\" caption=\"RwdRuby Configuration\">
4
+
5
+
6
+
7
+ <table>
8
+ <row> <p> </row>
9
+ <row> <p align=\"right\">You can view or edit the RwdShell configuration file here</row>
10
+ <row> <p> </row>
11
+ <horizontal>
12
+ <button caption=\"Fill Record\" action=\"loadrwdshellconfiguration\"/>
13
+ <button caption=\"Save Changes\" action=\"saverwdshellconfiguration\"/>
14
+ <button caption=\"Reload Variables\" action=\"loadrwdshellconfigurationvariables\"/>
15
+ <button caption=\"Help\" action=\"runhelpwindowrwdshell\"/>
16
+ </horizontal>
17
+ <table>
18
+
19
+ <row> <p align=\"right\">FileName:</p> <text size=70 name=\"a_rshellconfigurationfilename\"/> </row>
20
+ </table>
21
+ <table>
22
+ <textarea name=\"a_rshellconfiguration\"/>
23
+
24
+ </table>
25
+
26
+ <p>
27
+ <p>%newrshellconfigurationresult%</p>
28
+
29
+
30
+
31
+ </tab>"
32
+
@@ -0,0 +1,16 @@
1
+ $rwdguivar=
2
+ "
3
+ <tab name=\"diagnostictab\" caption=\"Diagnostic Tab\">
4
+
5
+
6
+ <horizontal>
7
+ <button caption=\"view platform\" action=\"runviewplatform\"/>
8
+
9
+ </horizontal>
10
+
11
+ <p>%platformdisplay%</p>
12
+
13
+ </tab>"
14
+
15
+
16
+
@@ -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
+