rwdhypernote 0.03

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 (149) hide show
  1. data/Notes/changes.lnk +1 -0
  2. data/Notes/changes.txt +1 -0
  3. data/Notes/hypernote/hypernote01.txt +1 -0
  4. data/Notes/hypernote/hypernote02.txt +1 -0
  5. data/Notes/hypernote/newnote3.txt +2 -0
  6. data/Notes/rwdtinker/RwdtinkerProgrammingQuickStart.lnk +1 -0
  7. data/Notes/rwdtinker/RwdtinkerProgrammingQuickStart.txt +11 -0
  8. data/Notes/rwdtinker/newnote.txt +1 -0
  9. data/Notes/rwdtinker/rwdtinker01.txt +9 -0
  10. data/Notes/rwdtinker/testnote2.txt +1 -0
  11. data/Readme.txt +97 -0
  12. data/bin/rwdhypernote +19 -0
  13. data/code/01rwdcore/01rwdcore.rb +20 -0
  14. data/code/01rwdcore/02helptexthashbegin.rb +4 -0
  15. data/code/01rwdcore/03helptexthash.rb +31 -0
  16. data/code/01rwdcore/04helptextend.rb +6 -0
  17. data/code/01rwdcore/openhelpwindow.rb +31 -0
  18. data/code/01rwdcore/returntomain.rb +10 -0
  19. data/code/01rwdcore/rwdtinkerversion.rb +15 -0
  20. data/code/01rwdcore/rwdwindowreturn.rb +11 -0
  21. data/code/superant.com.hypernote/archiveevent.rb +14 -0
  22. data/code/superant.com.hypernote/changehypernotename.rb +21 -0
  23. data/code/superant.com.hypernote/clearhypernotescreendisplay.rb +8 -0
  24. data/code/superant.com.hypernote/clearlinkscreendisplay.rb +8 -0
  25. data/code/superant.com.hypernote/copyfilename.rb +10 -0
  26. data/code/superant.com.hypernote/createnewnote.rb +14 -0
  27. data/code/superant.com.hypernote/deletehypernoterecord.rb +20 -0
  28. data/code/superant.com.hypernote/helptexthashrwdhypernote.rb +60 -0
  29. data/code/superant.com.hypernote/hyperlinkcreatelinkfile.rb +19 -0
  30. data/code/superant.com.hypernote/listhypernotelinks.rb +52 -0
  31. data/code/superant.com.hypernote/listhypernotes.rb +55 -0
  32. data/code/superant.com.hypernote/listlinknotes.rb +33 -0
  33. data/code/superant.com.hypernote/loadconfigurationrecord.rb +34 -0
  34. data/code/superant.com.hypernote/loadconfigurationvariables.rb +13 -0
  35. data/code/superant.com.hypernote/loadlinksrecord.rb +21 -0
  36. data/code/superant.com.hypernote/loadnoterecord.rb +24 -0
  37. data/code/superant.com.hypernote/openhelpwindowrwdhyernote.rb +23 -0
  38. data/code/superant.com.hypernote/returntomain.rb +10 -0
  39. data/code/superant.com.hypernote/rwdhypernotehelpabout.rb +14 -0
  40. data/code/superant.com.hypernote/saveconfigurationrecord.rb +18 -0
  41. data/code/superant.com.hypernote/savehypernoterecord.rb +20 -0
  42. data/code/superant.com.hypernote/savelinkrecord.rb +23 -0
  43. data/code/superant.com.hypernote/viewrwdschedulesconfiguration.rb +21 -0
  44. data/code/superant.com.rwdtinkerbackwindow/controlclient.rb +99 -0
  45. data/code/superant.com.rwdtinkerbackwindow/diagnostictab.rb +21 -0
  46. data/code/superant.com.rwdtinkerbackwindow/helptexthashtinkerwin2.rb +58 -0
  47. data/code/superant.com.rwdtinkerbackwindow/installapplet.rb +22 -0
  48. data/code/superant.com.rwdtinkerbackwindow/installgemapplet.rb +20 -0
  49. data/code/superant.com.rwdtinkerbackwindow/installremotegem.rb +19 -0
  50. data/code/superant.com.rwdtinkerbackwindow/listgemdirs.rb +12 -0
  51. data/code/superant.com.rwdtinkerbackwindow/listgemzips.rb +54 -0
  52. data/code/superant.com.rwdtinkerbackwindow/listinstalledfiles.rb +11 -0
  53. data/code/superant.com.rwdtinkerbackwindow/listzips.rb +31 -0
  54. data/code/superant.com.rwdtinkerbackwindow/loadconfigurationrecord.rb +32 -0
  55. data/code/superant.com.rwdtinkerbackwindow/loadconfigurationvariables.rb +13 -0
  56. data/code/superant.com.rwdtinkerbackwindow/network.rb +87 -0
  57. data/code/superant.com.rwdtinkerbackwindow/openappletname.rb +18 -0
  58. data/code/superant.com.rwdtinkerbackwindow/openhelpwindowtinkerwin2.rb +42 -0
  59. data/code/superant.com.rwdtinkerbackwindow/remotegemlist.rb +24 -0
  60. data/code/superant.com.rwdtinkerbackwindow/removeapplet.rb +28 -0
  61. data/code/superant.com.rwdtinkerbackwindow/runrwdtinkerbackwindow.rb +12 -0
  62. data/code/superant.com.rwdtinkerbackwindow/rwdtinkerwin2version.rb +14 -0
  63. data/code/superant.com.rwdtinkerbackwindow/saveconfigurationrecord.rb +18 -0
  64. data/code/superant.com.rwdtinkerbackwindow/viewappletcontents.rb +21 -0
  65. data/code/superant.com.rwdtinkerbackwindow/viewgemappletcontents.rb +21 -0
  66. data/code/zz0applicationend/zz0end.rb +4 -0
  67. data/configuration/language.cnf +5 -0
  68. data/configuration/rwdapplicationidentity.cnf +3 -0
  69. data/configuration/rwdhypernote.cnf +9 -0
  70. data/configuration/rwdhypernoteversion.cnf +3 -0
  71. data/configuration/rwdtinker.cnf +16 -0
  72. data/configuration/rwdtinkerversion.cnf +2 -0
  73. data/configuration/tinkerwin2variables.cnf +12 -0
  74. data/configuration/tinkerwin2version.cnf +3 -0
  75. data/ev/browser.rb +109 -0
  76. data/ev/ftools.rb +170 -0
  77. data/ev/net.rb +750 -0
  78. data/ev/ruby.rb +819 -0
  79. data/ev/rwd.rb +1849 -0
  80. data/ev/sgml.rb +236 -0
  81. data/ev/thread.rb +63 -0
  82. data/ev/tree.rb +343 -0
  83. data/ev/xml.rb +4 -0
  84. data/extras/zip/ioextras.rb +114 -0
  85. data/extras/zip/stdrubyext.rb +111 -0
  86. data/extras/zip/tempfile_bugfixed.rb +195 -0
  87. data/extras/zip/zip.rb +1376 -0
  88. data/extras/zip/zipfilesystem.rb +558 -0
  89. data/extras/zip/ziprequire.rb +61 -0
  90. data/gui/00coreguibegin/applicationguitop.rwd +4 -0
  91. data/gui/frontwindow0/superant.com.hypernote/10viewnote.rwd +32 -0
  92. data/gui/frontwindow0/superant.com.hypernote/20editlinks.rwd +34 -0
  93. data/gui/frontwindow0/superant.com.hypernote/30noteutilities.rwd +27 -0
  94. data/gui/frontwindowselectionbegin/selectiontabbegin/selectiontabbegin.rwd +16 -0
  95. data/gui/frontwindowselections/superant.com.rwdtinkerwin2selectiontab/rwdwin2selectiontab.rwd +12 -0
  96. data/gui/frontwindowselectionzend/viewselectionzend/viewselectionend.rwd +3 -0
  97. data/gui/frontwindowtdocumentbegin/superant.com.documentsbegin/tt0documentbegin.rwd +6 -0
  98. data/gui/frontwindowtdocuments/superant.com.documents/uu5documents.rwd +15 -0
  99. data/gui/frontwindowtdocuments/superant.com.rwdhypernotedocument/rwdhypernotedocument.rwd +5 -0
  100. data/gui/frontwindowtdocuments/superant.com.tinkerwin2documents/uu5documents.rwd +6 -0
  101. data/gui/frontwindowtdocumentzend/superant.com.documentsend/ww0documentend.rwd +12 -0
  102. data/gui/frontwindowz1end/frontwindowend/xx0rwdfirsttab.rwd +6 -0
  103. data/gui/helpaboutbegin/superant.com.helpaboutbegin/ya0helpscreenstart.rwd +3 -0
  104. data/gui/helpaboutinstalled/superant.com.rwdhypernotehelpabout/1versionname.rwd +6 -0
  105. data/gui/helpaboutinstalled/superant.com.rwdhypernotehelpabout/5version.rwd +9 -0
  106. data/gui/helpaboutinstalled/superant.com.rwdwin2helpabout/1appname.rwd +4 -0
  107. data/gui/helpaboutinstalled/superant.com.rwdwin2helpabout/3copyright.rwd +3 -0
  108. data/gui/helpaboutinstalled/superant.com.rwdwin2helpabout/5version.rwd +10 -0
  109. data/gui/helpaboutinstalled/superant.com.tinkerhelpabout/1appname.rwd +4 -0
  110. data/gui/helpaboutinstalled/superant.com.tinkerhelpabout/3copyright.rwd +3 -0
  111. data/gui/helpaboutinstalled/superant.com.tinkerhelpabout/5version.rwd +10 -0
  112. data/gui/helpaboutzend/superant.com.helpaboutend/helpscreenend.rwd +3 -0
  113. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/1appname.rwd +5 -0
  114. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/40rwdlistzips.rwd +42 -0
  115. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/45installremotezip.rwd +44 -0
  116. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/50rwdlistapplets.rwd +44 -0
  117. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/60editconfiguration.rwd +38 -0
  118. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/70rwddiagnostics.rwd +33 -0
  119. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/75rwdcontrol.rwd +33 -0
  120. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/80tab1.rwd +11 -0
  121. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/9backend.rwd +6 -0
  122. data/gui/tinkerbackwindows/superant.com.tinkerhelpwindow/1appname.rwd +31 -0
  123. data/gui/tinkerbackwindows/superant.com.tinkerhelpwindow/9end.rwd +4 -0
  124. data/gui/tinkerbackwindows/superant.com.versionwindow/1appname.rwd +19 -0
  125. data/gui/zzcoreguiend/tinkerapplicationguiend/yy9rwdend.rwd +4 -0
  126. data/init.rb +269 -0
  127. data/lang/alanguagehashbegin.rb +4 -0
  128. data/lang/en/rwdcore/languagefile.rb +16 -0
  129. data/lang/es/rwdcore/languagefile-es.rb +14 -0
  130. data/lang/jp/rwdcore/languagefile.rb +9 -0
  131. data/lang/languagehash.rb +4 -0
  132. data/lang/nl/rwdcore/languagefile.rb +19 -0
  133. data/lang/templangfile.rb +16 -0
  134. data/lang/vlanguagehashend.rb +6 -0
  135. data/lang/wlocallangstart.rb +5 -0
  136. data/lang/xlocallangfile.rb +16 -0
  137. data/lang/zlocallangend.rb +2 -0
  138. data/lib/temp.rb +1 -0
  139. data/rwd_files/HowTo_HyperNote.txt +97 -0
  140. data/rwd_files/HowTo_Tinker.txt +375 -0
  141. data/rwd_files/HowTo_TinkerWin2.txt +202 -0
  142. data/rwd_files/Readme.txt +57 -0
  143. data/rwd_files/favicon.ico +0 -0
  144. data/rwd_files/rdoc-style.css +175 -0
  145. data/rwd_files/rwdapplications.html +54 -0
  146. data/rwd_files/rwdindex.html +6 -0
  147. data/rwd_files/tinker.png +0 -0
  148. data/zips/rwdahelloworld-0.5.zip +0 -0
  149. metadata +202 -0
@@ -0,0 +1,61 @@
1
+ require 'zip/zip'
2
+
3
+ class ZipList
4
+ def initialize(zipFileList)
5
+ @zipFileList = zipFileList
6
+ end
7
+
8
+ def get_input_stream(entry, &aProc)
9
+ @zipFileList.each {
10
+ |zfName|
11
+ Zip::ZipFile.open(zfName) {
12
+ |zf|
13
+ begin
14
+ return zf.get_input_stream(entry, &aProc)
15
+ rescue Errno::ENOENT
16
+ end
17
+ }
18
+ }
19
+ raise Errno::ENOENT,
20
+ "No matching entry found in zip files '#{@zipFileList.join(', ')}' "+
21
+ " for '#{entry}'"
22
+ end
23
+ end
24
+
25
+
26
+ module Kernel
27
+ alias :oldRequire :require
28
+
29
+ def require(moduleName)
30
+ zip_require(moduleName) || oldRequire(moduleName)
31
+ end
32
+
33
+ def zip_require(moduleName)
34
+ return false if already_loaded?(moduleName)
35
+ get_resource(ensure_rb_extension(moduleName)) {
36
+ |zis|
37
+ eval(zis.read); $" << moduleName
38
+ }
39
+ return true
40
+ rescue Errno::ENOENT => ex
41
+ return false
42
+ end
43
+
44
+ def get_resource(resourceName, &aProc)
45
+ zl = ZipList.new($:.grep(/\.zip$/))
46
+ zl.get_input_stream(resourceName, &aProc)
47
+ end
48
+
49
+ def already_loaded?(moduleName)
50
+ moduleRE = Regexp.new("^"+moduleName+"(\.rb|\.so|\.dll|\.o)?$")
51
+ $".detect { |e| e =~ moduleRE } != nil
52
+ end
53
+
54
+ def ensure_rb_extension(aString)
55
+ aString.sub(/(\.rb)?$/i, ".rb")
56
+ end
57
+ end
58
+
59
+ # Copyright (C) 2002 Thomas Sondergaard
60
+ # rubyzip is free software; you can redistribute it and/or
61
+ # modify it under the terms of the ruby license.
@@ -0,0 +1,4 @@
1
+ $rwdguivar=
2
+ "<application>
3
+ <window name=\"main\" title=\"Tinker - RubyWebDialogs\">
4
+ <tabs>"
@@ -0,0 +1,32 @@
1
+ $rwdguivar=
2
+ "
3
+ <tab name=\"superantcomeditnoterecordfile\" caption=\"View/Edit Note\">
4
+
5
+ <table>
6
+ <row>View your event list and detail on this Tab</row>
7
+ <row> <p> </row>
8
+ <row> <p align=\"right\">Note Record:</p> <text size=70 name=\"a_viewhypernote\"/> </row>
9
+
10
+ </table>
11
+ <horizontal>
12
+ <button caption=\"Open Detail\" action=\"loadnoterecord\"/>
13
+
14
+ <button caption=\"Create New Note\" action=\"rwdhypernotecreatenewnote\"/>
15
+ <button caption=\"Save Changes\" action=\"savehypernoterecord\"/>
16
+
17
+
18
+ <button caption=\"Clear\" action=\"clearhypernotescreendisplay\"/>
19
+ <button caption=\"Help\" action=\"runhelpwindowrwdhypernote\"/>
20
+
21
+ </horizontal>
22
+ <textarea name=\"a_notedata\"/>
23
+
24
+ <horizontal>
25
+ <button caption=\"List Notes\" action=\"listnotedirs\"/>
26
+ <button caption=\"Show Internal Links\" action=\"listlocalnotelinks\"/>
27
+
28
+
29
+ </horizontal>
30
+ <p>%%noterecordsresult%%</p>
31
+ <p>%%localnotelinksrecordsresult%%</p>
32
+ </tab>"
@@ -0,0 +1,34 @@
1
+ $rwdguivar=
2
+ "
3
+
4
+ <tab name=\"rwdhypernoteeditlinksrecordfile\" caption=\"View/Edit Links\">
5
+
6
+ <table>
7
+ <row>View your event list and detail on this Tab</row>
8
+ <row> <p> </row>
9
+ <row> <p align=\"right\">Note Record:</p> <text size=70 name=\"a_viewnote\"/> </row>
10
+ <row> <p> </row>
11
+ <row> <p align=\"right\">Link Filename:</p> <text size=70 name=\"a_viewlinksnote\"/> </row>
12
+
13
+ </table>
14
+ <horizontal>
15
+ <button caption=\"Open local links\" action=\"rwdhypernotesloadlinksrecord\"/>
16
+ <button caption=\"Create Link File\" action=\"hyperlinkcreatelinkfile\"/>
17
+ <button caption=\"Save Changes\" action=\"hypernotesavelinkrecord\"/>
18
+
19
+
20
+ <button caption=\"Clear\" action=\"clearlinkscreendisplay\"/>
21
+ <button caption=\"Help\" action=\"runhelpwindowrwdhypernote\"/>
22
+
23
+ </horizontal>
24
+ <textarea name=\"a_notelinksdata\"/>
25
+
26
+ <horizontal>
27
+ <button caption=\"List Local Link Files\" action=\"rwdhypernotelistlinkdirs\"/>
28
+
29
+
30
+ </horizontal>
31
+
32
+
33
+ <p>%%notelinksrecordsresult%%</p>
34
+ </tab>"
@@ -0,0 +1,27 @@
1
+ $rwdguivar=
2
+ "
3
+ <tab name=\"utilitiesrwdhyperedit\" caption=\"Note Utilities\">
4
+
5
+ <table>
6
+ <row> <p align=\"right\">Hypernote Title:</p> <text size=70 name=\"a_viewhypernote\"/> </row>
7
+ <row> <p align=\"right\">New Name:</p> <text size=70 name=\"a_changehypernotedata\"/> </row>
8
+
9
+ </table>
10
+
11
+ <horizontal>
12
+ <button caption=\"Rename Note\" action=\"changehypernotedata\"/>
13
+ <button caption=\"Copy Filename into New Name\" action=\"copyhypernotefilename\"/>
14
+ <button caption=\"Delete Note\" action=\"deletehypernoterecord\"/>
15
+ <button caption=\"Help\" action=\"runhelpwindowrwdhypernote\"/>
16
+ </horizontal>
17
+
18
+ <p>%%hypernotefilechangeresult%%</p>
19
+ <horizontal>
20
+
21
+
22
+ <button caption=\"List Notes\" action=\"listnotedirs\"/>
23
+
24
+
25
+ </horizontal>
26
+ <p>%%noterecordsresult%%</p>
27
+ </tab>"
@@ -0,0 +1,16 @@
1
+ $rwdguivar=
2
+ "
3
+ <tab name=\"selectiontab\" caption=#{Message[:selection_panel]}>
4
+
5
+ <table>
6
+ <row> <p align=\"right\">Open a new window with callable applets you have loaded</row>
7
+
8
+ </table>
9
+ <horizontal>
10
+
11
+ <button caption=#{Message[:rwdtinker_help_window]} action=\"runhelpwindow\"/>
12
+
13
+
14
+ </horizontal>"
15
+
16
+
@@ -0,0 +1,12 @@
1
+ $rwdguivar=
2
+ "
3
+ <row> <p></row>
4
+
5
+ <horizontal>
6
+
7
+ <button caption=#{Message[:rwdtinker_back_window]} action=\"runrwdtinkerbackwindow\"/>
8
+
9
+
10
+ </horizontal>"
11
+
12
+
@@ -0,0 +1,3 @@
1
+ $rwdguivar=
2
+ "
3
+ </tab>"
@@ -0,0 +1,6 @@
1
+ $rwdguivar=
2
+ "
3
+ <tab name=\"documentsrwdtinkerone\" caption=#{Message[:documents]}>
4
+ <horizontal>
5
+ <table>"
6
+
@@ -0,0 +1,15 @@
1
+ $rwdguivar=
2
+ "
3
+ <row> <p align=\"left\">
4
+ <a href=HowTo_Tinker.txt>Howto_Tinker.txt</a></p></row>
5
+ <row> <p align=\"left\">
6
+ <a href=Readme.txt>Readme.txt</a></p></row>
7
+ <row> <p align=\"left\">
8
+ <a href=COPYING>GPL License </a></p></row>
9
+ <row> <p align=\"left\">
10
+ <a href=rwdapplications.html>more information about rwdapplications </a></p></row>
11
+ <row> <p align=\"left\">
12
+ <a href=rwdindex.html>Link to online information about RubyWebdialogs </a></p></row>"
13
+
14
+
15
+
@@ -0,0 +1,5 @@
1
+ $rwdguivar=
2
+ "
3
+ <row> <p align=\"left\">
4
+ <a href=HowTo_HyperNote.txt>HowTo_HyperNote.txt</a></p></row>"
5
+
@@ -0,0 +1,6 @@
1
+ $rwdguivar=
2
+ "
3
+ <row> <p align=\"left\">
4
+ <a href=HowTo_TinkerWin2.txt>Howto_TinkerWin2.txt</a></p></row>"
5
+
6
+
@@ -0,0 +1,12 @@
1
+ $rwdguivar=
2
+ "
3
+ <row> <p align=\"left\"><a href=.>Spawn a clone Dialog window</a></p></row>
4
+ </table>
5
+ </horizontal>
6
+ <horizontal>
7
+
8
+ <button caption=\"Help\" action=\"runhelpwindow\"/>
9
+
10
+ </horizontal>
11
+ </tab>"
12
+
@@ -0,0 +1,6 @@
1
+ $rwdguivar=
2
+ "
3
+ </tabs>
4
+ </window>"
5
+
6
+
@@ -0,0 +1,3 @@
1
+ $rwdguivar=
2
+ "
3
+ <helpwindow name=\"main\" title=\"Help About\">"
@@ -0,0 +1,6 @@
1
+ $rwdguivar=
2
+ "
3
+ <panel>
4
+ <row> <p align=\"center\">rwdhypernote</p></row>
5
+
6
+ <row> <p align=\"center\">copyright s. gibson 2004,2005</p></row>"
@@ -0,0 +1,9 @@
1
+ $rwdguivar=
2
+ "
3
+ <horizontal>
4
+ <button caption=\"Click for Version\" action=\"runrwdhypernoteversion\"/>
5
+ </horizontal>
6
+
7
+ </panel>"
8
+
9
+
@@ -0,0 +1,4 @@
1
+ $rwdguivar=
2
+ "
3
+ <panel>
4
+ <row> <p align=\"center\">#{Message[:rwdtinker_window_2]}</p></row>"
@@ -0,0 +1,3 @@
1
+ $rwdguivar=
2
+ "
3
+ <row> <p align=\"center\">copyright s. gibson 2004</p></row>"
@@ -0,0 +1,10 @@
1
+ $rwdguivar=
2
+ "
3
+ <horizontal>
4
+ <button caption=#{Message[:clickfor_version]} action=\"runrwdtinkerwin2version\"/>
5
+ </horizontal>
6
+ <p>%rwdtinkerwin2versiondisplay%</p>
7
+
8
+ </panel>"
9
+
10
+
@@ -0,0 +1,4 @@
1
+ $rwdguivar=
2
+ "
3
+ <panel>
4
+ <row> <p align=\"center\">#{Message[:rwdtinker]}</p></row>"
@@ -0,0 +1,3 @@
1
+ $rwdguivar=
2
+ "
3
+ <row> <p align=\"center\">copyright s. gibson 2004</p></row>"
@@ -0,0 +1,10 @@
1
+ $rwdguivar=
2
+ "
3
+ <horizontal>
4
+ <button caption=#{Message[:clickfor_version]} action=\"runrwdtinkerversion\"/>
5
+ </horizontal>
6
+ </panel>"
7
+
8
+
9
+
10
+
@@ -0,0 +1,3 @@
1
+ $rwdguivar=
2
+ "
3
+ </helpwindow>"
@@ -0,0 +1,5 @@
1
+ $rwdguivar=
2
+ "
3
+ <window name = \"tinkerbackwindow\" title=\"Tinker Back Window\">
4
+
5
+ <tabs>"
@@ -0,0 +1,42 @@
1
+ $rwdguivar=
2
+ "
3
+ <tab name=\"rwdzipslister\" caption=\"List Zips\">
4
+
5
+ <table>
6
+ <row> <p align=\"right\">File Name:</p> <text size=70 name=\"a_installapplet\"/> </row>
7
+
8
+ </table>
9
+
10
+
11
+ <horizontal>
12
+
13
+
14
+ <button caption=\"install (rwdtinker) applet\" action=\"installgemapplet\"/>
15
+ <button caption=\"Help\" action=\"runhelpwindowtinkerwin2\"/>
16
+
17
+ </horizontal>
18
+ <p>%installapplettext%</p>
19
+
20
+ <horizontal>
21
+
22
+ <button caption=\"view (rwdtinker) applet contents\" action=\"viewgemappletcontents\"/>
23
+ </horizontal>
24
+ <p>%appletcontentstext%</p>
25
+ <table>
26
+ <row> <p align=\"right\">Click below to view the list of zip files </row>
27
+
28
+ </table>
29
+
30
+ <horizontal>
31
+ <button caption=\"List (zip directory) applets available for installing\" action=\"listzipfilestoinstall\"/>
32
+
33
+ <button caption=\"List applets (in the GEM Directory) available for installing\" action=\"listgemzips\"/>
34
+
35
+ </horizontal>
36
+
37
+ <p>%%zipslistresult%%</p>
38
+
39
+ </tab>"
40
+
41
+
42
+
@@ -0,0 +1,44 @@
1
+ $rwdguivar=
2
+ "
3
+ <tab name=\"superantcomremotezipsinstall\" caption=\"Install Remote Applets\">
4
+
5
+ <table>
6
+ <row> <p align=\"right\">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=\"Help\" action=\"runhelpwindowtinkerwin2\"/>
12
+
13
+ </horizontal>
14
+ <p>%superantcominstallremotegemappletresult%</p>
15
+
16
+ <horizontal>
17
+
18
+
19
+
20
+ <button caption=\"view already installed GEM applets\" action=\"superantcomshowgemfiledirs\"/>
21
+ </horizontal>
22
+ <p>%%superantcomshowgemappletdirsresult%%</p>
23
+
24
+
25
+
26
+
27
+
28
+ <table>
29
+ <row> <p align=\"right\">Click below to view the list of zip files </row>
30
+
31
+ </table>
32
+
33
+ <horizontal>
34
+
35
+ <button caption=\"List applets in the Remote GEM Repository available for downloading\" 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=\"List Applets\">
4
+
5
+
6
+ <table>
7
+ <row> <p align=\"right\">File Name:</p> <text name=\"a_installlist\"/> </row>
8
+
9
+ </table>
10
+
11
+ <horizontal>
12
+ <button caption=\"View Install Text\" action=\"openappletname\"/>
13
+ <button caption=\"Help\" action=\"runhelpwindowtinkerwin2\"/>
14
+ </horizontal>
15
+ <p>%displaytext%</p>
16
+
17
+ <table>
18
+ <row> <p align=\"right\">File Name:</p> <text name=\"a_removeapplet\"/> </row>
19
+
20
+ </table>
21
+
22
+ <p>%removeapplettext%</p>
23
+ <horizontal>
24
+ <button caption=\"remove applet\" action=\"removeapplet\"/>
25
+ <button caption=\"Cancel\" action=\"main\"/>
26
+
27
+ </horizontal>
28
+ <table>
29
+ <row> <p> </row>
30
+ <row> <p align=\"right\">View the list of installation files </row>
31
+
32
+ </table>
33
+ <horizontal>
34
+
35
+ <button caption=\"List Files\" action=\"listinstalledfiles\"/>
36
+
37
+ </horizontal>
38
+
39
+ <p>%%filesresult%%</p>
40
+
41
+ </tab>"
42
+
43
+
44
+