bigtinker 0.95 → 0.96

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 (254) hide show
  1. data/Readme.txt +20 -7
  2. data/code/superant.com.rwdaddresses/0uninstallapplet.rb +14 -0
  3. data/code/superant.com.rwdaddresses/attachtmpcontactphoto.rb +24 -0
  4. data/code/superant.com.rwdaddresses/clearscreendisplay.rb +15 -0
  5. data/code/superant.com.rwdaddresses/createnewnamerecord.rb +19 -0
  6. data/code/superant.com.rwdaddresses/deletecontactrecord.rb +25 -0
  7. data/code/superant.com.rwdaddresses/deleterwdaddressesupdatefiles.rb +19 -0
  8. data/code/superant.com.rwdaddresses/downloadrwdaddressfiles.rb +36 -0
  9. data/code/superant.com.rwdaddresses/helptexthashrwdaddresses.rb +69 -0
  10. data/code/superant.com.rwdaddresses/listnamerecord.rb +15 -0
  11. data/code/superant.com.rwdaddresses/listvcardrecord.rb +15 -0
  12. data/code/{superant.com.schedule → superant.com.rwdaddresses}/loadconfigurationrecord.rb +4 -4
  13. data/code/superant.com.rwdaddresses/loadconfigurationvariables.rb +15 -0
  14. data/code/superant.com.rwdaddresses/loadnamerecord.rb +30 -0
  15. data/code/superant.com.rwdaddresses/openhelpwindowrwdaddresses.rb +30 -0
  16. data/code/superant.com.rwdaddresses/renamecontact.rb +15 -0
  17. data/code/superant.com.rwdaddresses/runaddresseswindow.rb +10 -0
  18. data/code/superant.com.rwdaddresses/runrwdaddressesmenu1.rb +34 -0
  19. data/code/superant.com.rwdaddresses/runrwdaddresssyncbackwindow.rb +10 -0
  20. data/code/superant.com.rwdaddresses/rwdaddressesbackwindow.rb +10 -0
  21. data/code/superant.com.rwdaddresses/rwdaddresseshelpabout.rb +10 -0
  22. data/code/superant.com.rwdaddresses/saveconfigurationrecord.rb +20 -0
  23. data/code/superant.com.rwdaddresses/savevcardrecord.rb +76 -0
  24. data/code/superant.com.rwdaddresses/syncrwdaddress.rb +28 -0
  25. data/code/{superant.com.schedule → superant.com.rwdaddresses}/test_cases.rb +10 -10
  26. data/code/superant.com.rwdaddresses/uploadrwdaddressfiles.rb +30 -0
  27. data/code/superant.com.rwdaddresses/viewaddressconfiguration.rb +21 -0
  28. data/code/superant.com.rwdaddresses/viewnamedata.rb +28 -0
  29. data/code/superant.com.rwdaddresses/viewphoto.rb +4 -0
  30. data/code/superant.com.rwdaddresses/viewrwdaddressesconfiguration.rb +23 -0
  31. data/code/superant.com.rwdaddresses/viewtmpcontactphoto.rb +12 -0
  32. data/code/superant.com.rwdaddresses/viewvcarddata.rb +22 -0
  33. data/code/superant.com.rwdcalc/ca2multiply.rb +10 -0
  34. data/code/superant.com.rwdcalc/changescriptname.rb +16 -0
  35. data/code/superant.com.rwdcalc/clearscriptscreendisplay.rb +9 -0
  36. data/code/superant.com.rwdcalc/deletescriptrecord.rb +20 -0
  37. data/code/superant.com.rwdcalc/fadd.rb +10 -0
  38. data/code/superant.com.rwdcalc/frwdcleartape.rb +9 -0
  39. data/code/superant.com.rwdcalc/frwddivide.rb +10 -0
  40. data/code/superant.com.rwdcalc/frwdmultiply.rb +10 -0
  41. data/code/superant.com.rwdcalc/frwdsubtract.rb +10 -0
  42. data/code/superant.com.rwdcalc/helptexthashrwdcalc.rb +16 -0
  43. data/code/superant.com.rwdcalc/listscripts.rb +13 -0
  44. data/code/superant.com.rwdcalc/loadscriptrecord.rb +20 -0
  45. data/code/superant.com.rwdcalc/mathcommands.rb +53 -0
  46. data/code/superant.com.rwdcalc/openhelpwindowrwdcalc.rb +21 -0
  47. data/code/superant.com.rwdcalc/playscript.rb +22 -0
  48. data/code/superant.com.rwdcalc/renamecalcrecord.rb +14 -0
  49. data/code/{superant.com.rwdshell/returntomain.rb → superant.com.rwdcalc/runrwdcalcwindow.rb} +9 -9
  50. data/code/superant.com.rwdcalc/rwdadd.rb +10 -0
  51. data/code/{superant.com.schedule/rwdmoviesversion.rb → superant.com.rwdcalc/rwdcalcversion.rb} +2 -2
  52. data/code/superant.com.rwdcalc/rwdcleartape.rb +9 -0
  53. data/code/superant.com.rwdcalc/rwddivision.rb +10 -0
  54. data/code/superant.com.rwdcalc/rwdsubtraction.rb +10 -0
  55. data/code/superant.com.rwdcalc/savechangedscript.rb +19 -0
  56. data/code/superant.com.rwdcalc/uninstallapplet.rb +31 -0
  57. data/code/superant.com.rwdcalc/viewscript.rb +18 -0
  58. data/code/superant.com.rwdshell/0runrefreshacpi.rb +7 -0
  59. data/code/superant.com.rwdshell/0uninstallapplet.rb +7 -7
  60. data/code/superant.com.rwdshell/helptexthashshell.rb +13 -1
  61. data/code/superant.com.rwdshell/loadconfigurationrecord.rb +3 -3
  62. data/code/superant.com.rwdshell/loadconfigurationvariables.rb +2 -2
  63. data/code/superant.com.rwdshell/openhelpwindowshell.rb +3 -1
  64. data/code/superant.com.rwdshell/refresh.rb +19 -0
  65. data/code/superant.com.rwdshell/refreshacpi.rb +16 -0
  66. data/code/superant.com.rwdshell/rubyeval.rb +15 -20
  67. data/code/superant.com.rwdshell/runrwdshellbackwindow.rb +3 -3
  68. data/code/superant.com.rwdshell/runrwdshellwindow.rb +2 -2
  69. data/code/superant.com.rwdshell/rwdtinkerversion.rb +2 -2
  70. data/code/superant.com.rwdshell/saveconfigurationrecord.rb +1 -1
  71. data/code/superant.com.rwdshell/test_cases.rb +1 -1
  72. data/code/superant.com.rwdtinkerbackwindow/initiateapplets.rb +39 -34
  73. data/code/superant.com.rwdtinkerbackwindow/installgemapplet.rb +9 -7
  74. data/code/superant.com.rwdtinkerbackwindow/listzips.rb +8 -2
  75. data/code/superant.com.rwdtinkerbackwindow/removeappletvariables.rb +8 -6
  76. data/code/superant.com.rwdtinkerbackwindow/viewlogfile.rb +13 -0
  77. data/configuration/bigtinker.dist +2 -2
  78. data/configuration/language.dist +2 -2
  79. data/configuration/rwdapplicationidentity.dist +1 -1
  80. data/configuration/rwdtinker.dist +4 -7
  81. data/configuration/rwdwaddresses.dist +24 -0
  82. data/configuration/rwdwcalc.dist +19 -0
  83. data/configuration/rwdwruby.dist +24 -0
  84. data/configuration/tinkerwin2variables.dist +8 -7
  85. data/gui/tinkerbackwindows/superant.com.addressesphotowindow/yy7addressesphoto.rwd +6 -0
  86. data/gui/tinkerbackwindows/superant.com.ashellscripts/1appname.rwd +1 -1
  87. data/gui/tinkerbackwindows/superant.com.ashellscripts/1rwdrubyeval.rwd +2 -1
  88. data/gui/tinkerbackwindows/superant.com.ashellscripts/2arubyeval.rwd +17 -0
  89. data/gui/tinkerbackwindows/superant.com.refreshacpi/1appname.rwd +4 -0
  90. data/gui/tinkerbackwindows/superant.com.refreshacpi/2rwdrefresh.rwd +14 -0
  91. data/gui/tinkerbackwindows/superant.com.refreshacpi/3rwdacpirefresh.rwd +14 -0
  92. data/gui/tinkerbackwindows/superant.com.refreshacpi/81jumplinkcommands.rwd +17 -0
  93. data/gui/tinkerbackwindows/{superant.com.rwdschedules/zvbackend.rwd → superant.com.refreshacpi/z9end.rwd} +6 -6
  94. data/gui/tinkerbackwindows/superant.com.rwdaddresses/10appletbegin.rwd +4 -0
  95. data/gui/tinkerbackwindows/superant.com.rwdaddresses/11viewnamedata.rwd +19 -0
  96. data/gui/tinkerbackwindows/superant.com.rwdaddresses/13listnamerecordfiles.rwd +21 -0
  97. data/gui/tinkerbackwindows/superant.com.rwdaddresses/16editrecord.rwd +39 -0
  98. data/gui/tinkerbackwindows/superant.com.rwdaddresses/17viewvcardrecord.rwd +32 -0
  99. data/gui/tinkerbackwindows/superant.com.rwdaddresses/18contactutilities.rwd +34 -0
  100. data/gui/tinkerbackwindows/superant.com.rwdaddresses/81jumplinkcommands.rwd +17 -0
  101. data/gui/tinkerbackwindows/{superant.com.rwdschedulesback/zvbackend.rwd → superant.com.rwdaddresses/9end.rwd} +6 -6
  102. data/gui/tinkerbackwindows/superant.com.rwdaddressessyncbackwindow/1appname.rwd +5 -0
  103. data/gui/tinkerbackwindows/superant.com.rwdaddressessyncbackwindow/20downloadftp.rwd +45 -0
  104. data/gui/tinkerbackwindows/{superant.com.rwdschedulebackwindow → superant.com.rwdaddressessyncbackwindow}/70rwddiagnostics.rwd +23 -16
  105. data/gui/tinkerbackwindows/superant.com.rwdaddressessyncbackwindow/87viewconfiguration.rwd +34 -0
  106. data/gui/tinkerbackwindows/superant.com.rwdaddressessyncbackwindow/94selectiontab.rwd +11 -0
  107. data/gui/tinkerbackwindows/{superant.com.rwdschedules/m01menubegin.rwd → superant.com.rwdaddressessyncbackwindow/95jumplink.rwd} +2 -5
  108. data/gui/tinkerbackwindows/superant.com.rwdaddressessyncbackwindow/97selectionend.rwd +3 -0
  109. data/gui/tinkerbackwindows/{superant.com.rwdschedulebackwindow → superant.com.rwdaddressessyncbackwindow}/zvbackend.rwd +6 -6
  110. data/gui/tinkerbackwindows/superant.com.rwdcalc/1appname.rwd +4 -0
  111. data/gui/tinkerbackwindows/superant.com.rwdcalc/20floatrwdcalc.rwd +24 -0
  112. data/gui/tinkerbackwindows/superant.com.rwdcalc/30intrwdcalc.rwd +25 -0
  113. data/gui/tinkerbackwindows/superant.com.rwdcalc/35mathcommands.rwd +25 -0
  114. data/gui/tinkerbackwindows/superant.com.rwdcalc/44listplayscripts.rwd +19 -0
  115. data/gui/tinkerbackwindows/superant.com.rwdcalc/45listscripts.rwd +25 -0
  116. data/gui/tinkerbackwindows/superant.com.rwdcalc/46editscriptrecord.rwd +30 -0
  117. data/gui/tinkerbackwindows/superant.com.rwdcalc/4scriptutilities.rwd +25 -0
  118. data/gui/tinkerbackwindows/{superant.com.rwdschedulesback/m01menubegin.rwd → superant.com.rwdcalc/77jumplinkcommands.rwd} +4 -5
  119. data/gui/tinkerbackwindows/superant.com.rwdcalc/z9end.rwd +6 -0
  120. data/gui/tinkerbackwindows/superant.com.rwdshellbackwindow/1appname.rwd +1 -1
  121. data/gui/tinkerbackwindows/superant.com.rwdshellbackwindow/92viewconfiguration.rwd +1 -1
  122. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/75rwdlogfile.rwd +20 -0
  123. data/init.rb +5 -0
  124. data/installed/rwdaddressesdata2.inf +7 -0
  125. data/installed/{rwdshelldata1.inf → rwdrubydata1.inf} +1 -1
  126. data/installed/rwdwaddresses.inf +13 -0
  127. data/installed/rwdwcalc.inf +10 -0
  128. data/installed/rwdwruby.inf +12 -0
  129. data/lang/en/rwdcore/languagefile.rb +1 -0
  130. data/lang/es/rwdcore/languagefile-es.rb +1 -0
  131. data/lang/fr/rwdcore/languagefile.rb +1 -0
  132. data/lang/jp/rwdcore/languagefile.rb +1 -0
  133. data/lang/nl/rwdcore/languagefile.rb +1 -0
  134. data/lib/rconftool.rb +13 -6
  135. data/lib/rwd/net.rb +15 -4
  136. data/lib/rwd/ruby.rb +1 -1
  137. data/lib/rwd/rwd.rb +103 -620
  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/rwdtinker/rwdtinkertools.rb +24 -0
  142. data/names/Angelina Jolie.jpg +0 -0
  143. data/names/Angelina Jolie.nam +8 -0
  144. data/names/Angelina Jolie.vcf +8 -0
  145. data/names/Steven Gibson.jpg +0 -0
  146. data/names/Steven Gibson.nam +5 -0
  147. data/names/elektra.jpg +0 -0
  148. data/names/elektra.nam +7 -0
  149. data/names/nophoto.jpg +0 -0
  150. data/rwd_files/HowTo_Addresses.txt +272 -0
  151. data/rwd_files/HowTo_BigTinker.txt +11 -0
  152. data/rwd_files/{HowTo_Shell.txt → HowTo_Ruby.txt} +35 -4
  153. data/rwd_files/HowTo_RwdCalc.txt +127 -0
  154. data/rwd_files/HowTo_Tinker.txt +17 -1
  155. data/rwd_files/contacttmp.jpg +0 -0
  156. data/rwd_files/log/rwdtinker.log +2 -0
  157. data/rwdconfig.dist +14 -13
  158. data/scripts/test02.math +2 -0
  159. data/tests/{makedist-rwdwhypernote.rb → makedist-rwdwaddesses.rb} +3 -3
  160. data/tests/makedist-rwdwcalc.rb +58 -0
  161. data/tests/{makedist-rwdwshell.rb → makedist-rwdwruby.rb} +7 -5
  162. data/tests/makedist.rb +1 -1
  163. data/updates/temp.rb +1 -0
  164. data/zips/{rwdwaddresses-1.05.zip → rwdwaddresses-1.07.zip} +0 -0
  165. data/zips/rwdwcalc-0.63.zip +0 -0
  166. data/zips/rwdwfoldeditor-0.05.zip +0 -0
  167. data/zips/{rwdwgutenberg-0.09.zip → rwdwgutenberg-0.11.zip} +0 -0
  168. data/zips/rwdwhypernote-0.15.zip +0 -0
  169. data/zips/rwdwruby-1.08.zip +0 -0
  170. data/zips/{rwdwschedule-1.04.zip → rwdwschedule-1.05.zip} +0 -0
  171. data/zips/rwdwtorrent-0.07.zip +0 -0
  172. data/zips/wrubyslippers-1.07.zip +0 -0
  173. metadata +148 -103
  174. data/code/superant.com.rwdcalendar/gh9calendar.rb +0 -40
  175. data/code/superant.com.rwdcalendar/helptexthashrwdschedule.rb +0 -14
  176. data/code/superant.com.rwdcalendar/openhelpwindowrwdschedule.rb +0 -17
  177. data/code/superant.com.schedule/0uninstallapplet.rb +0 -15
  178. data/code/superant.com.schedule/archiveevent.rb +0 -14
  179. data/code/superant.com.schedule/archiveicsevent.rb +0 -14
  180. data/code/superant.com.schedule/cleareventscreendisplay.rb +0 -19
  181. data/code/superant.com.schedule/deleteeventrecord.rb +0 -19
  182. data/code/superant.com.schedule/deleteicseventrecord.rb +0 -19
  183. data/code/superant.com.schedule/deleterwdscheduleupdatefiles.rb +0 -20
  184. data/code/superant.com.schedule/downloadrwdschedulefiles.rb +0 -37
  185. data/code/superant.com.schedule/exporticseventrecord.rb +0 -97
  186. data/code/superant.com.schedule/helptexthashrwdschedule.rb +0 -82
  187. data/code/superant.com.schedule/listeventdates.rb +0 -19
  188. data/code/superant.com.schedule/listicseventdates.rb +0 -19
  189. data/code/superant.com.schedule/loadconfigurationvariables.rb +0 -14
  190. data/code/superant.com.schedule/loadeventrecord.rb +0 -38
  191. data/code/superant.com.schedule/loadicseventrecord.rb +0 -30
  192. data/code/superant.com.schedule/openhelpwindowrwdschedule.rb +0 -43
  193. data/code/superant.com.schedule/renameeventdata.rb +0 -14
  194. data/code/superant.com.schedule/renameicseventdata.rb +0 -17
  195. data/code/superant.com.schedule/returntomain.rb +0 -10
  196. data/code/superant.com.schedule/runrwdscheduleicsbackwindow.rb +0 -10
  197. data/code/superant.com.schedule/runrwdschedulemenu1.rb +0 -34
  198. data/code/superant.com.schedule/runrwdschedulesyncbackwindow.rb +0 -10
  199. data/code/superant.com.schedule/saveconfigurationrecord.rb +0 -19
  200. data/code/superant.com.schedule/saveeventrecord.rb +0 -25
  201. data/code/superant.com.schedule/saveicseventrecord.rb +0 -98
  202. data/code/superant.com.schedule/syncrwdschedule.rb +0 -30
  203. data/code/superant.com.schedule/uploadrwdschedulefiles.rb +0 -30
  204. data/code/superant.com.schedule/viewevent.rb +0 -20
  205. data/code/superant.com.schedule/viewicsevent.rb +0 -20
  206. data/code/superant.com.schedule/viewrwdschedulesconfiguration.rb +0 -21
  207. data/configuration/rwdwschedule-1.04.dist +0 -25
  208. data/configuration/rwdwshell-1.04.dist +0 -16
  209. data/extras/cal.rb +0 -158
  210. data/extras/icalendar/base.rb +0 -17
  211. data/extras/icalendar/calendar.rb +0 -44
  212. data/extras/icalendar/calendar_parser.rb +0 -237
  213. data/extras/icalendar/component/alarm.rb +0 -16
  214. data/extras/icalendar/component/event.rb +0 -25
  215. data/extras/icalendar/component/freebusy.rb +0 -12
  216. data/extras/icalendar/component/journal.rb +0 -25
  217. data/extras/icalendar/component/timezone.rb +0 -26
  218. data/extras/icalendar/component/todo.rb +0 -21
  219. data/extras/icalendar/component.rb +0 -91
  220. data/extras/icalendar/helpers.rb +0 -103
  221. data/extras/icalendar/parameter.rb +0 -25
  222. data/extras/icalendar.rb +0 -18
  223. data/gui/tinkerbackwindows/superant.com.rwdschedulebackwindow/1appname.rwd +0 -5
  224. data/gui/tinkerbackwindows/superant.com.rwdschedulebackwindow/20downloadftp.rwd +0 -45
  225. data/gui/tinkerbackwindows/superant.com.rwdschedulebackwindow/67viewconfiguration.rwd +0 -29
  226. data/gui/tinkerbackwindows/superant.com.rwdschedulebackwindow/m01menubegin.rwd +0 -18
  227. data/gui/tinkerbackwindows/superant.com.rwdschedules/1appname.rwd +0 -5
  228. data/gui/tinkerbackwindows/superant.com.rwdschedules/gg0viewevent.rwd +0 -27
  229. data/gui/tinkerbackwindows/superant.com.rwdschedules/gl6editrecord.rwd +0 -56
  230. data/gui/tinkerbackwindows/superant.com.rwdschedules/gl8contactutilities.rwd +0 -25
  231. data/gui/tinkerbackwindows/superant.com.rwdschedules/hl9calendar.rwd +0 -27
  232. data/gui/tinkerbackwindows/superant.com.rwdschedulesback/1appname.rwd +0 -5
  233. data/gui/tinkerbackwindows/superant.com.rwdschedulesback/30viewevent.rwd +0 -27
  234. data/gui/tinkerbackwindows/superant.com.rwdschedulesback/40editrecord.rwd +0 -49
  235. data/gui/tinkerbackwindows/superant.com.rwdschedulesback/60eventicsutilities.rwd +0 -25
  236. data/installed/rwdscheduledate2.inf +0 -6
  237. data/installed/rwdwschedule-1.04.inf +0 -17
  238. data/installed/rwdwshell-1.04.inf +0 -11
  239. data/lang/en/rwdcalendar/calendar-en.rb +0 -6
  240. data/lang/es/rwdcalendar/calendar-nl.rb +0 -6
  241. data/lang/nl/rwdcalendar/calendar-nl.rb +0 -6
  242. data/rwd_files/HowTo_RubyEval.html +0 -80
  243. data/rwd_files/HowTo_Schedule.txt +0 -257
  244. data/zips/rwdwcalc-0.61.zip +0 -0
  245. data/zips/rwdwshell-1.04.zip +0 -0
  246. data/zips/wrubyslippers-1.06.zip +0 -0
  247. /data/gui/tinkerbackwindows/{superant.com.rwdshellbackwindow → superant.com.ashellscripts}/44listplayscripts.rwd +0 -0
  248. /data/gui/tinkerbackwindows/{superant.com.rwdshellbackwindow → superant.com.ashellscripts}/45listscripts.rwd +0 -0
  249. /data/gui/tinkerbackwindows/{superant.com.rwdshellbackwindow → superant.com.ashellscripts}/46editscriptrecord.rwd +0 -0
  250. /data/gui/tinkerbackwindows/{superant.com.ashellscripts → superant.com.rwdshellbackwindow}/2listplayscripts.rwd +0 -0
  251. /data/gui/tinkerbackwindows/{superant.com.ashellscripts → superant.com.rwdshellbackwindow}/2listscripts.rwd +0 -0
  252. /data/gui/tinkerbackwindows/{superant.com.ashellscripts → superant.com.rwdshellbackwindow}/3editscripts.rwd +0 -0
  253. /data/gui/tinkerbackwindows/{superant.com.ashellscripts → superant.com.rwdshellbackwindow}/4scriptutilities.rwd +0 -0
  254. /data/gui/tinkerbackwindows/{superant.com.ashellscripts → superant.com.rwdshellbackwindow}/6rwdshelleval.rwd +0 -0
@@ -0,0 +1,19 @@
1
+ $rwdguivar=
2
+ "
3
+ <tab name=\"Viewnamedata\" caption=\"View Contact\">
4
+
5
+ <table>
6
+ <row> <p align=\"right\">Contact Name:</p> <text name=\"a_viewnamedata\"/> </row>
7
+
8
+ </table>
9
+
10
+ <horizontal>
11
+ <button caption=\"Open\" action=\"viewnamedata\"/>
12
+ <button caption=\"View Photo\" action=\"viewcontactphoto\"/>
13
+ <button caption=\"Help\" action=\"runhelpwindowrwdaddresses\"/>
14
+
15
+ </horizontal>
16
+
17
+ "
18
+
19
+
@@ -0,0 +1,21 @@
1
+ $rwdguivar=
2
+ "
3
+ <table>
4
+
5
+
6
+
7
+ <p>%viewnamedatadisplay%</p>
8
+ </table>
9
+ <table>
10
+ <image src=\"contacttmp.jpg\"></image>
11
+ </table>
12
+ <table>
13
+ <horizontal>
14
+ <button caption=\"List Contacts\" action=\"listnamerecordfiles\"/>
15
+ </horizontal>
16
+ <p>%%listnamerecordfilesresult%%</p>
17
+ </table>
18
+ </tab>"
19
+
20
+
21
+
@@ -0,0 +1,39 @@
1
+ $rwdguivar=
2
+ "
3
+ <tab name=\"editnamerecordfile\" caption=\"Edit Contact\">
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=\"loadnamerecord\"/>
10
+ <button caption=\"Save Changes\" action=\"createnewnamerecord\"/>
11
+ <button caption=\"Clear\" action=\"clearnamescreendisplay\"/>
12
+ <button caption=\"Help\" action=\"runhelpwindowrwdaddresses\"/>
13
+
14
+
15
+
16
+
17
+ </horizontal>
18
+ <table>
19
+ <row> <p align=\"right\">FileName:</p> <text size=50 name=\"a_filename\"/> </row>
20
+ <row> <p align=\"right\">Contact Name:</p> <text size=70 name=\"a_name\"/> </row>
21
+ <row> <p align=\"right\">Address:</p> <text size=70 name=\"a_address\"/> </row>
22
+ <row> <p align=\"right\">CityStateZip:</p> <text size=70 name=\"a_citystatezip\"/> </row>
23
+ <row> <p align=\"right\">Phone:</p> <text size=70 name=\"a_phone\"/> </row>
24
+ <row> <p align=\"right\">Email:</p> <text size=70 name=\"a_email\"/> </row>
25
+ <row> <p align=\"right\">Comment1:</p> <text size=70 name=\"a_comment1\"/> </row>
26
+ <row> <p align=\"right\">Comment2:</p> <text size=70 name=\"a_comment2\"/> </row>
27
+ <row> <p align=\"right\">Comment3:</p> <text size=70 name=\"a_comment3\"/> </row>
28
+
29
+ </table>
30
+ <horizontal>
31
+ <button caption=\"Export vCard\" action=\"savevcardrecord\"/>
32
+
33
+
34
+ </horizontal>
35
+ <p>%extranamedatadisplay%</p>
36
+ <p>
37
+ <p>%createnewnamerecorddisplay%</p>
38
+ </tab>"
39
+
@@ -0,0 +1,32 @@
1
+ $rwdguivar=
2
+ "
3
+ <tab name=\"Viewvcardrecord\" caption=\"View vCard Record\">
4
+
5
+ <table>
6
+ <row> <p align=\"right\">Contact Name:</p> <text name=\"a_viewvcarddata\"/> </row>
7
+
8
+ </table>
9
+
10
+ <horizontal>
11
+ <button caption=\"Open\" action=\"viewvcarddata\"/>
12
+ <button caption=\"Help\" action=\"runhelpwindowrwdaddresses\"/>
13
+
14
+ </horizontal>
15
+
16
+
17
+ <table>
18
+
19
+
20
+ <p>%viewvcarddatadisplay%</p>
21
+
22
+
23
+ </table>
24
+ <horizontal>
25
+ <button caption=\"List vCard Records\" action=\"listvcardrecordfiles\"/>
26
+ </horizontal>
27
+ <p>%%listvcardrecordfilesresult%%</p>
28
+
29
+ </tab>"
30
+
31
+
32
+
@@ -0,0 +1,34 @@
1
+ $rwdguivar=
2
+ "
3
+ <tab name=\"contactutilitiesrwdaddresses\" caption=\"Contact Utilities\">
4
+
5
+ <table>
6
+ <row> <p align=\"right\">Contact Name:</p> <text name=\"a_viewnamedata\"/> </row>
7
+ <row> <p align=\"right\">New Name:</p> <text name=\"a_changenamedata\"/> </row>
8
+
9
+ </table>
10
+
11
+ <horizontal>
12
+ <button caption=\"Rename Record\" action=\"changenamedata\"/>
13
+ <button caption=\"Delete Record\" action=\"deletecontactrecord\"/>
14
+ </horizontal>
15
+ <table>
16
+
17
+ <row> <p align=\"right\">Photo Name:</p> <text name=\"a_tmpphotoname\"/> </row>
18
+ </table>
19
+
20
+ <horizontal>
21
+ <button caption=\"Attach Photo\" action=\"attachtmpcontactphoto\"/>
22
+ <button caption=\"Help\" action=\"runhelpwindowrwdaddresses\"/>
23
+ </horizontal>
24
+
25
+ <horizontal>
26
+ <button caption=\"List Contacts\" action=\"listnamerecordfiles\"/>
27
+
28
+
29
+ <button caption=\"List Photos\" action=\"viewtmpcontactphoto\"/>
30
+ </horizontal>
31
+
32
+ <p>%%listnamerecordfilesresult%%</p>
33
+ <p>%%listphotosfromtmp%%</p>
34
+ </tab>"
@@ -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
+
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
+ "
@@ -1,6 +1,6 @@
1
- $rwdguivar=
2
- "
3
- </tabs>
4
- </window>"
5
-
6
-
1
+ $rwdguivar=
2
+ "
3
+ </tabs>
4
+ </window>"
5
+
6
+
@@ -0,0 +1,5 @@
1
+ $rwdguivar=
2
+ "
3
+ <window name = \"rwdaddressessyncwindow\" title=\"Rwdaddresses Sync Window\">
4
+
5
+ <tabs>"
@@ -0,0 +1,45 @@
1
+ $rwdguivar=
2
+ "
3
+ <tab name=\"rwdaddressessynctasks\" caption=\"Rwdaddresses Sync Functions\">
4
+
5
+
6
+ <table>
7
+ <row> <p align=\"right\"> </row>
8
+ <row> <p align=\"right\">Upload Contact records to a ftp server to sync </row>
9
+
10
+ <row> <p align=\"right\">Set your ftp details in the configuration file </row>
11
+
12
+
13
+ </table>
14
+
15
+ <horizontal>
16
+ <button caption=\"Download contact files from ftp site\" action=\"downloadrwdaddressfiles\"/>
17
+ <button caption=\"Upload contact files to ftp site\" action=\"uploadrwdaddressfiles\"/>
18
+ </horizontal>
19
+ <horizontal>
20
+ <button caption=\"Delete local update files\" action=\"deleterwdaddressesupdatefiles\"/>
21
+ <button caption=\"Help\" action=\"runhelpwindowrwdaddresses\"/>
22
+
23
+ </horizontal>
24
+ <p>%rwdaddressesftpdisplay%</p>
25
+
26
+ <table>
27
+ <row> <p align=\"right\"> </row>
28
+
29
+ </table>
30
+
31
+
32
+ <horizontal>
33
+ <button caption=\"Sync Local data with downloaded data\" action=\"syncrwdaddressdata\"/>
34
+
35
+
36
+ </horizontal>
37
+
38
+
39
+
40
+ <p>%rwdaddressessyncresult%</p>
41
+
42
+ </tab>"
43
+
44
+
45
+
@@ -1,16 +1,23 @@
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
-
1
+ $rwdguivar=
2
+ "
3
+ <tab name=\"diagnostictab\" caption=\"Diagnostic Tab\">
4
+
5
+
6
+
7
+ <table>
8
+ <row> <p> </row>
9
+
10
+ </table>
11
+
12
+ <horizontal>
13
+ <button caption=\"view platform\" action=\"runviewplatform\"/>
14
+
15
+ </horizontal>
16
+
17
+ <p>%platformdisplay%</p>
18
+
19
+
20
+ </tab>"
21
+
22
+
23
+
@@ -0,0 +1,34 @@
1
+ $rwdguivar=
2
+ "
3
+ <tab name=\"viewaddressesconfiguration\" caption=\"RwdAddresses Configuration\">
4
+
5
+
6
+
7
+ <table>
8
+ <row> <p> </row>
9
+ <row> <p align=\"right\">You can view or edit the rwdaddresses configuration file here</row>
10
+ <row> <p> </row>
11
+ <horizontal>
12
+ <button caption=\"Fill Record\" action=\"loadrwdaddressesconfiguration\"/>
13
+ <button caption=\"Save Changes\" action=\"saverwdaddressesconfiguration\"/>
14
+ <button caption=\"Reload Variables\" action=\"loadrwdaddressesconfigurationvariables\"/>
15
+ <button caption=\"Help\" action=\"runhelpwindowrwdaddresses\"/>
16
+
17
+ </horizontal>
18
+ <horizontal>
19
+ %a_adconfigurationfilename%
20
+ </horizontal>
21
+
22
+
23
+ <table>
24
+
25
+ <textarea name=\"a_adconfigurationfile\"/> </row>
26
+
27
+ </table>
28
+ <p>
29
+ <p>%newadconfigurationresult%</p>
30
+
31
+
32
+
33
+ </tab>"
34
+
@@ -0,0 +1,11 @@
1
+ $rwdguivar=
2
+ "
3
+ <tab name=\"selectiontab\" caption=#{Message[:selection_panel]}>
4
+
5
+ <table>
6
+ <row> <p align=\"right\">Open a new location </row>
7
+
8
+ </table>
9
+ "
10
+
11
+
@@ -1,7 +1,5 @@
1
- $rwdguivar=
2
- "
3
- <tab name=\"rwdschedultab\" caption=\"RwdSchedule Menu\">
4
-
1
+ $rwdguivar=
2
+ "
5
3
  <horizontal>
6
4
  <button caption=\"Show Jump Links\" action=\"showjumplinkoptions\"/>
7
5
 
@@ -14,5 +12,4 @@ $rwdguivar=
14
12
  <horizontal>
15
13
  <button caption=\"Jump to Application Location\" action=\"runjumplinkcommand\"/>
16
14
  </horizontal>
17
- </tab>
18
15
  "
@@ -1,6 +1,6 @@
1
- $rwdguivar=
2
- "
3
- </tabs>
4
- </window>"
5
-
6
-
1
+ $rwdguivar=
2
+ "
3
+ </tabs>
4
+ </window>"
5
+
6
+
@@ -0,0 +1,4 @@
1
+ $rwdguivar=
2
+ "
3
+ <window name = \"rwdcalcwindow\" title=\"rwd Calc \">
4
+ <tabs>"
@@ -0,0 +1,24 @@
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
+ <button caption=\"help\" action=\"runhelpwindowrwdcalc\"/>
16
+ </horizontal>
17
+ <horizontal>
18
+ <button caption=\"Clear Tape\" action=\"frwdcleartape\"/>
19
+ </horizontal>
20
+ <p>%frunningtape%
21
+ </tab>"
22
+
23
+
24
+
@@ -0,0 +1,25 @@
1
+ $rwdguivar=
2
+ "
3
+ <tab name=\"rwdcalc\" caption=\"Int Calc\">
4
+ <table>
5
+ <row> <p align=\"right\">First number:</p> <text name=\"a_calc\"/> </row>
6
+ <row> <p align=\"right\">Second number:</p> <text name=\"b_calc\"/> </row>
7
+ </table>
8
+ <p>%result%</p>
9
+ <horizontal>
10
+ <button caption=\"Add\" action=\"rwdadd\"/>
11
+ <button caption=\"Subtract\" action=\"rwdsubtract\"/>
12
+
13
+ <button caption=\"Multiply\" action=\"rwdmultiply\"/>
14
+ <button caption=\"Divide\" action=\"rwddivide\"/>
15
+ <button caption=\"Help\" action=\"runhelpwindowrwdcalc\"/>
16
+
17
+ </horizontal>
18
+ <horizontal>
19
+ <button caption=\"Clear Tape\" action=\"rwdcleartape\"/>
20
+ </horizontal>
21
+ <p>%runningtape%
22
+ </tab>"
23
+
24
+
25
+
@@ -0,0 +1,25 @@
1
+ $rwdguivar=
2
+ "
3
+ <tab name=\"mathcommands\" caption=\"Math Tools\">
4
+ <horizontal>
5
+ <p>Input A: <text name=\"a_mathtoola\"/> </p>
6
+ <p>Input B: <text name=\"a_mathtoolb\"/> </p>
7
+ </horizontal>
8
+ <horizontal>
9
+ <button caption=\"Help\" action=\"runhelpwindowrwdcalc\"/>
10
+ </horizontal>
11
+ <p>%viewgemcommandresult%</p>
12
+ <horizontal>
13
+ <button caption=\"Show Math Command Choices\" action=\"showmathcommandoptions\"/>
14
+
15
+ </horizontal>
16
+ <table>
17
+ <select name=\"a_mathcommandinput\"> %%mathcommandoptions%% </select>
18
+
19
+ </table>
20
+ <horizontal>
21
+ <button caption=\"Run Command\" action=\"runmathcommand\"/>
22
+
23
+ </horizontal>
24
+ <p>%mathcommandresult%</p>
25
+ </tab>"
@@ -0,0 +1,19 @@
1
+ $rwdguivar=
2
+ "
3
+ <tab name=\"calcscriptlister\" caption=\"List\\Run Scripts\">
4
+ <horizontal>
5
+ <text name=\"a_calcnumx\"/>
6
+ <text name=\"a_calcnumy\"/>
7
+ </horizontal>
8
+ <table>
9
+ <row> <p align=\"right\">Script Name:</p> <text name=\"a_calcscriptcmd\"/> </row>
10
+
11
+ </table>
12
+
13
+ <horizontal>
14
+ <button caption=\"Execute\" action=\"playcalcscript\"/>
15
+
16
+
17
+ </horizontal>
18
+ <p>%playcalcscript_display%</p>"
19
+
@@ -0,0 +1,25 @@
1
+ $rwdguivar=
2
+ "
3
+ <table>
4
+ <row> <p align=\"right\">ScriptName:</p> <text name=\"a_calcscriptfilename\"/> </row>
5
+
6
+ </table>
7
+
8
+ <horizontal>
9
+ <button caption=\"ViewScript\" action=\"viewcalcscript\"/>
10
+ <button caption=\"Help\" action=\"runhelpwindowrwdcalc\"/>
11
+
12
+ </horizontal>
13
+ <p>%displayscripttext%</p>
14
+
15
+ <horizontal>
16
+
17
+ <button caption=\"ListFiles\" action=\"listcalcscripts\"/>
18
+ <button caption=\"Cancel\" action=\"main\"/>
19
+
20
+ </horizontal>
21
+ <p>%%listcalcscriptresult%%</p>
22
+ </tab>"
23
+
24
+
25
+
@@ -0,0 +1,30 @@
1
+ $rwdguivar=
2
+ "
3
+ <tab name=\"editeventrecordfile\" 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=\"loadcalcscriptrecord\"/>
10
+ <button caption=\"Save Changes\" action=\"savecalcrecord\"/>
11
+ <button caption=\"Clear\" action=\"clearcalcscreendisplay\"/>
12
+ <button caption=\"Help\" action=\"runhelpwindowrwdcalc\"/>
13
+ </horizontal>
14
+ <horizontal>
15
+ <row> <p align=\"right\">FileName:</p>
16
+ <text name=\"a_calcscriptfilename\"/>
17
+ </horizontal>
18
+ <table>
19
+ <textarea name=\"a_calcscriptrecord\"/> </row>
20
+
21
+
22
+ </table>
23
+
24
+ <p>
25
+ <p>%neweventresult%</p>
26
+
27
+
28
+
29
+ </tab>"
30
+
@@ -0,0 +1,25 @@
1
+ $rwdguivar=
2
+ "
3
+ <tab name=\"scriptutilitiesrwdshell\" caption=\"Script Utilities\">
4
+
5
+ <table>
6
+ <row> <p align=\"right\">Script Title:</p> <text name=\"a_calcscriptfilename\"/> </row>
7
+ <row> <p align=\"right\">New Name:</p> <text name=\"a_changecalcscriptname\"/> </row>
8
+
9
+ </table>
10
+
11
+ <horizontal>
12
+ <button caption=\"Rename Script \" action=\"changecalcscriptname\"/>
13
+ <button caption=\"Delete Script\" action=\"deletecalcscriptrecord\"/>
14
+ <button caption=\"Help\" action=\"runhelpwindowrwdcalc\"/>
15
+ </horizontal>
16
+
17
+ <p>%%calcscriptfilechangeresult%%</p>
18
+ <horizontal>
19
+ <button caption=\"List Scripts\" action=\"listcalcscripts\"/>
20
+
21
+
22
+ </horizontal>
23
+
24
+ <p>%%listcalcscriptresult%%</p>
25
+ </tab>"
@@ -1,7 +1,6 @@
1
- $rwdguivar=
2
- "
3
- <tab name=\"rwdscheduleselectiontab\" caption=\"RwdSchedule Menu\">
4
-
1
+ $rwdguivar=
2
+ "
3
+ <tab name=calcMenu caption=Menu>
5
4
  <horizontal>
6
5
  <button caption=\"Show Jump Links\" action=\"showjumplinkoptions\"/>
7
6
 
@@ -14,5 +13,5 @@ $rwdguivar=
14
13
  <horizontal>
15
14
  <button caption=\"Jump to Application Location\" action=\"runjumplinkcommand\"/>
16
15
  </horizontal>
17
- </tab>
16
+ </tab>
18
17
  "
@@ -0,0 +1,6 @@
1
+ $rwdguivar=
2
+ "
3
+ </tabs>
4
+ </window>"
5
+
6
+
@@ -1,5 +1,5 @@
1
1
  $rwdguivar=
2
2
  "
3
- <window name = \"rwdshellbackwindow\" title=\"RwdShell Back Window\">
3
+ <window name = \"rwdrubybackwindow\" title=\"RwdRuby Back Window\">
4
4
 
5
5
  <tabs>"
@@ -1,6 +1,6 @@
1
1
  $rwdguivar=
2
2
  "
3
- <tab name=\"viewrwdshellconfiguration\" caption=\"RwdShell Configuration\">
3
+ <tab name=\"viewrwdrubyconfiguration\" caption=\"RwdRuby Configuration\">
4
4
 
5
5
 
6
6
 
@@ -0,0 +1,20 @@
1
+ $rwdguivar=
2
+ "
3
+ <tab name=\"rwdlogfiletab\" caption=\"RWD Log Files\">
4
+ <table>
5
+ <horizontal>
6
+
7
+
8
+ <p align=\"left\">Number of lines to display</p> <text size=11 name=\"a_rwdtinkerlognumber\"/>
9
+
10
+ <button caption=#{Message[:viewlogger_information]} action=\"rwdtinkerrunviewlog\"/>
11
+ </horizontal>
12
+
13
+ </table>
14
+
15
+ <p>%returnlogdisplay%</p>
16
+
17
+ </tab>"
18
+
19
+
20
+
data/init.rb CHANGED
@@ -21,6 +21,11 @@
21
21
  #* at "smalllinux@gmail.com".
22
22
  #***********************************************************************/
23
23
 
24
+ require 'logger'
25
+
26
+ $rwdtinkerlog = Logger.new( 'rwd_files/log/rwdtinker.log', 'weekly' )
27
+ $rwdtinkerlog.level = Logger::INFO
28
+
24
29
  require "lib/rwd/rwd"
25
30
  require 'fileutils'
26
31
  require 'lib/rconftool'
@@ -0,0 +1,7 @@
1
+ # rwdaddresses sample data
2
+ names/Angelina Jolie.nam
3
+ names/Steven Gibson.nam
4
+ names/Angelina Jolie.jpg
5
+ names/Steven Gibson.jpg
6
+ names/elektra.nam
7
+ names/elektra.jpg
@@ -1,4 +1,4 @@
1
- # sample data for rwdshell
1
+ # sample data for rwdruby
2
2
  scripts/date.sh
3
3
  scripts/echo2.sh
4
4
  scripts/lister.sh
@@ -0,0 +1,13 @@
1
+ # rwdaddresses - applet
2
+ gui/tinkerbackwindows/superant.com.rwdaddressessyncbackwindow
3
+ gui/tinkerbackwindows/superant.com.addressesphotowindow
4
+ gui/tinkerbackwindows/superant.com.rwdaddresses
5
+ code/superant.com.rwdaddresses
6
+ rwd_files/HowTo_Addresses.txt
7
+ rwd_files/contacttmp.jpg
8
+ configuration/rwdwaddresses.dist
9
+ configuration/rwdwaddresses.cnf
10
+ names/nophoto.jpg
11
+ updates/temp.rb
12
+ tests/makedist-rwdwaddesses.rb
13
+ tests/gemspec-rwdwaddresses