rwdschedule 0.92 → 0.93

Sign up to get free protection for your applications and to get access to all the features.
Files changed (146) hide show
  1. data/Readme.txt +131 -120
  2. data/bin/rwdschedule +18 -18
  3. data/code/{00rwdtinkercore/aa0begin.rb → 01rwdcore/01rwdcore.rb} +20 -18
  4. data/code/01rwdcore/02helptexthashbegin.rb +4 -0
  5. data/code/01rwdcore/03helptexthash.rb +48 -0
  6. data/code/01rwdcore/04helptextend.rb +6 -0
  7. data/code/01rwdcore/openhelpwindow.rb +45 -0
  8. data/code/{00rwdtinkercore → 01rwdcore}/rwdtinkerversion.rb +15 -15
  9. data/code/01rwdcore/rwdwindowreturn.rb +11 -0
  10. data/code/superant.com.rwdcalendar/gh9calendar.rb +40 -16
  11. data/code/superant.com.rwdtinkerbackwindow/diagnostictab.rb +21 -21
  12. data/code/superant.com.rwdtinkerbackwindow/installapplet.rb +21 -21
  13. data/code/superant.com.rwdtinkerbackwindow/listinstalledfiles.rb +1 -1
  14. data/code/superant.com.rwdtinkerbackwindow/listzips.rb +6 -6
  15. data/code/superant.com.rwdtinkerbackwindow/loadconfigurationrecord.rb +32 -32
  16. data/code/superant.com.rwdtinkerbackwindow/loadconfigurationvariables.rb +13 -13
  17. data/code/superant.com.rwdtinkerbackwindow/openappletname.rb +18 -18
  18. data/code/superant.com.rwdtinkerbackwindow/removeapplet.rb +28 -28
  19. data/code/{superant.com.rwdtinkercallable/callable.rb → superant.com.rwdtinkerbackwindow/runrwdtinkerbackwindow.rb} +11 -12
  20. data/code/superant.com.rwdtinkerbackwindow/rwdtinkerwin2version.rb +14 -14
  21. data/code/superant.com.rwdtinkerbackwindow/saveconfigurationrecord.rb +18 -18
  22. data/code/superant.com.schedule/archiveevent.rb +14 -0
  23. data/code/superant.com.schedule/cleareventscreendisplay.rb +15 -15
  24. data/code/superant.com.schedule/deleteeventrecord.rb +18 -18
  25. data/code/superant.com.schedule/deleterwdscheduleupdatefiles.rb +19 -19
  26. data/code/superant.com.schedule/downloadrwdschedulefiles.rb +34 -34
  27. data/code/superant.com.schedule/helptexthashrwdschedule.rb +52 -0
  28. data/code/superant.com.schedule/listeventdates.rb +18 -18
  29. data/code/superant.com.schedule/loadconfigurationrecord.rb +34 -0
  30. data/code/superant.com.schedule/loadconfigurationvariables.rb +13 -0
  31. data/code/superant.com.schedule/loadeventrecord.rb +29 -29
  32. data/code/superant.com.schedule/openhelpwindowrubyslippers.rb +25 -0
  33. data/code/superant.com.schedule/renameeventdata.rb +10 -10
  34. data/code/superant.com.schedule/runrwdschedulesyncbackwindow.rb +9 -8
  35. data/code/superant.com.schedule/rwdschedulehelpabout.rb +14 -14
  36. data/code/superant.com.schedule/saveconfigurationrecord.rb +18 -0
  37. data/code/superant.com.schedule/saveeventrecord.rb +18 -18
  38. data/code/superant.com.schedule/syncrwdschedule.rb +30 -30
  39. data/code/superant.com.schedule/uploadrwdschedulefiles.rb +30 -30
  40. data/code/superant.com.schedule/viewevent.rb +20 -20
  41. data/code/superant.com.schedule/viewrwdschedulesconfiguration.rb +21 -21
  42. data/code/zz0applicationend/zz0end.rb +4 -4
  43. data/configuration/language.cnf +5 -5
  44. data/configuration/rwdcalendar.cnf +4 -4
  45. data/configuration/rwdcalendarversion.cnf +4 -4
  46. data/configuration/rwdplayscriptsversion.cnf +2 -0
  47. data/configuration/rwdschedule.cnf +3 -3
  48. data/configuration/rwdscheduleversion.cnf +3 -3
  49. data/configuration/rwdtinker.cnf +3 -0
  50. data/configuration/rwdtinkerversion.cnf +2 -2
  51. data/configuration/tinkerwin2variables.cnf +8 -8
  52. data/configuration/tinkerwin2version.cnf +3 -3
  53. data/ev/browser.rb +109 -109
  54. data/ev/ftools.rb +170 -170
  55. data/ev/net.rb +750 -750
  56. data/ev/ruby.rb +819 -819
  57. data/ev/rwd.rb +1848 -1848
  58. data/ev/sgml.rb +236 -236
  59. data/ev/thread.rb +63 -63
  60. data/ev/tree.rb +343 -343
  61. data/ev/xml.rb +4 -4
  62. data/extras/cal.rb +158 -166
  63. data/gui/00coreguibegin/applicationguitop.rwd +4 -0
  64. data/gui/frontwindow0/superant.com.rwdschedules/gg0viewevent.rwd +27 -27
  65. data/gui/frontwindow0/superant.com.rwdschedules/gl6editrecord.rwd +36 -36
  66. data/gui/frontwindow0/superant.com.rwdschedules/gl8contactutilities.rwd +24 -24
  67. data/gui/frontwindow0/superant.com.rwdschedules/zviewconfiguration.rwd +38 -0
  68. data/gui/frontwindow0/superant.com.tinkercalendar/hl9calendar.rwd +27 -20
  69. data/gui/frontwindowselectionbegin/selectiontabbegin/selectiontabbegin.rwd +16 -16
  70. data/gui/frontwindowselections/superant.com.rwdscheduleselectiontab/rwdschedulessyncselectiontab.rwd +12 -12
  71. data/gui/frontwindowselections/superant.com.rwdtinkerwin2selectiontab/rwdwin2selectiontab.rwd +12 -12
  72. data/gui/frontwindowselectionzend/viewselectionzend/viewselectionend.rwd +3 -3
  73. data/gui/frontwindowtdocumentbegin/superant.com.documentsbegin/tt0documentbegin.rwd +6 -6
  74. data/gui/frontwindowtdocuments/superant.com.documents/uu5documents.rwd +15 -15
  75. data/gui/frontwindowtdocuments/superant.com.rwdscheduledocument/uu8doc_rwdschedule.rwd +4 -4
  76. data/gui/frontwindowtdocuments/superant.com.tinkerwin2documents/uu5documents.rwd +6 -6
  77. data/gui/frontwindowtdocumentzend/superant.com.documentsend/ww0documentend.rwd +12 -7
  78. data/gui/frontwindowz1end/frontwindowend/xx0rwdfirsttab.rwd +6 -6
  79. data/gui/helpaboutbegin/superant.com.helpaboutbegin/ya0helpscreenstart.rwd +3 -3
  80. data/gui/helpaboutinstalled/superant.com.rwdwin2helpabout/1appname.rwd +4 -4
  81. data/gui/helpaboutinstalled/superant.com.rwdwin2helpabout/3copyright.rwd +3 -3
  82. data/gui/helpaboutinstalled/superant.com.rwdwin2helpabout/5version.rwd +10 -10
  83. data/gui/helpaboutinstalled/superant.com.schedulehelpabout/1rwdschedule.rwd +6 -6
  84. data/gui/helpaboutinstalled/superant.com.schedulehelpabout/5version.rwd +9 -9
  85. data/gui/helpaboutinstalled/superant.com.tinkerhelpabout/1appname.rwd +4 -4
  86. data/gui/helpaboutinstalled/superant.com.tinkerhelpabout/3copyright.rwd +3 -3
  87. data/gui/helpaboutinstalled/superant.com.tinkerhelpabout/5version.rwd +10 -10
  88. data/gui/helpaboutzend/superant.com.helpaboutend/helpscreenend.rwd +2 -2
  89. data/gui/tinkerbackwindows/superant.com.rwdschedulebackwindow/1appname.rwd +5 -5
  90. data/gui/tinkerbackwindows/superant.com.rwdschedulebackwindow/20downloadftp.rwd +45 -44
  91. data/gui/tinkerbackwindows/superant.com.rwdschedulebackwindow/66viewconfiguration.rwd +16 -16
  92. data/gui/tinkerbackwindows/superant.com.rwdschedulebackwindow/70rwddiagnostics.rwd +33 -33
  93. data/gui/tinkerbackwindows/superant.com.rwdschedulebackwindow/80returntab.rwd +11 -11
  94. data/gui/tinkerbackwindows/superant.com.rwdschedulebackwindow/zvbackend.rwd +6 -6
  95. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/1appname.rwd +5 -5
  96. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/50rwdlistapplets.rwd +44 -44
  97. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/50rwdlistzips.rwd +35 -35
  98. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/{40editconfiguration.rwd → 60editconfiguration.rwd} +37 -36
  99. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/{3arwddiagnostics.rwd → 70rwddiagnostics.rwd} +33 -33
  100. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/80tab1.rwd +11 -11
  101. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/9backend.rwd +6 -6
  102. data/gui/tinkerbackwindows/superant.com.tinkerhelpwindow/1appname.rwd +32 -0
  103. data/gui/tinkerbackwindows/{superant.com.tinercallablewindow → superant.com.tinkerhelpwindow}/9end.rwd +4 -4
  104. data/gui/tinkerbackwindows/superant.com.versionwindow/1appname.rwd +19 -19
  105. data/gui/zzcoreguiend/tinkerapplicationguiend/yy9rwdend.rwd +4 -4
  106. data/init.rb +233 -233
  107. data/installed/rwdtinkerwin2-0.5.inf +8 -8
  108. data/installed/rwdviewlogo-0.4.inf +4 -0
  109. data/lang/alanguagehashbegin.rb +4 -4
  110. data/lang/en/rwdcalendar/calendar-en.rb +6 -0
  111. data/lang/en/rwdcore/languagefile.rb +15 -15
  112. data/lang/es/rwdcalendar/calendar-nl.rb +6 -6
  113. data/lang/es/rwdcore/languagefile-es.rb +14 -14
  114. data/lang/jp/rwdcore/languagefile.rb +9 -9
  115. data/lang/languagehash.rb +4 -4
  116. data/lang/nl/rwdcalendar/calendar-nl.rb +6 -6
  117. data/lang/nl/rwdcore/languagefile.rb +19 -19
  118. data/lang/templangfile.rb +21 -21
  119. data/lang/vlanguagehashend.rb +6 -6
  120. data/lang/wlocallangstart.rb +5 -5
  121. data/lang/xlocallangfile.rb +21 -21
  122. data/lang/zlocallangend.rb +2 -2
  123. data/lib/temp.rb +1 -1
  124. data/rwd_files/HowTo_Schedule.txt +131 -122
  125. data/rwd_files/HowTo_Tinker.txt +351 -318
  126. data/rwd_files/HowTo_TinkerWin2.txt +202 -202
  127. data/rwd_files/Readme.txt +57 -57
  128. data/rwd_files/rdoc-style.css +174 -174
  129. data/rwd_files/rwdapplications.html +54 -54
  130. data/schedules/200501january23CharlotteB-Day.sch +8 -8
  131. data/updates/200502Februay01 Lynn back.sch +8 -0
  132. data/updates/200502Februay21 PCU Diner.sch +8 -0
  133. data/updates/200502february16a.sch +8 -0
  134. data/updates/200505may02a.sch +8 -0
  135. data/updates/200506june20a.sch +8 -0
  136. data/updates/200506june29a.sch +8 -0
  137. data/updates/200507july04a.sch +8 -0
  138. data/updates/200510october26a.sch +8 -0
  139. metadata +100 -82
  140. data/gui/00coreguibegin/rwdapplicationguitop.rwd +0 -4
  141. data/gui/tinkerbackwindows/superant.com.tinercallablewindow/1appname.rwd +0 -17
  142. data/installed/rwdcalendar-0.5.inf +0 -8
  143. data/installed/schedulesampledata1.inf +0 -3
  144. data/lang/en/rwdcalendar/calendar-nl.rb +0 -6
  145. data/tests/totranslate.lang +0 -93
  146. data/zips/rwdahelloworld-0.5.zip +0 -0
@@ -1,3 +1,3 @@
1
- $rwdguivar=
2
- "
1
+ $rwdguivar=
2
+ "
3
3
  </helpwindow>"
@@ -1,5 +1,5 @@
1
- $rwdguivar=
2
- "
3
- <window name = \"rwdschedulesyncwindow\" title=\"Rwdschedules Sync Window\">
4
-
5
- <tabs>"
1
+ $rwdguivar=
2
+ "
3
+ <window name = \"rwdschedulesyncwindow\" title=\"Rwdschedules Sync Window\">
4
+
5
+ <tabs>"
@@ -1,44 +1,45 @@
1
- $rwdguivar=
2
- "
3
- <tab name=\"rwdschedulesynctasks\" caption=\"Rwdschedule Sync Functions\">
4
-
5
-
6
- <table>
7
- <row> <p align=\"right\"> </row>
8
- <row> <p align=\"right\">Upload schedule events 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 schedule files from ftp site\" action=\"downloadrwdschedulefiles\"/>
17
- <button caption=\"Upload schedule files to ftp site\" action=\"uploadrwdschedulefiles\"/>
18
-
19
- </horizontal>
20
- <horizontal>
21
- <button caption=\"Delete local update files\" action=\"deleterwdscheduleupdatefiles\"/>
22
- </horizontal>
23
- <p>%rwdscheduleftpdisplay%</p>
24
-
25
- <table>
26
- <row> <p align=\"right\"> </row>
27
-
28
- </table>
29
-
30
-
31
- <horizontal>
32
- <button caption=\"Sync Local data with downloaded data\" action=\"syncrwdscheduledata\"/>
33
-
34
-
35
- </horizontal>
36
-
37
-
38
-
39
- <p>%rwdschedulesyncresult%</p>
40
-
41
- </tab>"
42
-
43
-
44
-
1
+ $rwdguivar=
2
+ "
3
+ <tab name=\"rwdschedulesynctasks\" caption=\"Rwdschedule Sync Functions\">
4
+
5
+
6
+ <table>
7
+ <row> <p align=\"right\"> </row>
8
+ <row> <p align=\"right\">Upload schedule events 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 schedule files from ftp site\" action=\"downloadrwdschedulefiles\"/>
17
+ <button caption=\"Upload schedule files to ftp site\" action=\"uploadrwdschedulefiles\"/>
18
+
19
+ </horizontal>
20
+ <horizontal>
21
+ <button caption=\"Delete local update files\" action=\"deleterwdscheduleupdatefiles\"/>
22
+ <button caption=\"Help\" action=\"runhelpwindowrwdschedule\"/>
23
+ </horizontal>
24
+ <p>%rwdscheduleftpdisplay%</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=\"syncrwdscheduledata\"/>
34
+
35
+
36
+ </horizontal>
37
+
38
+
39
+
40
+ <p>%rwdschedulesyncresult%</p>
41
+
42
+ </tab>"
43
+
44
+
45
+
@@ -1,16 +1,16 @@
1
- $rwdguivar=
2
- "
3
- <tab name=\"viewscheduleftpconfiguration\" caption=\"Rwdschedules ftp Configuration\">
4
- <table>
5
-
6
-
7
- </table>
8
-
9
- <horizontal>
10
- <button caption=\"View Configuration File\" action=\"viewrwdschedulesconfiguration\"/>
11
- </horizontal>
12
- <p>%rwdschedulesconfigurationtext%</p>
13
- </tab>"
14
-
15
-
16
-
1
+ $rwdguivar=
2
+ "
3
+ <tab name=\"viewscheduleftpconfiguration\" caption=\"Rwdschedules ftp Configuration\">
4
+ <table>
5
+
6
+
7
+ </table>
8
+
9
+ <horizontal>
10
+ <button caption=\"View Configuration File\" action=\"viewrwdschedulesconfiguration\"/>
11
+ </horizontal>
12
+ <p>%rwdschedulesconfigurationtext%</p>
13
+ </tab>"
14
+
15
+
16
+
@@ -1,33 +1,33 @@
1
- $rwdguivar=
2
- "
3
- <tab name=\"diagnostictab\" caption=\"Diagnostic Tab\">
4
- <horizontal>
5
- <button caption=\"View Ruby Version\" action=\"runrubyversion\"/>
6
-
7
-
8
- </horizontal>
9
- <p>%rubyversion%</p>
10
-
11
-
12
- <table>
13
- <row> <p> </row>
14
-
15
- </table>
16
-
17
- <horizontal>
18
- <button caption=\"view platform\" action=\"runviewplatform\"/>
19
-
20
- </horizontal>
21
-
22
- <p>%platformdisplay%</p>
23
- <horizontal>
24
- <button caption=\"View rwdtinker Version\" action=\"rwdtinkerversiondiagnostic\"/>
25
-
26
- </horizontal>
27
-
28
- <p>%rwdtinkerversionreturn%</p>
29
-
30
- </tab>"
31
-
32
-
33
-
1
+ $rwdguivar=
2
+ "
3
+ <tab name=\"diagnostictab\" caption=\"Diagnostic Tab\">
4
+ <horizontal>
5
+ <button caption=\"View Ruby Version\" action=\"runrubyversion\"/>
6
+
7
+
8
+ </horizontal>
9
+ <p>%rubyversion%</p>
10
+
11
+
12
+ <table>
13
+ <row> <p> </row>
14
+
15
+ </table>
16
+
17
+ <horizontal>
18
+ <button caption=\"view platform\" action=\"runviewplatform\"/>
19
+
20
+ </horizontal>
21
+
22
+ <p>%platformdisplay%</p>
23
+ <horizontal>
24
+ <button caption=\"View rwdtinker Version\" action=\"rwdtinkerversiondiagnostic\"/>
25
+
26
+ </horizontal>
27
+
28
+ <p>%rwdtinkerversionreturn%</p>
29
+
30
+ </tab>"
31
+
32
+
33
+
@@ -1,11 +1,11 @@
1
- $rwdguivar=
2
- "
3
- <tab name=\"backone\" caption=\"Back Tab\">
4
-
5
- <row> You can return to the previous window</row>
6
- <row><p> </row>
7
- <row><p> </row>
8
- <button caption=\"Return to top menu\" action=\"main\"/>
9
-
10
- </tab>"
11
-
1
+ $rwdguivar=
2
+ "
3
+ <tab name=\"backone\" caption=\"Back Tab\">
4
+
5
+ <row> You can return to the previous window</row>
6
+ <row><p> </row>
7
+ <row><p> </row>
8
+ <button caption=\"Return to top menu\" action=\"main\"/>
9
+
10
+ </tab>"
11
+
@@ -1,6 +1,6 @@
1
- $rwdguivar=
2
- "
3
- </tabs>
4
- </window>"
5
-
6
-
1
+ $rwdguivar=
2
+ "
3
+ </tabs>
4
+ </window>"
5
+
6
+
@@ -1,5 +1,5 @@
1
- $rwdguivar=
2
- "
3
- <window name = \"tinkerbackwindow\" title=\"Tinker Back Window\">
4
-
5
- <tabs>"
1
+ $rwdguivar=
2
+ "
3
+ <window name = \"tinkerbackwindow\" title=\"Tinker Back Window\">
4
+
5
+ <tabs>"
@@ -1,44 +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=\"Cancel\" action=\"main\"/>
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
-
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=\"runhelpwindow\"/>
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
+
@@ -1,35 +1,35 @@
1
- $rwdguivar=
2
- "
3
- <tab name=\"zipslister\" caption=\"List Zips\">
4
-
5
- <table>
6
- <row> <p align=\"right\">File Name:</p> <text name=\"a_installapplet\"/> </row>
7
-
8
- </table>
9
-
10
- <horizontal>
11
- <button caption=\"install applet\" action=\"installapplet\"/>
12
- <button caption=\"Cancel\" action=\"main\"/>
13
-
14
- </horizontal>
15
- <p>%installapplettext%</p>
16
-
17
-
18
- <table>
19
- <row> <p align=\"right\">Click below to view the list of zip files </row>
20
-
21
- </table>
22
-
23
- <horizontal>
24
- <button caption=\"List applets available for installing\" action=\"listzipfilestoinstall\"/>
25
-
26
-
27
-
28
- </horizontal>
29
-
30
- <p>%%zipslistresult%%</p>
31
-
32
- </tab>"
33
-
34
-
35
-
1
+ $rwdguivar=
2
+ "
3
+ <tab name=\"zipslister\" caption=\"List Zips\">
4
+
5
+ <table>
6
+ <row> <p align=\"right\">File Name:</p> <text name=\"a_installapplet\"/> </row>
7
+
8
+ </table>
9
+
10
+ <horizontal>
11
+ <button caption=\"install applet\" action=\"installapplet\"/>
12
+ <button caption=\"Help\" action=\"runhelpwindow\"/>
13
+
14
+ </horizontal>
15
+ <p>%installapplettext%</p>
16
+
17
+
18
+ <table>
19
+ <row> <p align=\"right\">Click below to view the list of zip files </row>
20
+
21
+ </table>
22
+
23
+ <horizontal>
24
+ <button caption=\"List applets available for installing\" action=\"listzipfilestoinstall\"/>
25
+
26
+
27
+
28
+ </horizontal>
29
+
30
+ <p>%%zipslistresult%%</p>
31
+
32
+ </tab>"
33
+
34
+
35
+
@@ -1,36 +1,37 @@
1
- $rwdguivar=
2
- "
3
- <tab name=\"editconfigurationfile\" caption=\"Edit Configuration\">
4
- <table>
5
- <row> <p> </row>
6
- <row> <p align=\"right\">You can view or edit the rwdtinker applet confiruration file here</row>
7
- <row> <p> </row>
8
- <horizontal>
9
- <button caption=\"Load Record\" action=\"loadconfigurationrecord\"/>
10
- <button caption=\"Save Changes\" action=\"saveconfigurationrecord\"/>
11
- <button caption=\"Reload Variables\" action=\"loadconfigurationvariables\"/>
12
-
13
-
14
-
15
-
16
- </horizontal>
17
- <table>
18
- <row> <p align=\"right\">FileName:</p> <text name=\"a_configurationfilename\"/> </row>
19
- <row> <p align=\"right\">1:</p> <text name=\"a_configline1\"/> </row>
20
- <row> <p align=\"right\">2:</p> <text name=\"a_configline2\"/> </row>
21
- <row> <p align=\"right\">3:</p> <text name=\"a_configline3\"/> </row>
22
- <row> <p align=\"right\">4:</p> <text name=\"a_configline4\"/> </row>
23
- <row> <p align=\"right\">5:</p> <text name=\"a_configline5\"/> </row>
24
- <row> <p align=\"right\">6:</p> <text name=\"a_configline6\"/> </row>
25
- <row> <p align=\"right\">7:</p> <text name=\"a_configline7\"/> </row>
26
- <row> <p align=\"right\">8:</p> <text name=\"a_configline8\"/> </row>
27
-
28
- </table>
29
- <p>%extraconfigdatadisplay%</p>
30
- <p>
31
- <p>%newconfigurationresult%</p>
32
-
33
-
34
-
35
- </tab>"
36
-
1
+ $rwdguivar=
2
+ "
3
+ <tab name=\"editconfigurationfile\" caption=\"Edit Configuration\">
4
+ <table>
5
+ <row> <p> </row>
6
+ <row> <p align=\"right\">You can view or edit the rwdtinker applet confiruration file here</row>
7
+ <row> <p> </row>
8
+ <horizontal>
9
+ <button caption=\"Load Record\" action=\"loadconfigurationrecord\"/>
10
+ <button caption=\"Save Changes\" action=\"saveconfigurationrecord\"/>
11
+ <button caption=\"Reload Variables\" action=\"loadconfigurationvariables\"/>
12
+ <button caption=\"Help\" action=\"runhelpwindow\"/>
13
+
14
+
15
+
16
+
17
+ </horizontal>
18
+ <table>
19
+ <row> <p align=\"right\">FileName:</p> <text name=\"a_configurationfilename\"/> </row>
20
+ <row> <p align=\"right\">1:</p> <text name=\"a_configline1\"/> </row>
21
+ <row> <p align=\"right\">2:</p> <text name=\"a_configline2\"/> </row>
22
+ <row> <p align=\"right\">3:</p> <text name=\"a_configline3\"/> </row>
23
+ <row> <p align=\"right\">4:</p> <text name=\"a_configline4\"/> </row>
24
+ <row> <p align=\"right\">5:</p> <text name=\"a_configline5\"/> </row>
25
+ <row> <p align=\"right\">6:</p> <text name=\"a_configline6\"/> </row>
26
+ <row> <p align=\"right\">7:</p> <text name=\"a_configline7\"/> </row>
27
+ <row> <p align=\"right\">8:</p> <text name=\"a_configline8\"/> </row>
28
+
29
+ </table>
30
+ <p>%extraconfigdatadisplay%</p>
31
+ <p>
32
+ <p>%newconfigurationresult%</p>
33
+
34
+
35
+
36
+ </tab>"
37
+