rwdaddresses 0.8

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 (166) hide show
  1. data/Readme.txt +57 -0
  2. data/bin/rwdaddresses +19 -0
  3. data/code/ag1core/aa0begin.rb +18 -0
  4. data/code/ag1core/rwdtinkerversion.rb +15 -0
  5. data/code/al5languagefiles/alanguagehashbegin.rb +4 -0
  6. data/code/al5languagefiles/languagehash.rb +4 -0
  7. data/code/al5languagefiles/templangfile.rb +6 -0
  8. data/code/al5languagefiles/zlanguagehashend.rb +6 -0
  9. data/code/gl3addresses/gl3viewnamedata.rb +26 -0
  10. data/code/gl3addresses/gl4listnamerecord.rb +11 -0
  11. data/code/gl3addresses/gl4viewphoto.rb +4 -0
  12. data/code/gl3addresses/gl5createnewnamerecord.rb +17 -0
  13. data/code/lm1installapplets/ll5listzips.rb +14 -0
  14. data/code/lm1installapplets/lm1installapplet.rb +20 -0
  15. data/code/ssdiagnostictab/diagnostictab.rb +20 -0
  16. data/code/xa5rwdtinkercallable/callable.rb +13 -0
  17. data/code/xb1rwdtinkerbackwindow/05listinstalledfiles.rb +11 -0
  18. data/code/xb1rwdtinkerbackwindow/diagnostictab.rb +20 -0
  19. data/code/xb1rwdtinkerbackwindow/ll1openname.rb +18 -0
  20. data/code/xb1rwdtinkerbackwindow/ll5listzips.rb +14 -0
  21. data/code/xb1rwdtinkerbackwindow/lm1installapplet.rb +20 -0
  22. data/code/xb1rwdtinkerbackwindow/mm1removeapplet.rb +28 -0
  23. data/code/xb1rwdtinkerbackwindow/rwdtinkerwin2version.rb +14 -0
  24. data/code/zz0applicationend/zz0end.rb +4 -0
  25. data/configuration/aa0rwdframework.cnf +11 -0
  26. data/configuration/ab1tinkerwin2.cnf +3 -0
  27. data/configuration/gl3addresses.cnf +2 -0
  28. data/ev/browser.rb +109 -0
  29. data/ev/ftools.rb +170 -0
  30. data/ev/net.rb +750 -0
  31. data/ev/ruby.rb +819 -0
  32. data/ev/rwd.rb +1848 -0
  33. data/ev/sgml.rb +236 -0
  34. data/ev/thread.rb +63 -0
  35. data/ev/tree.rb +343 -0
  36. data/ev/xml.rb +4 -0
  37. data/gui/en/aa2core/aa0rwdtop.rwd +3 -0
  38. data/gui/en/gl3addresses/gl3viewnamedata.rwd +16 -0
  39. data/gui/en/gl3addresses/gl4listnamerecordfiles.rwd +17 -0
  40. data/gui/en/gl3addresses/gl5createnewnamerecord.rwd +26 -0
  41. data/gui/en/ll1selectiontabbegin/selectiontabbegin.rwd +15 -0
  42. data/gui/en/ll5rwdtinkerwin2selectiontab/rwdwin2selectiontab.rwd +11 -0
  43. data/gui/en/lz1selectiontabend/endselectiontab.rwd +1 -0
  44. data/gui/en/tt0documentsbegin/tt0documentbegin.rwd +5 -0
  45. data/gui/en/uu5rwddocuments/uu5documents.rwd +13 -0
  46. data/gui/en/uu6rwdtinkerwin2documents/uu5documents.rwd +4 -0
  47. data/gui/en/uu8addresses/uu8doc_rwdschedule.rwd +4 -0
  48. data/gui/en/ww0documentsend/ww0documentend.rwd +6 -0
  49. data/gui/en/wz6finaltabs/xx0rwdfirsttab.rwd +4 -0
  50. data/gui/en/xa1versionwindow/1appname.rwd +17 -0
  51. data/gui/en/xa5rwdtinkercallablewindow/1appname.rwd +15 -0
  52. data/gui/en/xa5rwdtinkercallablewindow/9end.rwd +4 -0
  53. data/gui/en/xb1rwdtinkerbackwindow/1appname.rwd +3 -0
  54. data/gui/en/xb1rwdtinkerbackwindow/2tab1.rwd +9 -0
  55. data/gui/en/xb1rwdtinkerbackwindow/3arwddiagnostics.rwd +31 -0
  56. data/gui/en/xb1rwdtinkerbackwindow/4arwdlistapplets.rwd +42 -0
  57. data/gui/en/xb1rwdtinkerbackwindow/4arwdlistzips.rwd +33 -0
  58. data/gui/en/xb1rwdtinkerbackwindow/9backend.rwd +5 -0
  59. data/gui/en/ya1helpaboutbegin/ya0helpscreenstart.rwd +1 -0
  60. data/gui/en/yg5rwdhelpabout/1appname.rwd +2 -0
  61. data/gui/en/yg5rwdhelpabout/3copyright.rwd +1 -0
  62. data/gui/en/yg5rwdhelpabout/5version.rwd +9 -0
  63. data/gui/en/yg6rwdwin2helpabout/1appname.rwd +2 -0
  64. data/gui/en/yg6rwdwin2helpabout/3copyright.rwd +1 -0
  65. data/gui/en/yg6rwdwin2helpabout/5version.rwd +9 -0
  66. data/gui/en/yl3addresseshelp/yl3helpscreen.rwd +4 -0
  67. data/gui/en/yy7addressesphotowindow/yy7addressesphoto.rwd +3 -0
  68. data/gui/en/za1applicationend/yy9rwdend.rwd +2 -0
  69. data/gui/es/aa2core/aa0rwdtop.rwd +3 -0
  70. data/gui/es/gl3addresses/gl3viewnamedata.rwd +16 -0
  71. data/gui/es/gl3addresses/gl4listnamerecordfiles.rwd +17 -0
  72. data/gui/es/gl3addresses/gl5createnewnamerecord.rwd +26 -0
  73. data/gui/es/ll1selectiontabbegin/selectiontabbegin.rwd +15 -0
  74. data/gui/es/ll5rwdtinkerwin2selectiontab/rwdwin2selectiontab.rwd +11 -0
  75. data/gui/es/lz1selectiontabend/endselectiontab.rwd +1 -0
  76. data/gui/es/tt0documentsbegin/tt0documentbegin.rwd +5 -0
  77. data/gui/es/uu5rwddocuments/uu5documents.rwd +13 -0
  78. data/gui/es/uu6rwdtinkerwin2documents/uu5documents.rwd +4 -0
  79. data/gui/es/uu8addresses/uu8doc_rwdschedule.rwd +4 -0
  80. data/gui/es/ww0documentsend/ww0documentend.rwd +6 -0
  81. data/gui/es/wz6finaltabs/xx0rwdfirsttab.rwd +4 -0
  82. data/gui/es/xa1versionwindow/1appname.rwd +17 -0
  83. data/gui/es/xa5rwdtinkercallablewindow/1appname.rwd +15 -0
  84. data/gui/es/xa5rwdtinkercallablewindow/9end.rwd +4 -0
  85. data/gui/es/xb1rwdtinkerbackwindow/1appname.rwd +3 -0
  86. data/gui/es/xb1rwdtinkerbackwindow/2tab1.rwd +9 -0
  87. data/gui/es/xb1rwdtinkerbackwindow/3arwddiagnostics.rwd +31 -0
  88. data/gui/es/xb1rwdtinkerbackwindow/4arwdlistapplets.rwd +42 -0
  89. data/gui/es/xb1rwdtinkerbackwindow/4arwdlistzips.rwd +33 -0
  90. data/gui/es/xb1rwdtinkerbackwindow/9backend.rwd +5 -0
  91. data/gui/es/ya1helpaboutbegin/ya0helpscreenstart.rwd +1 -0
  92. data/gui/es/yg5rwdhelpabout/1appname.rwd +2 -0
  93. data/gui/es/yg5rwdhelpabout/3copyright.rwd +1 -0
  94. data/gui/es/yg5rwdhelpabout/5version.rwd +9 -0
  95. data/gui/es/yg6rwdwin2helpabout/1appname.rwd +2 -0
  96. data/gui/es/yg6rwdwin2helpabout/3copyright.rwd +1 -0
  97. data/gui/es/yg6rwdwin2helpabout/5version.rwd +9 -0
  98. data/gui/es/yl3addresseshelp/yl3helpscreen.rwd +4 -0
  99. data/gui/es/yy7addressesphotowindow/yy7addressesphoto.rwd +3 -0
  100. data/gui/es/za1applicationend/yy9rwdend.rwd +2 -0
  101. data/gui/nl/aa2core/aa0rwdtop.rwd +3 -0
  102. data/gui/nl/gl3addresses/gl3viewnamedata.rwd +16 -0
  103. data/gui/nl/gl3addresses/gl4listnamerecordfiles.rwd +17 -0
  104. data/gui/nl/gl3addresses/gl5createnewnamerecord.rwd +26 -0
  105. data/gui/nl/ll1selectiontabbegin/selectiontabbegin.rwd +15 -0
  106. data/gui/nl/ll5rwdtinkerwin2selectiontab/rwdwin2selectiontab.rwd +11 -0
  107. data/gui/nl/lz1selectiontabend/endselectiontab.rwd +1 -0
  108. data/gui/nl/tt0documentsbegin/tt0documentbegin.rwd +5 -0
  109. data/gui/nl/uu5rwddocuments/uu5documents.rwd +13 -0
  110. data/gui/nl/uu6rwdtinkerwin2documents/uu5documents.rwd +4 -0
  111. data/gui/nl/uu8addresses/uu8doc_rwdschedule.rwd +4 -0
  112. data/gui/nl/ww0documentsend/ww0documentend.rwd +6 -0
  113. data/gui/nl/wz6finaltabs/xx0rwdfirsttab.rwd +4 -0
  114. data/gui/nl/xa1versionwindow/1appname.rwd +17 -0
  115. data/gui/nl/xa5rwdtinkercallablewindow/1appname.rwd +15 -0
  116. data/gui/nl/xa5rwdtinkercallablewindow/9end.rwd +4 -0
  117. data/gui/nl/xb1rwdtinkerbackwindow/1appname.rwd +3 -0
  118. data/gui/nl/xb1rwdtinkerbackwindow/2tab1.rwd +9 -0
  119. data/gui/nl/xb1rwdtinkerbackwindow/3arwddiagnostics.rwd +31 -0
  120. data/gui/nl/xb1rwdtinkerbackwindow/4arwdlistapplets.rwd +42 -0
  121. data/gui/nl/xb1rwdtinkerbackwindow/4arwdlistzips.rwd +33 -0
  122. data/gui/nl/xb1rwdtinkerbackwindow/9backend.rwd +5 -0
  123. data/gui/nl/ya1helpaboutbegin/ya0helpscreenstart.rwd +1 -0
  124. data/gui/nl/yg5rwdhelpabout/1appname.rwd +2 -0
  125. data/gui/nl/yg5rwdhelpabout/3copyright.rwd +1 -0
  126. data/gui/nl/yg5rwdhelpabout/5version.rwd +9 -0
  127. data/gui/nl/yg6rwdwin2helpabout/1appname.rwd +2 -0
  128. data/gui/nl/yg6rwdwin2helpabout/3copyright.rwd +1 -0
  129. data/gui/nl/yg6rwdwin2helpabout/5version.rwd +9 -0
  130. data/gui/nl/yl3addresseshelp/yl3helpscreen.rwd +4 -0
  131. data/gui/nl/yy7addressesphotowindow/yy7addressesphoto.rwd +3 -0
  132. data/gui/nl/za1applicationend/yy9rwdend.rwd +2 -0
  133. data/init.rb +164 -0
  134. data/installed/addressessample1.inf +5 -0
  135. data/installed/rwdaddresses-0.8.inf +11 -0
  136. data/installed/rwdtinkerwin2-0.5.inf +16 -0
  137. data/lang/en/rwdcore/languagefile.rb +6 -0
  138. data/lang/es/rwdcore/languagefile.rb +4 -0
  139. data/lang/nl/rwdcore/languagefile.rb +4 -0
  140. data/lib/temp.rb +1 -0
  141. data/names/AngelinaJolie.nam +8 -0
  142. data/names/AngelinaJolie.png +0 -0
  143. data/names/StevenGibson.nam +5 -0
  144. data/names/StevenGibson.png +0 -0
  145. data/names/nophoto.png +0 -0
  146. data/rwd_files/HowTo_Addresses.html +163 -0
  147. data/rwd_files/HowTo_Addresses.txt +145 -0
  148. data/rwd_files/HowTo_Tinker.html +370 -0
  149. data/rwd_files/HowTo_Tinker.txt +244 -0
  150. data/rwd_files/HowTo_TinkerWin2.txt +202 -0
  151. data/rwd_files/Readme.txt +57 -0
  152. data/rwd_files/contacttmp.png +0 -0
  153. data/rwd_files/favicon.ico +0 -0
  154. data/rwd_files/rdoc-style.css +175 -0
  155. data/rwd_files/rwdapplications.html +54 -0
  156. data/rwd_files/rwdindex.html +6 -0
  157. data/tests/rubyslippers-0.92.gemspec +17 -0
  158. data/tests/rwdtinker-1.2.gemspec +17 -0
  159. data/tests/rwdtinkertestEN.rb +87 -0
  160. data/tests/temptest.out +18 -0
  161. data/tests/totranslate.lang +93 -0
  162. data/zips/rwdaviewphoto-0.3.zip +0 -0
  163. data/zips/rwdhelloworld-0.2.zip +0 -0
  164. data/zips/rwdrefreshacpi-0.1.zip +0 -0
  165. data/zips/rwdwtinkerwin2-0.5.zip +0 -0
  166. metadata +206 -0
@@ -0,0 +1,4 @@
1
+
2
+ <row> <p align="left">
3
+ <a href=HowTo_Addresses.html>HowTo_Addresses.html</a></p></row>
4
+
@@ -0,0 +1,6 @@
1
+
2
+ <row> <p align="left"><a href=.>Spawn a clone Dialog window</a></p></row>
3
+ </table>
4
+ </horizontal>
5
+ </tab>
6
+
@@ -0,0 +1,4 @@
1
+ </tabs>
2
+ </window>
3
+
4
+
@@ -0,0 +1,17 @@
1
+ <window name = "applicationversion" title="Application Version">
2
+
3
+ <row> <p></row>
4
+ <p>%versionappnamedisplay%</p>
5
+ <row> <p></row>
6
+ <p>%versioncopyrightdisplay%</p>
7
+
8
+ <row> <p></row>
9
+ <p>%versionnumberdisplay%</p>
10
+
11
+ <horizontal>
12
+ <cancel/>
13
+ </horizontal>
14
+
15
+ </window>
16
+
17
+
@@ -0,0 +1,15 @@
1
+ <window name = "rwdtinkerhelpwindow" title="RwdTinker Help">
2
+ <tabs>
3
+ <tab name="main" caption="Help">
4
+ <row> <p></row>
5
+ <row> <p>RwdTinker</row>
6
+ <cancel/>
7
+ </tab>
8
+
9
+ <tab name="nexttab" caption="Next">
10
+ <row> <p></row>
11
+ <row> <p>RwdTinker Help</row>
12
+ <cancel/>
13
+ </tab>
14
+
15
+ </tabs>
@@ -0,0 +1,4 @@
1
+
2
+ </window>
3
+
4
+
@@ -0,0 +1,3 @@
1
+ <window name = "tinkerbackwindow" title="Tinker Back Window">
2
+
3
+ <tabs>
@@ -0,0 +1,9 @@
1
+ <tab name="backone" caption="Back Tab">
2
+
3
+ <row> You can return to the previous window</row>
4
+ <row><p> </row>
5
+ <row><p> </row>
6
+ <button caption="Return to top menu" action="main"/>
7
+
8
+ </tab>
9
+
@@ -0,0 +1,31 @@
1
+ <tab name="diagnostictab" caption="Diagnostic Tab">
2
+ <horizontal>
3
+ <button caption="View Ruby Version" action="runrubyversion"/>
4
+
5
+
6
+ </horizontal>
7
+ <p>%rubyversion%</p>
8
+
9
+
10
+ <table>
11
+ <row> <p> </row>
12
+
13
+ </table>
14
+
15
+ <horizontal>
16
+ <button caption="view platform" action="runviewplatform"/>
17
+
18
+ </horizontal>
19
+
20
+ <p>%platformdisplay%</p>
21
+ <horizontal>
22
+ <button caption="View rwdtinker Version" action="rwdtinkerversiondiagnostic"/>
23
+
24
+ </horizontal>
25
+
26
+ <p>%rwdtinkerversionreturn%</p>
27
+
28
+ </tab>
29
+
30
+
31
+
@@ -0,0 +1,42 @@
1
+ <tab name="filelister" caption="List Applets">
2
+
3
+
4
+ <table>
5
+ <row> <p align="right">File Name:</p> <text name="a_installlist"/> </row>
6
+
7
+ </table>
8
+
9
+ <horizontal>
10
+ <button caption="View Install Text" action="openname"/>
11
+ <button caption="Cancel" action="main"/>
12
+ </horizontal>
13
+ <p>%displaytext%</p>
14
+
15
+ <table>
16
+ <row> <p align="right">File Name:</p> <text name="a_removeapplet"/> </row>
17
+
18
+ </table>
19
+
20
+ <p>%removeapplettext%</p>
21
+ <horizontal>
22
+ <button caption="remove applet" action="removeapplet"/>
23
+ <button caption="Cancel" action="main"/>
24
+
25
+ </horizontal>
26
+ <table>
27
+ <row> <p> </row>
28
+ <row> <p align="right">View the list of installation files </row>
29
+
30
+ </table>
31
+ <horizontal>
32
+
33
+ <button caption="List Files" action="listinstalledfiles"/>
34
+
35
+ </horizontal>
36
+
37
+ <p>%%filesresult%%</p>
38
+
39
+ </tab>
40
+
41
+
42
+
@@ -0,0 +1,33 @@
1
+ <tab name="zipslister" caption="List Zips">
2
+
3
+ <table>
4
+ <row> <p align="right">File Name:</p> <text name="a_installapplet"/> </row>
5
+
6
+ </table>
7
+
8
+ <horizontal>
9
+ <button caption="install applet" action="installapplet"/>
10
+ <button caption="Cancel" action="main"/>
11
+
12
+ </horizontal>
13
+ <p>%installapplettext%</p>
14
+
15
+
16
+ <table>
17
+ <row> <p align="right">Click below to view the list of zip files </row>
18
+
19
+ </table>
20
+
21
+ <horizontal>
22
+ <button caption="List applets available for installing" action="listzipfilestoinstall"/>
23
+
24
+
25
+
26
+ </horizontal>
27
+
28
+ <p>%%zipslistresult%%</p>
29
+
30
+ </tab>
31
+
32
+
33
+
@@ -0,0 +1,5 @@
1
+
2
+ </tabs>
3
+ </window>
4
+
5
+
@@ -0,0 +1 @@
1
+ <helpwindow name="main" title="Help About">
@@ -0,0 +1,2 @@
1
+
2
+ <row> <p align="center">rwdtinker</p></row>
@@ -0,0 +1 @@
1
+ <row> <p align="center">copyright s. gibson 2004</p></row>
@@ -0,0 +1,9 @@
1
+
2
+ <horizontal>
3
+ <button caption="Click for Version" action="runrwdtinkerversion"/>
4
+ </horizontal>
5
+
6
+
7
+
8
+
9
+
@@ -0,0 +1,2 @@
1
+
2
+ <row> <p align="center">rwdtinker window 2</p></row>
@@ -0,0 +1 @@
1
+ <row> <p align="center">copyright s. gibson 2004</p></row>
@@ -0,0 +1,9 @@
1
+
2
+ <horizontal>
3
+ <button caption="Click for Version" action="runrwdtinkerwin2version"/>
4
+ </horizontal>
5
+ <p>%rwdtinkerwin2versiondisplay%</p>
6
+
7
+
8
+
9
+
@@ -0,0 +1,4 @@
1
+
2
+ <row> <p align="center">rwdaddresses</p></row>
3
+ <row> <p align="center">version 0.8</p></row>
4
+ <row> <p align="center">copyright s. gibson 2004</p></row>
@@ -0,0 +1,3 @@
1
+ <window name="contactphoto" title="Contact Photo">
2
+ <image src="contacttmp.png"> contact photo </image>
3
+ </window>
@@ -0,0 +1,2 @@
1
+ </application>
2
+
data/init.rb ADDED
@@ -0,0 +1,164 @@
1
+
2
+ #***********************************************************************
3
+ #* Rwd/Tinker -- A Ruby program for the RudyWebDialog.
4
+ #* Copyright (c) 2004 by Steven Gibson. All Rights Reserved.
5
+ #*
6
+ #* This library is free software; you can redistribute it and/or
7
+ #* modify it under the terms of the GNU General Public
8
+ #* License as published by the Free Software Foundation; either
9
+ #* .
10
+ #*
11
+ #* These files are distributed in the hope that they will be useful,
12
+ #* but WITHOUT ANY WARRANTY; without even the implied warranty of
13
+ #* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14
+ #* General Public License for more details.
15
+ #*
16
+ #* You should have received a copy of the GNU General Public
17
+ #* License along with these files; if not, write to the Free Software
18
+ #* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19
+ #*
20
+ #* For further information please contact the author by e-mail
21
+ #* at "steven@superant.com".
22
+ #***********************************************************************/
23
+
24
+ require "ev/rwd"
25
+ require 'fileutils'
26
+
27
+ $progdir = File::expand_path( File.dirname(__FILE__))
28
+
29
+ $tempdoc = " "
30
+
31
+ def findfiles(d)
32
+ a = Array.new(Dir[d].entries.sort)
33
+ #loop through and get the files names
34
+ a.each do |x|
35
+ #adjust the filters to the files you want to see...
36
+ if(!test(?d,x))
37
+ # only rwd files
38
+ if x =~ /rb|rwd|txt/
39
+ fileA=File.open("#{x}","r") #opens the file thats in fileName as read only
40
+ $tempdoc+=fileA.read #reads the file into the doc string
41
+ fileA.close
42
+ end
43
+ end
44
+ end
45
+ end
46
+
47
+
48
+ # Read in the configuration files
49
+
50
+ Dir.chdir("configuration") #changes the current working directory
51
+
52
+ fileList = Dir.new(".").entries.sort.reverse.delete_if { |x| ! (x =~ /cnf$/) } #creates an Array separated with \n
53
+ @doc = ""
54
+ fileList.length.times{ #opening of a block
55
+ fileName=fileList.pop #pops the first item out of the Array
56
+ load fileName #loads the the config file thats in fileName
57
+ } #closing block
58
+ # END of configuration reading
59
+
60
+ Dir.chdir($progdir) # change back to top program directory
61
+
62
+ # build the Language hash file from the parts
63
+ startlangdir = @@langdir +"/" + $lang
64
+ #get a list of the files and subdirectories on the starting directory only
65
+ alanghash = Array.new(Dir[startlangdir].entries.sort)
66
+ #loop through the list, ignore the files and add all new directories found
67
+ alanghash.each do |x|
68
+ #if a directory...
69
+ if(test(?d,x))
70
+ # add to the original list of directories
71
+ @@tmproot = x + "/**"
72
+ #adds the new ones to the array
73
+ blanghash = Dir[@@tmproot].entries.sort
74
+ blanghash.each do |x|
75
+ if(test(?d,x))
76
+ alanghash.push(x) #appends to the end of the array...
77
+ end
78
+ end
79
+ end
80
+ end
81
+ alanghash.each do |x|
82
+ #if it is a file...
83
+ if(!test(?d,x))
84
+ alanghash.delete(x)
85
+ else #it is a directory...
86
+ findfiles(x + "/**")
87
+ end
88
+ end
89
+
90
+ fileLangHash=File.open(TempLangHashFile,"w") #deletes and opens a the file in fileName
91
+ fileLangHash.write($tempdoc) #writes the contents of doc into the file
92
+ fileLangHash.close
93
+ # END of Lang building
94
+ $tempdoc = " "
95
+ Dir.chdir($progdir) # change back to top program directory
96
+
97
+ # build the actual program from the code parts
98
+ #get a list of the files and subdirectories on the starting directory only
99
+ a = Array.new(Dir[@@codedir].entries.sort)
100
+ #loop through the list, ignore the files and add all new directories found
101
+ a.each do |x|
102
+ #if a directory...
103
+ if(test(?d,x))
104
+ # add to the original list of directories
105
+ @@root = x + "/**"
106
+ #adds the new ones to the array
107
+ b = Dir[@@root].entries.sort
108
+ b.each do |x|
109
+ if(test(?d,x))
110
+ a.push(x) #appends to the end of the array...
111
+ end
112
+ end
113
+ end
114
+ end
115
+ a.each do |x|
116
+ #if it is a file...
117
+ if(!test(?d,x))
118
+ a.delete(x)
119
+ else #it is a directory...
120
+ findfiles(x + "/**")
121
+ end
122
+ end
123
+
124
+ fileB=File.open(CodeNameFile,"w") #deletes and opens a the file in fileName
125
+ fileB.write($tempdoc) #writes the contents of doc into the file
126
+ fileB.close
127
+ require CodeName # load the program file
128
+
129
+ # build the actual GUI from the gui parts
130
+ $tempdoc = " "
131
+ #get a list of the files and subdirectories on the starting directory only
132
+ a = Array.new(Dir[@@guidir].entries.sort)
133
+ #loop through the list, ignore the files and add all new directories found
134
+ a.each do |x|
135
+ #if a directory...
136
+ if(test(?d,x))
137
+ #use this new dir find to add to the original list of directories
138
+ @@root = x + "/**"
139
+ #adds the new ones to the array
140
+ b = Dir[@@root].entries.sort
141
+ b.each do |x|
142
+ if(test(?d,x))
143
+ a.push(x) #appends to the end of the array...
144
+ end
145
+ end
146
+ end
147
+ end
148
+ a.each do |x|
149
+ #if it is a file...
150
+ if(!test(?d,x))
151
+ a.delete(x)
152
+
153
+ else #it is a directory...
154
+ findfiles(x + "/**")
155
+ end
156
+ end
157
+
158
+ fileB=File.open(RWDFile,"w") #deletes and opens a the file in fileName
159
+ fileB.write($tempdoc) #writes the contents of doc into the file
160
+ fileB.close
161
+
162
+
163
+
164
+ RwdTinker.file(RWDFile).serve($port) # start the main class and program
@@ -0,0 +1,5 @@
1
+ # rwdaddresses - Sample Data (set 1) for Address book
2
+ names/AngelinaJolie.nam
3
+ names/AngelinaJolie.png
4
+ names/StevenGibson.nam
5
+ names/StevenGibson.png
@@ -0,0 +1,11 @@
1
+ # rwdaddresses - applet for address book records
2
+ code/gl3addresses
3
+ configuration/gl3addresses.cnf
4
+ gui/en/gl3addresses
5
+ gui/en/uu8addresses
6
+ gui/en/yl3addresseshelp
7
+ gui/en/yy7addressesphotowindow
8
+ names/nophoto.png
9
+ rwd_files/contacttmp.png
10
+ rwd_files/HowTo_Addresses.html
11
+ rwd_files/HowTo_Addresses.txt
@@ -0,0 +1,16 @@
1
+ # rwdwin2 - rwd applet in second window - core for Tinker: Applet adding/removing and Diagnostic tab
2
+ configuration/ab1tinkerwin2.cnf
3
+ code/xb1rwdtinkerbackwindow
4
+ gui/en/ll5rwdtinkerwin2selectiontab
5
+ gui/en/xb1rwdtinkerbackwindow
6
+ gui/en/uu6rwdtinkerwin2documents
7
+ gui/en/yg6rwdwin2helpabout
8
+ gui/es/ll5rwdtinkerwin2selectiontab
9
+ gui/es/xb1rwdtinkerbackwindow
10
+ gui/es/uu6rwdtinkerwin2documents
11
+ gui/es/yg6rwdwin2helpabout
12
+ gui/nl/ll5rwdtinkerwin2selectiontab
13
+ gui/nl/xb1rwdtinkerbackwindow
14
+ gui/nl/uu6rwdtinkerwin2documents
15
+ gui/nl/yg6rwdwin2helpabout
16
+ rwd_files/HowTo_TinkerWin2.txt