tinkerbell 0.01
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.
- data/Readme.txt +475 -0
- data/bin/tinkerbell +19 -0
- data/code/01rwdcore/01rwdcore.rb +29 -0
- data/code/01rwdcore/02helptexthashbegin.rb +4 -0
- data/code/01rwdcore/03helptexthash.rb +23 -0
- data/code/01rwdcore/04helptextend.rb +6 -0
- data/code/01rwdcore/jumplinkcommand.rb +26 -0
- data/code/01rwdcore/openhelpwindow.rb +31 -0
- data/code/01rwdcore/returntomain.rb +10 -0
- data/code/01rwdcore/rundocuments.rb +10 -0
- data/code/01rwdcore/runeditconfiguration.rb +10 -0
- data/code/01rwdcore/runhelpabout.rb +10 -0
- data/code/01rwdcore/runopentinkerdocument.rb +7 -0
- data/code/01rwdcore/rwdtinkerversion.rb +22 -0
- data/code/01rwdcore/rwdwindowreturn.rb +9 -0
- data/code/01rwdcore/selectiontab.rb +9 -0
- data/code/01rwdcore/setuphelpaboutoptions.rb +13 -0
- data/code/01rwdcore/setuptinkerdocuments.rb +6 -0
- data/code/01rwdcore/test_cases.rb +109 -0
- data/code/01rwdcore/test_harness.rb +13 -0
- data/code/01rwdcore/uploadreturns.rb +62 -0
- data/code/dd0viewphoto/dd0viewphoto.rb +3 -0
- data/code/superant.com.rwdtinkerbackwindow/diagnostictab.rb +19 -0
- data/code/superant.com.rwdtinkerbackwindow/helptexthashtinkerwin2.rb +61 -0
- data/code/superant.com.rwdtinkerbackwindow/initiateapplets.rb +240 -0
- data/code/superant.com.rwdtinkerbackwindow/installgemapplet.rb +34 -0
- data/code/superant.com.rwdtinkerbackwindow/installremotegem.rb +20 -0
- data/code/superant.com.rwdtinkerbackwindow/listgemdirs.rb +12 -0
- data/code/superant.com.rwdtinkerbackwindow/listgemzips.rb +53 -0
- data/code/superant.com.rwdtinkerbackwindow/listinstalledfiles.rb +12 -0
- data/code/superant.com.rwdtinkerbackwindow/listzips.rb +33 -0
- data/code/superant.com.rwdtinkerbackwindow/loadconfigurationrecord.rb +22 -0
- data/code/superant.com.rwdtinkerbackwindow/loadconfigurationvariables.rb +14 -0
- data/code/superant.com.rwdtinkerbackwindow/network.rb +87 -0
- data/code/superant.com.rwdtinkerbackwindow/openappletname.rb +19 -0
- data/code/superant.com.rwdtinkerbackwindow/openhelpwindowtinkerwin2.rb +38 -0
- data/code/superant.com.rwdtinkerbackwindow/remotegemlist.rb +24 -0
- data/code/superant.com.rwdtinkerbackwindow/removeapplet.rb +46 -0
- data/code/superant.com.rwdtinkerbackwindow/removeappletvariables.rb +52 -0
- data/code/superant.com.rwdtinkerbackwindow/runremoteinstall.rb +11 -0
- data/code/superant.com.rwdtinkerbackwindow/runrwdtinkerbackwindow.rb +15 -0
- data/code/superant.com.rwdtinkerbackwindow/rwdtinkerwin2version.rb +13 -0
- data/code/superant.com.rwdtinkerbackwindow/saveconfigurationrecord.rb +19 -0
- data/code/superant.com.rwdtinkerbackwindow/viewappletcontents.rb +22 -0
- data/code/superant.com.rwdtinkerbackwindow/viewgemappletcontents.rb +24 -0
- data/code/superant.com.sandbox/tabone.rb +1 -0
- data/code/superant.com.sandbox/tabthree.rb +54 -0
- data/code/superant.com.sandbox/tabtwo.rb +1 -0
- data/code/superant.com.tinkerbell/0uninstallapplet.rb +9 -0
- data/code/superant.com.tinkerbell/clearguiscreen.rb +15 -0
- data/code/superant.com.tinkerbell/helptexthashrwdhypernote.rb +30 -0
- data/code/superant.com.tinkerbell/initiateapplets.rb +148 -0
- data/code/superant.com.tinkerbell/launchtinkerbellnew.rb +19 -0
- data/code/superant.com.tinkerbell/listcodefiles.rb +8 -0
- data/code/superant.com.tinkerbell/listoptions.rb +7 -0
- data/code/superant.com.tinkerbell/loadcode01.rb +19 -0
- data/code/superant.com.tinkerbell/loadconfigurationrecord.rb +22 -0
- data/code/superant.com.tinkerbell/loadconfigurationvariables.rb +15 -0
- data/code/superant.com.tinkerbell/loadtab01.rb +50 -0
- data/code/superant.com.tinkerbell/openhelpwindow.rb +30 -0
- data/code/superant.com.tinkerbell/runrwdapplet.rb +14 -0
- data/code/superant.com.tinkerbell/rwdtinkerversion.rb +10 -0
- data/code/superant.com.tinkerbell/savecoderecord.rb +18 -0
- data/code/superant.com.tinkerbell/saveconfigurationrecord.rb +20 -0
- data/code/superant.com.tinkerbell/saveguirecord.rb +22 -0
- data/code/superant.com.tinkerbellback/helptexthashshell.rb +18 -0
- data/code/superant.com.tinkerbellback/rubyeval.rb +23 -0
- data/code/zz0applicationend/zz0end.rb +4 -0
- data/configuration/language.dist +8 -0
- data/configuration/rwdapplicationidentity.dist +3 -0
- data/configuration/rwdtinker.dist +18 -0
- data/configuration/tinkerbellw-0.01.dist +8 -0
- data/configuration/tinkerwin2variables.dist +17 -0
- data/gui/00coreguibegin/applicationguitop.rwd +4 -0
- data/gui/frontwindow0/cc0openphoto.rwd +22 -0
- data/gui/frontwindowselections/00selectiontabbegin.rwd +11 -0
- data/gui/frontwindowselections/jumplinkcommands.rwd +15 -0
- data/gui/frontwindowselections/wwselectionend.rwd +3 -0
- data/gui/frontwindowtdocuments/00documentbegin.rwd +6 -0
- data/gui/frontwindowtdocuments/tinkerdocuments.rwd +14 -0
- data/gui/frontwindowtdocuments/zzdocumentend.rwd +8 -0
- data/gui/helpaboutbegin/zzzrwdlasttab.rwd +6 -0
- data/gui/helpaboutbegin/zzzzhelpscreenstart.rwd +3 -0
- data/gui/helpaboutbegin/zzzzzzhelpabouttab.rwd +15 -0
- data/gui/helpaboutzend/helpscreenend.rwd +3 -0
- data/gui/helpaboutzend/zhelpscreenstart2.rwd +3 -0
- data/gui/helpaboutzend/zzzzhelpabout2.rwd +15 -0
- data/gui/helpaboutzend/zzzzhelpscreen2end.rwd +3 -0
- data/gui/tinkerbackwindows/superant.com.sandbox/10appletbegin.rwd +4 -0
- data/gui/tinkerbackwindows/superant.com.sandbox/11tabone.rwd +12 -0
- data/gui/tinkerbackwindows/superant.com.sandbox/22tabtwo.rwd +12 -0
- data/gui/tinkerbackwindows/superant.com.sandbox/33tabthree.rwd +23 -0
- data/gui/tinkerbackwindows/superant.com.sandbox/98jumplinkcommands.rwd +17 -0
- data/gui/tinkerbackwindows/superant.com.sandbox/9end.rwd +6 -0
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/1appname.rwd +5 -0
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/40rwdlistzips.rwd +41 -0
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/45installremotezip.rwd +44 -0
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/50rwdlistapplets.rwd +44 -0
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/60editconfiguration.rwd +30 -0
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/70rwddiagnostics.rwd +29 -0
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/81jumplinkcommands.rwd +17 -0
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/9backend.rwd +6 -0
- data/gui/tinkerbackwindows/superant.com.tinkerbell/10appletbegin.rwd +4 -0
- data/gui/tinkerbackwindows/superant.com.tinkerbell/10guiedit.rwd +37 -0
- data/gui/tinkerbackwindows/superant.com.tinkerbell/15codeedit.rwd +37 -0
- data/gui/tinkerbackwindows/superant.com.tinkerbell/67viewconfiguration.rwd +27 -0
- data/gui/tinkerbackwindows/superant.com.tinkerbell/81jumplinkcommands.rwd +17 -0
- data/gui/tinkerbackwindows/superant.com.tinkerbell/9end.rwd +6 -0
- data/gui/tinkerbackwindows/superant.com.tinkerbellback/1appname.rwd +4 -0
- data/gui/tinkerbackwindows/superant.com.tinkerbellback/1rwdrubyeval.rwd +15 -0
- data/gui/tinkerbackwindows/superant.com.tinkerbellback/2rwdrubyeval.rwd +17 -0
- data/gui/tinkerbackwindows/superant.com.tinkerbellback/77jumplinkcommands.rwd +17 -0
- data/gui/tinkerbackwindows/superant.com.tinkerbellback/z9end.rwd +6 -0
- data/gui/tinkerbackwindows/superant.com.tinkerhelpwindow/1appname.rwd +31 -0
- data/gui/tinkerbackwindows/superant.com.tinkerhelpwindow/9end.rwd +4 -0
- data/gui/tinkerbackwindows/superant.com.versionwindow/1appname.rwd +19 -0
- data/gui/tinkerbackwindows/superant.com.versionwindow/helpaboutwindow.rwd +17 -0
- data/gui/zzcoreguiend/yy9rwdend.rwd +4 -0
- data/init.rb +277 -0
- data/installed/temp.rb +1 -0
- data/installed/tinkerbellw-0.01.inf +13 -0
- data/lang/en/rwdcore/languagefile.rb +58 -0
- data/lang/es/rwdcore/languagefile-es.rb +62 -0
- data/lang/fr/rwdcore/languagefile.rb +64 -0
- data/lang/jp/rwdcore/languagefile.rb +72 -0
- data/lang/nl/rwdcore/languagefile.rb +75 -0
- data/lib/rconftool.rb +380 -0
- data/lib/rwd/browser.rb +123 -0
- data/lib/rwd/ftools.rb +174 -0
- data/lib/rwd/mime.rb +328 -0
- data/lib/rwd/net.rb +866 -0
- data/lib/rwd/ruby.rb +889 -0
- data/lib/rwd/rwd.rb +1405 -0
- data/lib/rwd/sgml.rb +236 -0
- data/lib/rwd/thread.rb +63 -0
- data/lib/rwd/tree.rb +371 -0
- data/lib/rwd/xml.rb +101 -0
- data/lib/rwdthemes/default.rwd +317 -0
- data/lib/rwdthemes/pda.rwd +72 -0
- data/lib/rwdthemes/windowslike.rwd +171 -0
- data/lib/zip/ioextras.rb +114 -0
- data/lib/zip/stdrubyext.rb +111 -0
- data/lib/zip/tempfile_bugfixed.rb +195 -0
- data/lib/zip/zip.rb +1378 -0
- data/lib/zip/zipfilesystem.rb +558 -0
- data/lib/zip/ziprequire.rb +61 -0
- data/rwd_files/HowTo_Tinker.txt +475 -0
- data/rwd_files/HowTo_TinkerBell.txt +110 -0
- data/rwd_files/HowTo_TinkerWin2.txt +202 -0
- data/rwd_files/Readme.txt +57 -0
- data/rwd_files/RubyWebDialogs.html +6 -0
- data/rwd_files/favicon.ico +0 -0
- data/rwd_files/rdoc-style.css +175 -0
- data/rwd_files/rwdapplications.html +54 -0
- data/rwd_files/tinker.png +0 -0
- data/rwdconfig.dist +21 -0
- data/rwdtinker.rb +1 -0
- data/tests/RubyGauge.rb +179 -0
- data/tests/checkdepends.sh +4 -0
- data/tests/cleancnf.sh +6 -0
- data/tests/makedist-tinkerbell.rb +56 -0
- data/tests/makedist.rb +69 -0
- data/tests/rdep.rb +354 -0
- data/tests/totranslate.lang +93 -0
- data/tinkerbell-0.01.gem +0 -0
- data/zips/rwdwaddresses-1.05.zip +0 -0
- data/zips/rwdwgutenberg-0.09.zip +0 -0
- data/zips/temp.rb +1 -0
- data/zips/tinkerbellw-0.01.zip +0 -0
- data/zips/wrubyslippers-1.06.zip +0 -0
- metadata +231 -0
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
$rwdguivar=
|
|
2
|
+
"
|
|
3
|
+
<horizontal>
|
|
4
|
+
<button caption=#{Message[:showhelpabout_links]} action=\"setuphelpaboutoptions\"/>
|
|
5
|
+
|
|
6
|
+
</horizontal>
|
|
7
|
+
<table>
|
|
8
|
+
<select name=\"a_helpaboutinput\"> %%helpaboutoptions%% </select>
|
|
9
|
+
|
|
10
|
+
</table>
|
|
11
|
+
|
|
12
|
+
<horizontal>
|
|
13
|
+
<button caption=#{Message[:openselectedhelp_about]} action=\"runrwdtinkerversion\"/>
|
|
14
|
+
</horizontal>
|
|
15
|
+
"
|
|
@@ -0,0 +1,23 @@
|
|
|
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
|
+
</horizontal>
|
|
16
|
+
<horizontal>
|
|
17
|
+
<button caption=\"Clear Tape\" action=\"frwdcleartape\"/>
|
|
18
|
+
</horizontal>
|
|
19
|
+
<p>%frunningtape%
|
|
20
|
+
</tab>"
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
$rwdguivar=
|
|
2
|
+
"
|
|
3
|
+
<tab name=selectiontab caption=\"Selection Tab\">
|
|
4
|
+
<horizontal>
|
|
5
|
+
<button caption=\"Show Jump Links\" action=\"showjumplinkoptions\"/>
|
|
6
|
+
|
|
7
|
+
</horizontal>
|
|
8
|
+
<table>
|
|
9
|
+
<select name=\"a_jumplinkinput\"> %%jumplinkoptions%% </select>
|
|
10
|
+
|
|
11
|
+
</table>
|
|
12
|
+
|
|
13
|
+
<horizontal>
|
|
14
|
+
<button caption=\"Jump to Application Location\" action=\"runjumplinkcommand\"/>
|
|
15
|
+
</horizontal>
|
|
16
|
+
</tab>
|
|
17
|
+
"
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
$rwdguivar=
|
|
2
|
+
"
|
|
3
|
+
<tab name=\"rwdzipslister\" caption=#{Message[:list_zips]}>
|
|
4
|
+
|
|
5
|
+
<table>
|
|
6
|
+
<row> <p align=\"right\">#{Message[:file_name]}</p> <text size=70 name=\"a_installapplet\"/> </row>
|
|
7
|
+
|
|
8
|
+
</table>
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
<horizontal>
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
<button caption=#{Message[:install_applet]} action=\"installgemapplet\"/>
|
|
15
|
+
<button caption=#{Message[:help]} action=\"runhelpwindowtinkerwin2\"/>
|
|
16
|
+
</horizontal>
|
|
17
|
+
<p>%installapplettext%</p>
|
|
18
|
+
|
|
19
|
+
<horizontal>
|
|
20
|
+
|
|
21
|
+
<button caption=#{Message[:viewapplet_contents]} action=\"viewgemappletcontents\"/>
|
|
22
|
+
</horizontal>
|
|
23
|
+
<p>%appletcontentstext%</p>
|
|
24
|
+
<table>
|
|
25
|
+
<row> <p align=\"right\">#{Message[:clickbelowtoviewlistof_zip]} </row>
|
|
26
|
+
|
|
27
|
+
</table>
|
|
28
|
+
|
|
29
|
+
<horizontal>
|
|
30
|
+
<button caption=#{Message[:listappletsavailablefor_installation]} action=\"listzipfilestoinstall\"/>
|
|
31
|
+
|
|
32
|
+
<button caption=#{Message[:listappletsinthegem_directory]} action=\"listgemzips\"/>
|
|
33
|
+
|
|
34
|
+
</horizontal>
|
|
35
|
+
|
|
36
|
+
<p>%%zipslistresult%%</p>
|
|
37
|
+
|
|
38
|
+
</tab>"
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
$rwdguivar=
|
|
2
|
+
"
|
|
3
|
+
<tab name=\"superantcomremotezipsinstall\" caption=\"Install Remote Applets\">
|
|
4
|
+
|
|
5
|
+
<table>
|
|
6
|
+
<row> <p align=\"right\">#{Message[:file_name]}</p> <text size=70 name=\"superantcominstallremoteappletinput\"/> </row>
|
|
7
|
+
|
|
8
|
+
</table>
|
|
9
|
+
<horizontal>
|
|
10
|
+
<button caption=\"install remote Gem applet package\" action=\"superantcominstallremotegemapplet\"/>
|
|
11
|
+
<button caption=#{Message[:help]} action=\"runhelpwindowtinkerwin2\"/>
|
|
12
|
+
|
|
13
|
+
</horizontal>
|
|
14
|
+
<p>%superantcominstallremotegemappletresult%</p>
|
|
15
|
+
|
|
16
|
+
<horizontal>
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
<button caption=#{Message[:viewalreadyinstalled_applications]} action=\"superantcomshowgemfiledirs\"/>
|
|
21
|
+
</horizontal>
|
|
22
|
+
<p>%%superantcomshowgemappletdirsresult%%</p>
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
<table>
|
|
29
|
+
<row> <p align=\"right\">#{Message[:clickbelowtoviewlistof_zip]} </row>
|
|
30
|
+
|
|
31
|
+
</table>
|
|
32
|
+
|
|
33
|
+
<horizontal>
|
|
34
|
+
|
|
35
|
+
<button caption=#{Message[:listappletsinthegem_directory]} action=\"superantcomremotegemlist\"/>
|
|
36
|
+
|
|
37
|
+
</horizontal>
|
|
38
|
+
<p>%superantcomremotegemappletsfullresult%</p>
|
|
39
|
+
<p>%%superantcomremotegemappletsresult%%</p>
|
|
40
|
+
|
|
41
|
+
</tab>"
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
$rwdguivar=
|
|
2
|
+
"
|
|
3
|
+
<tab name=\"filelister\" caption=#{Message[:list_applets]}>
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
<table>
|
|
7
|
+
<row> <p align=\"right\">#{Message[:file_name]}</p> <text name=\"a_installlist\"/> </row>
|
|
8
|
+
|
|
9
|
+
</table>
|
|
10
|
+
|
|
11
|
+
<horizontal>
|
|
12
|
+
<button caption=#{Message[:viewinstalled_text]} action=\"openappletname\"/>
|
|
13
|
+
<button caption=#{Message[:help]} action=\"runhelpwindowtinkerwin2\"/>
|
|
14
|
+
</horizontal>
|
|
15
|
+
<p>%displaytext%</p>
|
|
16
|
+
|
|
17
|
+
<table>
|
|
18
|
+
<row> <p align=\"right\">#{Message[:file_name]}</p> <text name=\"a_removeapplet\"/> </row>
|
|
19
|
+
|
|
20
|
+
</table>
|
|
21
|
+
|
|
22
|
+
<p>%removeapplettext%</p>
|
|
23
|
+
<horizontal>
|
|
24
|
+
<button caption=#{Message[:remove_applet]} action=\"removeapplet\"/>
|
|
25
|
+
<button caption=#{Message[:cancel]} action=\"main\"/>
|
|
26
|
+
|
|
27
|
+
</horizontal>
|
|
28
|
+
<table>
|
|
29
|
+
<row> <p> </row>
|
|
30
|
+
<row> <p align=\"right\">#{Message[:viewlistinstall_files]} </row>
|
|
31
|
+
|
|
32
|
+
</table>
|
|
33
|
+
<horizontal>
|
|
34
|
+
|
|
35
|
+
<button caption=#{Message[:list_files]} action=\"listinstalledfiles\"/>
|
|
36
|
+
|
|
37
|
+
</horizontal>
|
|
38
|
+
|
|
39
|
+
<p>%%filesresult%%</p>
|
|
40
|
+
|
|
41
|
+
</tab>"
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
@@ -0,0 +1,30 @@
|
|
|
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=#{Message[:save_changes]} action=\"saveconfigurationrecord\"/>
|
|
11
|
+
<button caption=\"Reload Variables\" action=\"loadconfigurationvariables\"/>
|
|
12
|
+
<button caption=#{Message[:help]} action=\"runhelpwindowtinkerwin2\"/>
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
</horizontal>
|
|
18
|
+
<table>
|
|
19
|
+
<textarea name=\"a_configurationfile\"/>
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
</table>
|
|
23
|
+
<p>%extraconfigdatadisplay%</p>
|
|
24
|
+
<p>
|
|
25
|
+
<p>%newconfigurationresult%</p>
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
</tab>"
|
|
30
|
+
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
$rwdguivar=
|
|
2
|
+
"
|
|
3
|
+
<tab name=\"diagnostictab\" caption=\"Diagnostic Tab\">
|
|
4
|
+
<horizontal>
|
|
5
|
+
<button caption=#{Message[:viewplatform_information]} action=\"runviewplatform\"/>
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
</horizontal>
|
|
9
|
+
|
|
10
|
+
<p>%platformdisplay%</p>
|
|
11
|
+
<horizontal>
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
</horizontal>
|
|
15
|
+
<horizontal>
|
|
16
|
+
<button caption=\"upload this page of information to the Program Author\" action=\"uploadreturnsfile\"/>
|
|
17
|
+
</horizontal>
|
|
18
|
+
<horizontal>
|
|
19
|
+
<p align=\"right\">Email:(optional)</p> <text size=50 name=\"a_emailupload\"/>
|
|
20
|
+
|
|
21
|
+
</horizontal>
|
|
22
|
+
<p align=\"center\">Comment/Suggestion/Feature Request or Bug Report:(optional)</p> <textarea name=\"a_commentupload\"/>
|
|
23
|
+
|
|
24
|
+
<p>%returnsftpdisplay%</p>
|
|
25
|
+
|
|
26
|
+
</tab>"
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
@@ -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
|
+
<button caption=#{Message[:help]} action=\"runhelpwindowtinkerwin2\"/>
|
|
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
|
+
"
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
$rwdguivar=
|
|
2
|
+
"
|
|
3
|
+
<tab name=\"tinkerbellgui\" caption=\"Edit GUI definition\">
|
|
4
|
+
|
|
5
|
+
<table>
|
|
6
|
+
<row>Edit your GUI design on this Tab (select which tab)</row>
|
|
7
|
+
<row> <p> </row>
|
|
8
|
+
<row>
|
|
9
|
+
<select name=\"a_tinkerbellguiselect\"> %%tinkerbellguitabs%% </select>
|
|
10
|
+
<button caption=\"Load Tabs\" action=\"loadtinkerbelltablist\"/>
|
|
11
|
+
</row>
|
|
12
|
+
</table>
|
|
13
|
+
<horizontal>
|
|
14
|
+
<button caption=\"Open Design\" action=\"loadguitabdesign\"/>
|
|
15
|
+
|
|
16
|
+
<button caption=\"Launch New Gui!\" action=\"launchtinkerbellnew\"/>
|
|
17
|
+
|
|
18
|
+
<button caption=\"Save Changes\" action=\"savetinkerbellguirecord\"/>
|
|
19
|
+
|
|
20
|
+
<button caption=\"Help\" action=\"runhelpwindowtinkerbell\"/>
|
|
21
|
+
<button caption=\"Clear\" action=\"clearguiscreentinkerbell\"/>
|
|
22
|
+
|
|
23
|
+
</horizontal>
|
|
24
|
+
<textarea name=\"tinkerbellguidesign\"/>
|
|
25
|
+
|
|
26
|
+
<horizontal>
|
|
27
|
+
|
|
28
|
+
<button caption=\"Save Changes\" action=\"savetinkerbellguirecord\"/>
|
|
29
|
+
|
|
30
|
+
</horizontal>
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
<p></p>
|
|
36
|
+
|
|
37
|
+
</tab>"
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
$rwdguivar=
|
|
2
|
+
"
|
|
3
|
+
<tab name=\"tinkerbellcode\" caption=\"Edit CODE files\">
|
|
4
|
+
|
|
5
|
+
<table>
|
|
6
|
+
<row>Edit your CODE files on this Tab (select which tab)</row>
|
|
7
|
+
<row> <p> </row>
|
|
8
|
+
<row>
|
|
9
|
+
<select name=\"a_tinkerbellcodeselect\"> %%tinkerbellcodetabs%% </select>
|
|
10
|
+
<button caption=\"Load File Names\" action=\"loadtinkerbellcodetablist\"/>
|
|
11
|
+
</row>
|
|
12
|
+
</table>
|
|
13
|
+
<horizontal>
|
|
14
|
+
<button caption=\"Open Code\" action=\"loadcodetabdesign\"/>
|
|
15
|
+
|
|
16
|
+
<button caption=\"Launch New Gui!\" action=\"launchtinkerbellnew\"/>
|
|
17
|
+
|
|
18
|
+
<button caption=\"Save Changes\" action=\"savetinkerbellcoderecord\"/>
|
|
19
|
+
|
|
20
|
+
<button caption=\"Help\" action=\"runhelpwindowtinkerbell\"/>
|
|
21
|
+
<button caption=\"Clear\" action=\"clearcodescreentinkerbell\"/>
|
|
22
|
+
|
|
23
|
+
</horizontal>
|
|
24
|
+
<textarea name=\"tinkerbellcodedesign\"/>
|
|
25
|
+
|
|
26
|
+
<horizontal>
|
|
27
|
+
|
|
28
|
+
<button caption=\"Save Changes\" action=\"savetinkerbellcoderecord\"/>
|
|
29
|
+
|
|
30
|
+
</horizontal>
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
<p></p>
|
|
36
|
+
|
|
37
|
+
</tab>"
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
$rwdguivar=
|
|
2
|
+
"
|
|
3
|
+
<tab name=\"viewtinkerbellconfiguration\" caption=\"TinkerBell Configuration\">
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
<table>
|
|
8
|
+
<row> <p> </row>
|
|
9
|
+
<row> <p align=\"right\">You can view or edit the tinkerbell configuration file here</row>
|
|
10
|
+
<row> <p> </row>
|
|
11
|
+
<horizontal>
|
|
12
|
+
<button caption=\"Fill Record\" action=\"loadtinkerbellconfiguration\"/>
|
|
13
|
+
<button caption=\"Save Changes\" action=\"savetinkerbellconfiguration\"/>
|
|
14
|
+
<button caption=\"Reload Variables\" action=\"loadtinkerbellconfigurationvariables\"/>
|
|
15
|
+
<button caption=\"Help\" action=\"runhelpwindowtinkerbell\"/>
|
|
16
|
+
</horizontal>
|
|
17
|
+
<table>
|
|
18
|
+
|
|
19
|
+
<textarea name=\"a_tinkerbellconfigurationfile\"/> </row>
|
|
20
|
+
|
|
21
|
+
</table>
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
</tab>"
|
|
27
|
+
|
|
@@ -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
|
+
<button caption=#{Message[:help]} action=\"runhelpwindowtinkerwin2\"/>
|
|
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
|
+
"
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
$rwdguivar=
|
|
2
|
+
"
|
|
3
|
+
<tab name=\"rwdshellruby\" caption=\"ruby\">
|
|
4
|
+
<table>
|
|
5
|
+
<row> <p align=\"left\">Ruby Command:</p> <text size=50 name=\"a_rubyevaltinkerbell\"/> </row>
|
|
6
|
+
</table>
|
|
7
|
+
<horizontal>
|
|
8
|
+
<button caption=\"Execute\" action=\"rubyevaltinkerbell\"/>
|
|
9
|
+
<button caption=\"Cancel\" action=\"main\"/>
|
|
10
|
+
<button caption=\"Help\" action=\"runhelpwindowtinkerbell\"/>
|
|
11
|
+
</horizontal>
|
|
12
|
+
<p>%rubydisplaytinkerbell%</p>
|
|
13
|
+
|
|
14
|
+
</tab>"
|
|
15
|
+
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
$rwdguivar=
|
|
2
|
+
"
|
|
3
|
+
<tab name=\"rwdlinesruby\" caption=\"ruby lines\">
|
|
4
|
+
<table>
|
|
5
|
+
|
|
6
|
+
</table>
|
|
7
|
+
<horizontal>
|
|
8
|
+
<button caption=\"Execute\" action=\"rubyevaltinkerbell\"/>
|
|
9
|
+
<button caption=\"Cancel\" action=\"main\"/>
|
|
10
|
+
<button caption=\"Help\" action=\"runhelpwindowtinkerbell\"/>
|
|
11
|
+
</horizontal>
|
|
12
|
+
<row>
|
|
13
|
+
<textarea name=\"a_rubyevaltinkerbell\"/> </row>
|
|
14
|
+
<p>%rubydisplaytinkerbell%</p>
|
|
15
|
+
|
|
16
|
+
</tab>"
|
|
17
|
+
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
$rwdguivar=
|
|
2
|
+
"
|
|
3
|
+
<tab name=RwdwordsMenu caption=Menu>
|
|
4
|
+
<horizontal>
|
|
5
|
+
<button caption=\"Show Jump Links\" action=\"showjumplinkoptions\"/>
|
|
6
|
+
|
|
7
|
+
</horizontal>
|
|
8
|
+
<table>
|
|
9
|
+
<select name=\"a_jumplinkinput\"> %%jumplinkoptions%% </select>
|
|
10
|
+
|
|
11
|
+
</table>
|
|
12
|
+
|
|
13
|
+
<horizontal>
|
|
14
|
+
<button caption=\"Jump to Application Location\" action=\"runjumplinkcommand\"/>
|
|
15
|
+
</horizontal>
|
|
16
|
+
</tab>
|
|
17
|
+
"
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
$rwdguivar=
|
|
2
|
+
"
|
|
3
|
+
<window name = \"rwdtinkerhelpwindow\" title=#{Message[:rwdtinker_help]}>
|
|
4
|
+
<horizontal>
|
|
5
|
+
%rwdhelptopic%
|
|
6
|
+
</horizontal>
|
|
7
|
+
|
|
8
|
+
<table>
|
|
9
|
+
<row> <p></row>
|
|
10
|
+
|
|
11
|
+
</table>
|
|
12
|
+
<horizontal>
|
|
13
|
+
%%rwdhelpdataoutput%%
|
|
14
|
+
</horizontal>
|
|
15
|
+
<row> <p></row>
|
|
16
|
+
<table>
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
<row> <p></row>
|
|
20
|
+
</table>
|
|
21
|
+
<horizontal>
|
|
22
|
+
|
|
23
|
+
<button caption=\"Return\" action=\"rwdwindowreturn\"/>
|
|
24
|
+
</horizontal>
|
|
25
|
+
<table>
|
|
26
|
+
<row> <p></row>
|
|
27
|
+
|
|
28
|
+
</table>
|
|
29
|
+
|
|
30
|
+
%%rwdhelpsubchoicesoutput%%
|
|
31
|
+
"
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
$rwdguivar=
|
|
2
|
+
"
|
|
3
|
+
<window name = \"applicationversion\" title=#{Message[:application_version]}>
|
|
4
|
+
|
|
5
|
+
<row> <p></row>
|
|
6
|
+
<p>%versionappnamedisplay%</p>
|
|
7
|
+
<row> <p></row>
|
|
8
|
+
<p>%versioncopyrightdisplay%</p>
|
|
9
|
+
|
|
10
|
+
<row> <p></row>
|
|
11
|
+
<p>%versionnumberdisplay%</p>
|
|
12
|
+
|
|
13
|
+
<horizontal>
|
|
14
|
+
<button caption=#{Message[:return]} action=returntomain/>
|
|
15
|
+
</horizontal>
|
|
16
|
+
|
|
17
|
+
</window>"
|
|
18
|
+
|
|
19
|
+
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
$rwdguivar=
|
|
2
|
+
"
|
|
3
|
+
<window name=tinkerhelpabout title=#{Message[:help_about]}>
|
|
4
|
+
<horizontal>
|
|
5
|
+
<button caption=#{Message[:showhelpabout_links]} action=\"setuphelpaboutoptions\"/>
|
|
6
|
+
|
|
7
|
+
</horizontal>
|
|
8
|
+
<table>
|
|
9
|
+
<select name=\"a_helpaboutinput\"> %%helpaboutoptions%% </select>
|
|
10
|
+
|
|
11
|
+
</table>
|
|
12
|
+
|
|
13
|
+
<horizontal>
|
|
14
|
+
<button caption=#{Message[:openselectedhelp_about]} action=\"runrwdtinkerversion\"/>
|
|
15
|
+
</horizontal>
|
|
16
|
+
</window>
|
|
17
|
+
"
|