rwdaddresses 0.8

Sign up to get free protection for your applications and to get access to all the features.
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
data/ev/xml.rb ADDED
@@ -0,0 +1,4 @@
1
+ require "ev/sgml"
2
+
3
+ class XML < SGML
4
+ end
@@ -0,0 +1,3 @@
1
+ <application>
2
+ <window name="main" title="Tinker - RubyWebDialogs">
3
+ <tabs>
@@ -0,0 +1,16 @@
1
+
2
+ <tab name="Viewnamedata" caption="View Contact">
3
+
4
+ <table>
5
+ <row> <p align="right">Contact Name:</p> <text name="a_viewnamedata"/> </row>
6
+
7
+ </table>
8
+ <p>%viewnamedatadisplay%</p>
9
+ <horizontal>
10
+ <button caption="Open" action="viewnamedata"/>
11
+ <button caption="View Photo" action="viewcontactphoto"/>
12
+ <button caption="Cancel" action="main"/>
13
+
14
+ </horizontal>
15
+
16
+
@@ -0,0 +1,17 @@
1
+
2
+
3
+ <table>
4
+
5
+
6
+ </table>
7
+ <p>%%listnamerecordfilesresult%%</p>
8
+ <horizontal>
9
+ <button caption="ListFiles" action="listnamerecordfiles"/>
10
+ <button caption="Cancel" action="main"/>
11
+
12
+ </horizontal>
13
+
14
+ </tab>
15
+
16
+
17
+
@@ -0,0 +1,26 @@
1
+ <tab name="createnewnamerecordfile" caption="New Contact">
2
+ <table>
3
+ <row> <p align="right">FileName:</p> <text name="a_filename"/> </row>
4
+ <row> <p align="right">Contact Name:</p> <text name="a_name"/> </row>
5
+ <row> <p align="right">Address:</p> <text name="a_address"/> </row>
6
+ <row> <p align="right">CityStateZip:</p> <text name="a_citystatezip"/> </row>
7
+ <row> <p align="right">Phone:</p> <text name="a_phone"/> </row>
8
+ <row> <p align="right">Email:</p> <text name="a_email"/> </row>
9
+ <row> <p align="right">Comment1:</p> <text name="a_comment1"/> </row>
10
+ <row> <p align="right">Comment2:</p> <text name="a_comment2"/> </row>
11
+ <row> <p align="right">Comment3:</p> <text name="a_comment3"/> </row>
12
+
13
+ </table>
14
+ <p>%createnewnamerecorddisplay%</p>
15
+ <horizontal>
16
+ <button caption="CreateFile" action="createnewnamerecord"/>
17
+ <button caption="Cancel" action="main"/>
18
+
19
+
20
+
21
+
22
+ </horizontal>
23
+
24
+
25
+ </tab>
26
+
@@ -0,0 +1,15 @@
1
+
2
+ <tab name="selectiontab" caption="Selection Panel">
3
+
4
+ <table>
5
+ <row> <p align="right">Open a new window with callable applets you have loaded</row>
6
+
7
+ </table>
8
+ <horizontal>
9
+
10
+ <button caption="RwdTinker Help Window" action="runrwdtinkerhelpwindow"/>
11
+
12
+
13
+ </horizontal>
14
+
15
+
@@ -0,0 +1,11 @@
1
+
2
+ <row> <p></row>
3
+
4
+ <horizontal>
5
+
6
+ <button caption="RwdTinker Back Window" action="runrwdtinkerbackwindow"/>
7
+
8
+
9
+ </horizontal>
10
+
11
+
@@ -0,0 +1 @@
1
+ </tab>
@@ -0,0 +1,5 @@
1
+
2
+ <tab name="one" caption="Documents">
3
+ <horizontal>
4
+ <table>
5
+
@@ -0,0 +1,13 @@
1
+ <row> <p align="left">
2
+ <a href=HowTo_Tinker.html>Howto_Tinker.html</a></p></row>
3
+ <row> <p align="left">
4
+ <a href=Readme.txt>Readme.txt</a></p></row>
5
+ <row> <p align="left">
6
+ <a href=COPYING>GPL License </a></p></row>
7
+ <row> <p align="left">
8
+ <a href=rwdapplications.html>more information about rwdapplications </a></p></row>
9
+ <row> <p align="left">
10
+ <a href=rwdindex.html>Link to online information about RubyWebdialogs </a></p></row>
11
+
12
+
13
+
@@ -0,0 +1,4 @@
1
+ <row> <p align="left">
2
+ <a href=HowTo_TinkerWin2.txt>Howto_TinkerWin2.txt</a></p></row>
3
+
4
+
@@ -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
+
@@ -0,0 +1,3 @@
1
+ <application>
2
+ <window name="main" title="Tinker - RubyWebDialogs">
3
+ <tabs>
@@ -0,0 +1,16 @@
1
+
2
+ <tab name="Viewnamedata" caption="View Contact">
3
+
4
+ <table>
5
+ <row> <p align="right">Contact Name:</p> <text name="a_viewnamedata"/> </row>
6
+
7
+ </table>
8
+ <p>%viewnamedatadisplay%</p>
9
+ <horizontal>
10
+ <button caption="Open" action="viewnamedata"/>
11
+ <button caption="View Photo" action="viewcontactphoto"/>
12
+ <button caption="Cancel" action="main"/>
13
+
14
+ </horizontal>
15
+
16
+
@@ -0,0 +1,17 @@
1
+
2
+
3
+ <table>
4
+
5
+
6
+ </table>
7
+ <p>%%listnamerecordfilesresult%%</p>
8
+ <horizontal>
9
+ <button caption="ListFiles" action="listnamerecordfiles"/>
10
+ <button caption="Cancel" action="main"/>
11
+
12
+ </horizontal>
13
+
14
+ </tab>
15
+
16
+
17
+
@@ -0,0 +1,26 @@
1
+ <tab name="createnewnamerecordfile" caption="New Contact">
2
+ <table>
3
+ <row> <p align="right">FileName:</p> <text name="a_filename"/> </row>
4
+ <row> <p align="right">Contact Name:</p> <text name="a_name"/> </row>
5
+ <row> <p align="right">Address:</p> <text name="a_address"/> </row>
6
+ <row> <p align="right">CityStateZip:</p> <text name="a_citystatezip"/> </row>
7
+ <row> <p align="right">Phone:</p> <text name="a_phone"/> </row>
8
+ <row> <p align="right">Email:</p> <text name="a_email"/> </row>
9
+ <row> <p align="right">Comment1:</p> <text name="a_comment1"/> </row>
10
+ <row> <p align="right">Comment2:</p> <text name="a_comment2"/> </row>
11
+ <row> <p align="right">Comment3:</p> <text name="a_comment3"/> </row>
12
+
13
+ </table>
14
+ <p>%createnewnamerecorddisplay%</p>
15
+ <horizontal>
16
+ <button caption="CreateFile" action="createnewnamerecord"/>
17
+ <button caption="Cancel" action="main"/>
18
+
19
+
20
+
21
+
22
+ </horizontal>
23
+
24
+
25
+ </tab>
26
+