rwdtinker 1.68 → 1.69
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 +7 -0
- data/code/superant.com.rwdtinkerbackwindow/openhelpwindowtinkerwin2.rb +1 -5
- data/configuration/language.dist +2 -1
- data/configuration/rwdapplicationidentity.dist +1 -1
- data/configuration/rwdtinker.dist +3 -3
- data/configuration/tinkerwin2variables.dist +3 -3
- data/gui/frontwindow0/viewlogo/cc0openphoto.rwd +1 -1
- data/gui/frontwindowselectionbegin/selectiontabbegin/00selectiontabbegin.rwd +1 -1
- data/gui/frontwindowselections/superant.com.rwdtinkerwin2selectiontab/jumplinkcommands.rwd +2 -2
- data/gui/frontwindowtdocuments/superant.com.documents/tinkerdocuments.rwd +2 -2
- data/gui/helpaboutbegin/superant.com.helpaboutbegin/zzdocumentend.rwd +1 -1
- data/gui/helpaboutbegin/superant.com.helpaboutbegin/zzzzhelpscreenstart.rwd +1 -1
- data/gui/helpaboutinstalled/superant.com.tinkerhelpabout/helpabouttab.rwd +2 -2
- data/gui/helpaboutzend/superant.com.helpaboutend/zhelpscreenstart2.rwd +1 -1
- data/gui/helpaboutzend/superant.com.helpaboutend/zzzzhelpabout2.rwd +2 -2
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/1appname.rwd +1 -1
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/40rwdlistzips.rwd +9 -10
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/45installremotezip.rwd +5 -5
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/50rwdlistapplets.rwd +9 -9
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/60editconfiguration.rwd +2 -2
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/70rwddiagnostics.rwd +1 -1
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/81jumplinkcommands.rwd +3 -3
- data/gui/tinkerbackwindows/superant.com.versionwindow/1appname.rwd +2 -2
- data/gui/tinkerbackwindows/superant.com.versionwindow/helpaboutwindow.rwd +3 -3
- data/installed/temp.rb +1 -0
- data/lang/en/rwdcore/languagefile.rb +63 -15
- data/lang/es/rwdcore/languagefile-es.rb +67 -13
- data/lang/fr/rwdcore/languagefile.rb +64 -0
- data/lang/jp/rwdcore/languagefile.rb +69 -6
- data/lang/nl/rwdcore/languagefile.rb +62 -0
- data/rwdconfig.dist +1 -1
- data/zips/temp.rb +1 -0
- metadata +8 -7
- data/code/superant.com.rwdtinkerbackwindow/controlclient.rb +0 -96
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/75rwdcontrol.rwd +0 -33
data/Readme.txt
CHANGED
@@ -19,6 +19,13 @@ ruby init.rb
|
|
19
19
|
Then point your web browser to:
|
20
20
|
http://localhost:7705/
|
21
21
|
|
22
|
+
Change language at:
|
23
|
+
|
24
|
+
configuration/language.dist
|
25
|
+
|
26
|
+
Change to Windows XP directory structure at:
|
27
|
+
configuration/tinkerwin2variables.dist
|
28
|
+
|
22
29
|
== Viewing installed Applets:
|
23
30
|
|
24
31
|
Go to "List Scripts" tab
|
@@ -18,11 +18,7 @@ def runhelpwindowtinkerwin2
|
|
18
18
|
end
|
19
19
|
if @rwd_tab == "editconfigurationfile"
|
20
20
|
$help_topic = "applet_tinkerbackeditconfiguration"
|
21
|
-
|
22
|
-
end
|
23
|
-
if @rwd_tab == "rwdremotecontrol"
|
24
|
-
$help_topic = "remote_control"
|
25
|
-
|
21
|
+
|
26
22
|
end
|
27
23
|
if @rwd_tab == "superantcomremotezipsinstall"
|
28
24
|
$help_topic = "remotegemapplet_install"
|
data/configuration/language.dist
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
##VERSION:1.
|
1
|
+
##VERSION:1.69
|
2
2
|
ConfigurationDir = "configuration" # for use in program - init.rb has this value without using this constant
|
3
3
|
CodeName = "rwdtinker"
|
4
4
|
CodeNameFile = CodeName + ".rb"
|
@@ -13,7 +13,7 @@ LangDir = "lang"
|
|
13
13
|
$port = 7705
|
14
14
|
$rwdjumplink = ["helpscreen","tinkerbackwindow","returntomain","opendocuments","editconfiguration"]
|
15
15
|
Browser_Exe = 'mozilla '
|
16
|
-
$tinkerdocumentsarray +=["
|
17
|
-
RwdTinkerVersion = "1.
|
16
|
+
$tinkerdocumentsarray +=["HowTo_Tinker.txt","rwdapplications.html","RubyWebDialogs.html"]
|
17
|
+
RwdTinkerVersion = "1.69"
|
18
18
|
|
19
19
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
##VERSION:1.
|
1
|
+
##VERSION:1.69
|
2
2
|
TinkerWin2ConfigurationFileName = "tinkerwin2variables.cnf" # this file name - do not change
|
3
3
|
##NAME:$zipslocation:0
|
4
4
|
$zipslocation = "zips" # location of applets to add
|
@@ -7,11 +7,11 @@ $zipslocation = "zips" # location of applets to add
|
|
7
7
|
$xpcommand = " " # Linux machines
|
8
8
|
# $xpcommand = "cmd /C " # XP machines with cmd shell
|
9
9
|
##NAME:$gemdirectory_withgemfiles:0
|
10
|
-
$gemdirectory_withgemfiles = "/
|
10
|
+
$gemdirectory_withgemfiles = "/var/lib/gems/1.8/gems"
|
11
11
|
# $gemdirectory_withgemfiles = "c:\\ruby\\lib\\ruby\\gems\\1.8\\gems" # XP machine
|
12
12
|
##NAME:$geminstalled_directory:0
|
13
13
|
# $geminstalled_directory = "/ruby/lib/ruby/gems/1.8/gems" # XP machine
|
14
|
-
$geminstalled_directory = "/
|
14
|
+
$geminstalled_directory = "/var/lib/gems/1.8/gems" # Debian Linux
|
15
15
|
|
16
16
|
RwdTinkerWin2Version = "0.8"
|
17
17
|
|
@@ -1,7 +1,7 @@
|
|
1
1
|
$rwdguivar=
|
2
2
|
"
|
3
3
|
<horizontal>
|
4
|
-
<button caption
|
4
|
+
<button caption=#{Message[:showjump_links]} action=\"showjumplinkoptions\"/>
|
5
5
|
|
6
6
|
</horizontal>
|
7
7
|
<table>
|
@@ -10,6 +10,6 @@ $rwdguivar=
|
|
10
10
|
</table>
|
11
11
|
|
12
12
|
<horizontal>
|
13
|
-
<button caption
|
13
|
+
<button caption=#{Message[:jumptoapplication_location]} action=\"runjumplinkcommand\"/>
|
14
14
|
</horizontal>
|
15
15
|
"
|
@@ -1,7 +1,7 @@
|
|
1
1
|
$rwdguivar=
|
2
2
|
"
|
3
3
|
<horizontal>
|
4
|
-
<button caption
|
4
|
+
<button caption=#{Message[:showdocument_list]} action=\"setuptinkerdocuments\"/>
|
5
5
|
|
6
6
|
</horizontal>
|
7
7
|
<table>
|
@@ -9,6 +9,6 @@ $rwdguivar=
|
|
9
9
|
|
10
10
|
</table>
|
11
11
|
<horizontal>
|
12
|
-
<button caption
|
12
|
+
<button caption=#{Message[:open_document]} action=\"runopentinkerdocument\"/>
|
13
13
|
</horizontal>
|
14
14
|
"
|
@@ -1,7 +1,7 @@
|
|
1
1
|
$rwdguivar=
|
2
2
|
"
|
3
3
|
<horizontal>
|
4
|
-
<button caption
|
4
|
+
<button caption=#{Message[:showhelpabout_links]} action=\"setuphelpaboutoptions\"/>
|
5
5
|
|
6
6
|
</horizontal>
|
7
7
|
<table>
|
@@ -10,6 +10,6 @@ $rwdguivar=
|
|
10
10
|
</table>
|
11
11
|
|
12
12
|
<horizontal>
|
13
|
-
<button caption
|
13
|
+
<button caption=#{Message[:openselectedhelp_about]} action=\"runrwdtinkerversion\"/>
|
14
14
|
</horizontal>
|
15
15
|
"
|
@@ -1,7 +1,7 @@
|
|
1
1
|
$rwdguivar=
|
2
2
|
"
|
3
3
|
<horizontal>
|
4
|
-
<button caption
|
4
|
+
<button caption=#{Message[:showhelpabout_links]} action=\"setuphelpaboutoptions\"/>
|
5
5
|
|
6
6
|
</horizontal>
|
7
7
|
<table>
|
@@ -10,6 +10,6 @@ $rwdguivar=
|
|
10
10
|
</table>
|
11
11
|
|
12
12
|
<horizontal>
|
13
|
-
<button caption
|
13
|
+
<button caption=#{Message[:openselectedhelp_about]} action=\"runrwdtinkerversion\"/>
|
14
14
|
</horizontal>
|
15
15
|
"
|
@@ -1,9 +1,9 @@
|
|
1
1
|
$rwdguivar=
|
2
2
|
"
|
3
|
-
<tab name=\"rwdzipslister\" caption
|
3
|
+
<tab name=\"rwdzipslister\" caption=#{Message[:list_zips]}>
|
4
4
|
|
5
5
|
<table>
|
6
|
-
<row> <p align=\"right\"
|
6
|
+
<row> <p align=\"right\">#{Message[:file_name]}</p> <text size=70 name=\"a_installapplet\"/> </row>
|
7
7
|
|
8
8
|
</table>
|
9
9
|
|
@@ -11,26 +11,25 @@ $rwdguivar=
|
|
11
11
|
<horizontal>
|
12
12
|
|
13
13
|
|
14
|
-
<button caption
|
15
|
-
<button caption
|
16
|
-
|
17
|
-
</horizontal>
|
14
|
+
<button caption=#{Message[:install_applet]} action=\"installgemapplet\"/>
|
15
|
+
<button caption=#{Message[:help]} action=\"runhelpwindowtinkerwin2\"/>
|
16
|
+
</horizontal>
|
18
17
|
<p>%installapplettext%</p>
|
19
18
|
|
20
19
|
<horizontal>
|
21
20
|
|
22
|
-
<button caption
|
21
|
+
<button caption=#{Message[:viewapplet_contents]} action=\"viewgemappletcontents\"/>
|
23
22
|
</horizontal>
|
24
23
|
<p>%appletcontentstext%</p>
|
25
24
|
<table>
|
26
|
-
<row> <p align=\"right\"
|
25
|
+
<row> <p align=\"right\">#{Message[:clickbelowtoviewlistof_zip]} </row>
|
27
26
|
|
28
27
|
</table>
|
29
28
|
|
30
29
|
<horizontal>
|
31
|
-
<button caption
|
30
|
+
<button caption=#{Message[:listappletsavailablefor_installation]} action=\"listzipfilestoinstall\"/>
|
32
31
|
|
33
|
-
<button caption
|
32
|
+
<button caption=#{Message[:listappletsinthegem_directory]} action=\"listgemzips\"/>
|
34
33
|
|
35
34
|
</horizontal>
|
36
35
|
|
@@ -3,12 +3,12 @@ $rwdguivar=
|
|
3
3
|
<tab name=\"superantcomremotezipsinstall\" caption=\"Install Remote Applets\">
|
4
4
|
|
5
5
|
<table>
|
6
|
-
<row> <p align=\"right\"
|
6
|
+
<row> <p align=\"right\">#{Message[:file_name]}</p> <text size=70 name=\"superantcominstallremoteappletinput\"/> </row>
|
7
7
|
|
8
8
|
</table>
|
9
9
|
<horizontal>
|
10
10
|
<button caption=\"install remote Gem applet package\" action=\"superantcominstallremotegemapplet\"/>
|
11
|
-
<button caption
|
11
|
+
<button caption=#{Message[:help]} action=\"runhelpwindowtinkerwin2\"/>
|
12
12
|
|
13
13
|
</horizontal>
|
14
14
|
<p>%superantcominstallremotegemappletresult%</p>
|
@@ -17,7 +17,7 @@ $rwdguivar=
|
|
17
17
|
|
18
18
|
|
19
19
|
|
20
|
-
<button caption
|
20
|
+
<button caption=#{Message[:viewalreadyinstalled_applications]} action=\"superantcomshowgemfiledirs\"/>
|
21
21
|
</horizontal>
|
22
22
|
<p>%%superantcomshowgemappletdirsresult%%</p>
|
23
23
|
|
@@ -26,13 +26,13 @@ $rwdguivar=
|
|
26
26
|
|
27
27
|
|
28
28
|
<table>
|
29
|
-
<row> <p align=\"right\"
|
29
|
+
<row> <p align=\"right\">#{Message[:clickbelowtoviewlistof_zip]} </row>
|
30
30
|
|
31
31
|
</table>
|
32
32
|
|
33
33
|
<horizontal>
|
34
34
|
|
35
|
-
<button caption
|
35
|
+
<button caption=#{Message[:listappletsinthegem_directory]} action=\"superantcomremotegemlist\"/>
|
36
36
|
|
37
37
|
</horizontal>
|
38
38
|
<p>%superantcomremotegemappletsfullresult%</p>
|
@@ -1,38 +1,38 @@
|
|
1
1
|
$rwdguivar=
|
2
2
|
"
|
3
|
-
<tab name=\"filelister\" caption
|
3
|
+
<tab name=\"filelister\" caption=#{Message[:list_applets]}>
|
4
4
|
|
5
5
|
|
6
6
|
<table>
|
7
|
-
<row> <p align=\"right\"
|
7
|
+
<row> <p align=\"right\">#{Message[:file_name]}</p> <text name=\"a_installlist\"/> </row>
|
8
8
|
|
9
9
|
</table>
|
10
10
|
|
11
11
|
<horizontal>
|
12
|
-
<button caption
|
13
|
-
<button caption
|
12
|
+
<button caption=#{Message[:viewinstalled_text]} action=\"openappletname\"/>
|
13
|
+
<button caption=#{Message[:help]} action=\"runhelpwindowtinkerwin2\"/>
|
14
14
|
</horizontal>
|
15
15
|
<p>%displaytext%</p>
|
16
16
|
|
17
17
|
<table>
|
18
|
-
<row> <p align=\"right\"
|
18
|
+
<row> <p align=\"right\">#{Message[:file_name]}</p> <text name=\"a_removeapplet\"/> </row>
|
19
19
|
|
20
20
|
</table>
|
21
21
|
|
22
22
|
<p>%removeapplettext%</p>
|
23
23
|
<horizontal>
|
24
|
-
<button caption
|
25
|
-
<button caption
|
24
|
+
<button caption=#{Message[:remove_applet]} action=\"removeapplet\"/>
|
25
|
+
<button caption=#{Message[:cancel]} action=\"main\"/>
|
26
26
|
|
27
27
|
</horizontal>
|
28
28
|
<table>
|
29
29
|
<row> <p> </row>
|
30
|
-
<row> <p align=\"right\"
|
30
|
+
<row> <p align=\"right\">#{Message[:viewlistinstall_files]} </row>
|
31
31
|
|
32
32
|
</table>
|
33
33
|
<horizontal>
|
34
34
|
|
35
|
-
<button caption
|
35
|
+
<button caption=#{Message[:list_files]} action=\"listinstalledfiles\"/>
|
36
36
|
|
37
37
|
</horizontal>
|
38
38
|
|
@@ -7,9 +7,9 @@ $rwdguivar=
|
|
7
7
|
<row> <p> </row>
|
8
8
|
<horizontal>
|
9
9
|
<button caption=\"Load Record\" action=\"loadconfigurationrecord\"/>
|
10
|
-
<button caption
|
10
|
+
<button caption=#{Message[:save_changes]} action=\"saveconfigurationrecord\"/>
|
11
11
|
<button caption=\"Reload Variables\" action=\"loadconfigurationvariables\"/>
|
12
|
-
<button caption
|
12
|
+
<button caption=#{Message[:help]} action=\"runhelpwindowtinkerwin2\"/>
|
13
13
|
|
14
14
|
|
15
15
|
|
@@ -2,7 +2,7 @@ $rwdguivar=
|
|
2
2
|
"
|
3
3
|
<tab name=\"diagnostictab\" caption=\"Diagnostic Tab\">
|
4
4
|
<horizontal>
|
5
|
-
<button caption
|
5
|
+
<button caption=#{Message[:viewplatform_information]} action=\"runviewplatform\"/>
|
6
6
|
|
7
7
|
|
8
8
|
</horizontal>
|
@@ -1,8 +1,8 @@
|
|
1
1
|
$rwdguivar=
|
2
2
|
"
|
3
|
-
<tab name=selectiontab caption
|
3
|
+
<tab name=selectiontab caption=#{Message[:selection_tab]}>
|
4
4
|
<horizontal>
|
5
|
-
<button caption
|
5
|
+
<button caption=#{Message[:showjump_links]} action=\"showjumplinkoptions\"/>
|
6
6
|
|
7
7
|
</horizontal>
|
8
8
|
<table>
|
@@ -11,7 +11,7 @@ $rwdguivar=
|
|
11
11
|
</table>
|
12
12
|
|
13
13
|
<horizontal>
|
14
|
-
<button caption
|
14
|
+
<button caption=#{Message[:jumptoapplication_location]} action=\"runjumplinkcommand\"/>
|
15
15
|
</horizontal>
|
16
16
|
</tab>
|
17
17
|
"
|
@@ -1,6 +1,6 @@
|
|
1
1
|
$rwdguivar=
|
2
2
|
"
|
3
|
-
<window name = \"applicationversion\" title
|
3
|
+
<window name = \"applicationversion\" title=#{Message[:application_version]}>
|
4
4
|
|
5
5
|
<row> <p></row>
|
6
6
|
<p>%versionappnamedisplay%</p>
|
@@ -11,7 +11,7 @@ $rwdguivar=
|
|
11
11
|
<p>%versionnumberdisplay%</p>
|
12
12
|
|
13
13
|
<horizontal>
|
14
|
-
<button caption
|
14
|
+
<button caption=#{Message[:return]} action=returntomain/>
|
15
15
|
</horizontal>
|
16
16
|
|
17
17
|
</window>"
|
@@ -1,8 +1,8 @@
|
|
1
1
|
$rwdguivar=
|
2
2
|
"
|
3
|
-
<window name=tinkerhelpabout title
|
3
|
+
<window name=tinkerhelpabout title=#{Message[:help_about]}>
|
4
4
|
<horizontal>
|
5
|
-
<button caption
|
5
|
+
<button caption=#{Message[:showhelpabout_links]} action=\"setuphelpaboutoptions\"/>
|
6
6
|
|
7
7
|
</horizontal>
|
8
8
|
<table>
|
@@ -11,7 +11,7 @@ $rwdguivar=
|
|
11
11
|
</table>
|
12
12
|
|
13
13
|
<horizontal>
|
14
|
-
<button caption
|
14
|
+
<button caption=#{Message[:openselectedhelp_about]} action=\"runrwdtinkerversion\"/>
|
15
15
|
</horizontal>
|
16
16
|
</window>
|
17
17
|
"
|
data/installed/temp.rb
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
# this file does nothing
|
@@ -1,16 +1,64 @@
|
|
1
1
|
# English Language files for RwdTinker core
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
2
|
+
|
3
|
+
:applet_installed => '"applet installed!"',
|
4
|
+
:application_version => '"Application Version"',
|
5
|
+
:clear => "Clear",
|
6
|
+
:cancel => "Cancel",
|
7
|
+
:clickfor_version => "Click for Version" ,
|
8
|
+
:clickbelowtoviewlistof_zip => '"click below to view lists of zips"',
|
9
|
+
:documents => '"Documents"',
|
10
|
+
:edit => "edit" ,
|
11
|
+
:file_name => '"File Name:"',
|
12
|
+
:fill_record => '"Fill Record"',
|
13
|
+
:gemcommands => '"Gem Commands"',
|
14
|
+
:gemfiles => '"Gem Files"' ,
|
15
|
+
:gemdocs => '"Gem Documents"' ,
|
16
|
+
:gem_name => '"Gem Name"' ,
|
17
|
+
:help => '"Help"',
|
18
|
+
:help_about => '"Help About"',
|
19
|
+
:installgem => '"Install Gem"' ,
|
20
|
+
:install_applet => '"install (rwdtinker) applet"',
|
21
|
+
:jumptoapplication_location => '"Jump to Application Location"',
|
22
|
+
:list_applets => '"List Applets"',
|
23
|
+
:listappletsinthegem_directory => '"List applets in the Gem Directory"',
|
24
|
+
:listappletsavailablefor_installation => "List applets available for installation",
|
25
|
+
:list_files => '"List Files"',
|
26
|
+
:list_installed_gems => '"List installed Gems"' ,
|
27
|
+
:list_photos => '"List Photos"',
|
28
|
+
:list_zips => '"List Zips"',
|
29
|
+
:listzipdirappletsavailable => '"List (zip directory) applets available for installation"',
|
30
|
+
:menu_panel => '"Menu Panel"',
|
31
|
+
:module_unknown => '"Unknown Module"',
|
32
|
+
:next => '"Next"',
|
33
|
+
:open => "Open",
|
34
|
+
:open_document => '"Open Document"',
|
35
|
+
:openselectedhelp_about => '"Open selected help about"',
|
36
|
+
:reload_variables => '"Reload Variables"' ,
|
37
|
+
:remove_applet => '"remove applet"',
|
38
|
+
:return => "Return",
|
39
|
+
:rwdtinker_window_2 => "RwdTinker Window 2",
|
40
|
+
:rwdtinker => "RwdTinker",
|
41
|
+
:rwdtinker_back_window => '"RwdTinker Back Window"',
|
42
|
+
:rwdtinker_help => '"RwdTinker Help"',
|
43
|
+
:rwdtinker_help_window => '"RwdTinker Help Window"',
|
44
|
+
:showjump_links => '"Show Jump Links"',
|
45
|
+
:showdocument_list => '"Show Document List"',
|
46
|
+
:showhelpabout_links => '"Show Help About Links"',
|
47
|
+
|
48
|
+
:save => "Save" ,
|
49
|
+
:save_changes => '"Save Changes"',
|
50
|
+
:selection_panel => '"Selection Panel"',
|
51
|
+
:selection_tab => '"Selection Tab"',
|
52
|
+
:tinker_logo => "Tinker Logo",
|
53
|
+
:tinkerback_window => '"Tinker Back Window"',
|
54
|
+
:viewapplet_contents => '"View Applet Contents"',
|
55
|
+
:viewalreadyinstalled_applications => '"View already installed GEM applications"',
|
56
|
+
:viewinstalled_text => '"View Install Text"',
|
57
|
+
:view_platform => '"view platform"',
|
58
|
+
:viewplatform_information => '"View Platform Information"',
|
59
|
+
:view_event => '"View event"',
|
60
|
+
:view_gem => '"View Gem"',
|
61
|
+
:viewinstall_text => '"View Install Text"' ,
|
62
|
+
:viewlistinstall_files => '"View List of Installed Files"',
|
63
|
+
:view_photo => '"View Photo"',
|
64
|
+
:window => "Window" ,
|
@@ -1,14 +1,68 @@
|
|
1
|
-
|
2
|
-
:clickfor_version => '"click para version"',
|
3
|
-
:documents => '"Documentos"',
|
4
|
-
:help => '"Ayuda"',
|
5
|
-
:module_unknown => "Module desconocido.",
|
6
|
-
:next => '"Siguiente"',
|
7
|
-
:rwdtinker => "RwdTinker",
|
8
|
-
:rwdtinker_help_window => '"RwdTinker Ventana Ayuda"',
|
9
|
-
:rwdtinker_help => '"RwdTinker Ayuda"',
|
10
|
-
:rwdtinker_window_2 => "RwdTinker Ventana 2",
|
11
|
-
:rwdtinker_back_window => '"RwdTinker Ventana Trasera"',
|
12
|
-
:tinker_logo => "Insignia de Tinker",
|
13
|
-
:selection_panel => '"Selecci�n Panel"',
|
1
|
+
# Spanish Language files for RwdTinker core
|
14
2
|
|
3
|
+
:applet_installed => '"applet instalado!"',
|
4
|
+
:application_version => '"Application Version"',
|
5
|
+
:clear => "Clear",
|
6
|
+
:cancel => "Cancelaci�n",
|
7
|
+
:clickfor_version => '"click para version"' ,
|
8
|
+
:clickbelowtoviewlistof_zip => '"click abajo a ver lista de zips"',
|
9
|
+
:documents => '"Documentos"',
|
10
|
+
:edit => "Editar" ,
|
11
|
+
:file_name => '"Fila Nombre:"',
|
12
|
+
:fill_record => '"Fill Record"',
|
13
|
+
:gem_commands => '"Comando de Gems"',
|
14
|
+
:gem_files => '"Gem Archivos"' ,
|
15
|
+
:gem_docs => '"Gem Documentos"' ,
|
16
|
+
:gem_name => '"Gem Nombre"' ,
|
17
|
+
:help => '"Ayuda"',
|
18
|
+
:help_about => '"Ayuda sobre"',
|
19
|
+
:install_gem => '"instale Gem"' ,
|
20
|
+
:install_applet => '"instale (rwdtinker) applet"',
|
21
|
+
:jumptoapplication_location => '"Jump to Application Location"',
|
22
|
+
:list_applets => '"List Applets"',
|
23
|
+
:listappletsavailablefor_installation => "List applets available for installation",
|
24
|
+
:listappletsinthegem_directory => '"List applets in the Gem Directory"',
|
25
|
+
|
26
|
+
:list_files => '"Lista de Archivos"',
|
27
|
+
:list_installed_gems => '"Lista de Instalado Gems"' ,
|
28
|
+
:list_photos => '"Lista de Photos"',
|
29
|
+
:list_zips => '"List Zips"',
|
30
|
+
:listzipdirappletsavailable => '"Lista (zip directory) applets available for installation"',
|
31
|
+
:menu_panel => '"panel de herramientas"',
|
32
|
+
:module_unknown => '"Module desconocido"',
|
33
|
+
:next => "Siguiente",
|
34
|
+
:open => "Abrir",
|
35
|
+
:open_document => '"Abrir documento"',
|
36
|
+
:openselectedhelp_about => '"Open selected help about"',
|
37
|
+
:reload_variables => '"Reload Variables"' ,
|
38
|
+
:remove_applet => '"remove applet"',
|
39
|
+
:return => "anterior",
|
40
|
+
:rwdtinker_window_2 => '"RwdTinker Window 2"',
|
41
|
+
:rwdtinker => "RwdTinker",
|
42
|
+
:rwdtinker_back_window => '"RwdTinker Ventana Trasera"',
|
43
|
+
:rwdtinker_help => '"RwdTinker Ayuda"',
|
44
|
+
:rwdtinker_help_window => '"RwdTinker Ventana Ayuda"',
|
45
|
+
:showdocument_list => '"Show Document List"',
|
46
|
+
:showhelpabout_links => '"Show Help About Links"',
|
47
|
+
|
48
|
+
:showjump_links => '"Mostrar enlace saltar"',
|
49
|
+
|
50
|
+
:save => "Guardar" ,
|
51
|
+
:save_changes => '"Guardar los cambios"',
|
52
|
+
:rwdtinker => "RwdTinker",
|
53
|
+
:selection_panel => '"Panel de Selecci�n"',
|
54
|
+
|
55
|
+
:tinker_logo => '"Insignia de Tinker"',
|
56
|
+
:selection_tab => '"Selection Tab"',
|
57
|
+
:tinkerback_window => '"Tinker Back Window"',
|
58
|
+
:viewapplet_contents => '"View Applet Contents"',
|
59
|
+
:viewalreadyinstalled_applications => '"View already installed GEM applications"',
|
60
|
+
:viewinstalled_text => '"View Install Text"',
|
61
|
+
:view_platform => '"view platform"',
|
62
|
+
:viewplatform_information => '"View Platform Information"',
|
63
|
+
:view_event => '"Ver evento"',
|
64
|
+
:view_gem => '"Ver Gem"',
|
65
|
+
:viewinstall_text => '"Ver Texto"' ,
|
66
|
+
:viewlistinstall_files => '"View List of Installed Files"',
|
67
|
+
:view_photo => '"Ver Photo"' ,
|
68
|
+
:window => "Ventana" ,
|
@@ -0,0 +1,64 @@
|
|
1
|
+
# English Language files for RwdTinker core
|
2
|
+
|
3
|
+
:applet_installed => '"applet installed!"',
|
4
|
+
:application_version => '"Application Version"',
|
5
|
+
:clear => "Clear",
|
6
|
+
:cancel => "Cancel",
|
7
|
+
:clickfor_version => "Click for Version" ,
|
8
|
+
:clickbelowtoviewlistof_zip => '"click below to view lists of zips"',
|
9
|
+
:documents => '"Documents"',
|
10
|
+
:edit => "edit" ,
|
11
|
+
:file_name => '"File Name:"',
|
12
|
+
:fill_record => '"Fill Record"',
|
13
|
+
:gemcommands => '"Gem Commands"',
|
14
|
+
:gemfiles => '"Gem Files"' ,
|
15
|
+
:gemdocs => '"Gem Documents"' ,
|
16
|
+
:gem_name => '"Gem Name"' ,
|
17
|
+
:help => '"Help"',
|
18
|
+
:help_about => '"Help About"',
|
19
|
+
:installgem => '"Install Gem"' ,
|
20
|
+
:install_applet => '"install (rwdtinker) applet"',
|
21
|
+
:jumptoapplication_location => '"Jump to Application Location"',
|
22
|
+
:list_applets => '"List Applets"',
|
23
|
+
:listappletsinthegem_directory => '"List applets in the Gem Directory"',
|
24
|
+
:listappletsavailablefor_installation => "List applets available for installation",
|
25
|
+
:list_files => '"List Files"',
|
26
|
+
:list_installed_gems => '"List installed Gems"' ,
|
27
|
+
:list_photos => '"List Photos"',
|
28
|
+
:list_zips => '"List Zips"',
|
29
|
+
:listzipdirappletsavailable => '"List (zip directory) applets available for installation"',
|
30
|
+
:menu_panel => '"Menu Panel"',
|
31
|
+
:module_unknown => '"Unknown Module"',
|
32
|
+
:next => '"Next"',
|
33
|
+
:open => "Open",
|
34
|
+
:open_document => '"Open Document"',
|
35
|
+
:openselectedhelp_about => '"Open selected help about"',
|
36
|
+
:reload_variables => '"Reload Variables"' ,
|
37
|
+
:remove_applet => '"remove applet"',
|
38
|
+
:return => "Return",
|
39
|
+
:rwdtinker_window_2 => "RwdTinker Window 2",
|
40
|
+
:rwdtinker => "RwdTinker",
|
41
|
+
:rwdtinker_back_window => '"RwdTinker Back Window"',
|
42
|
+
:rwdtinker_help => '"RwdTinker Help"',
|
43
|
+
:rwdtinker_help_window => '"RwdTinker Help Window"',
|
44
|
+
:showjump_links => '"Show Jump Links"',
|
45
|
+
:showdocument_list => '"Show Document List"',
|
46
|
+
:showhelpabout_links => '"Show Help About Links"',
|
47
|
+
|
48
|
+
:save => "Save" ,
|
49
|
+
:save_changes => '"Save Changes"',
|
50
|
+
:selection_panel => '"Selection Panel"',
|
51
|
+
:selection_tab => '"Selection Tab"',
|
52
|
+
:tinker_logo => "Tinker Logo",
|
53
|
+
:tinkerback_window => '"Tinker Back Window"',
|
54
|
+
:viewapplet_contents => '"View Applet Contents"',
|
55
|
+
:viewalreadyinstalled_applications => '"View already installed GEM applications"',
|
56
|
+
:viewinstalled_text => '"View Install Text"',
|
57
|
+
:view_platform => '"view platform"',
|
58
|
+
:viewplatform_information => '"View Platform Information"',
|
59
|
+
:view_event => '"View event"',
|
60
|
+
:view_gem => '"View Gem"',
|
61
|
+
:viewinstall_text => '"View Install Text"' ,
|
62
|
+
:viewlistinstall_files => '"View List of Installed Files"',
|
63
|
+
:view_photo => '"View Photo"',
|
64
|
+
:window => "Window" ,
|
@@ -1,9 +1,72 @@
|
|
1
1
|
# Japanese Language files for RwdTinker core
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
2
|
+
:cancel => "とりけし",
|
3
|
+
:open => "あける",
|
4
|
+
:view_event => "けんかい ぎょうじょ",
|
5
|
+
:edit_event => "しゅうろく",
|
6
|
+
:install_gem => "インストール",
|
7
|
+
:list_installed_gems => "かきつらねる",
|
8
|
+
:view_gem => "けんかい",
|
9
|
+
:edit => "しゅうろく",
|
10
|
+
:gem_commands => "コマンド",
|
11
|
+
:gem_files => "ファイル",
|
12
|
+
:gem_docs => "しょるい",
|
13
|
+
:gem_name => "こうもくめい",
|
8
14
|
:selection_panel => "せんたく",
|
9
15
|
:documents => "オンラインマニュアル",
|
16
|
+
|
17
|
+
# English Language files for RwdTinker core
|
18
|
+
|
19
|
+
:applet_installed => '"applet installed!"',
|
20
|
+
:application_version => '"Application Version"',
|
21
|
+
:clear => "Clear",
|
22
|
+
:clickfor_version => "Click for Version" ,
|
23
|
+
:clickbelowtoviewlistof_zip => '"click below to view lists of zips"',
|
24
|
+
|
25
|
+
:file_name => '"File Name:"',
|
26
|
+
:fill_record => '"Fill Record"',
|
27
|
+
:help => '"Help"',
|
28
|
+
:help_about => '"Help About"',
|
29
|
+
|
30
|
+
:install_applet => '"install (rwdtinker) applet"',
|
31
|
+
:jumptoapplication_location => '"Jump to Application Location"',
|
32
|
+
:list_applets => '"List Applets"',
|
33
|
+
:listappletsinthegem_directory => '"List applets in the Gem Directory"',
|
34
|
+
:listappletsavailablefor_installation => "List applets available for installation",
|
35
|
+
:list_files => '"List Files"',
|
36
|
+
|
37
|
+
:list_photos => '"List Photos"',
|
38
|
+
:list_zips => '"List Zips"',
|
39
|
+
:listzipdirappletsavailable => '"List (zip directory) applets available for installation"',
|
40
|
+
:menu_panel => '"Menu Panel"',
|
41
|
+
:module_unknown => '"Unknown Module"',
|
42
|
+
:next => '"Next"',
|
43
|
+
|
44
|
+
:open_document => '"Open Document"',
|
45
|
+
:openselectedhelp_about => '"Open selected help about"',
|
46
|
+
:reload_variables => '"Reload Variables"' ,
|
47
|
+
:remove_applet => '"remove applet"',
|
48
|
+
:return => "Return",
|
49
|
+
:rwdtinker_window_2 => "RwdTinker Window 2",
|
50
|
+
:rwdtinker => "RwdTinker",
|
51
|
+
:rwdtinker_back_window => '"RwdTinker Back Window"',
|
52
|
+
:rwdtinker_help => '"RwdTinker Help"',
|
53
|
+
:rwdtinker_help_window => '"RwdTinker Help Window"',
|
54
|
+
:showjump_links => '"Show Jump Links"',
|
55
|
+
:showdocument_list => '"Show Document List"',
|
56
|
+
:showhelpabout_links => '"Show Help About Links"',
|
57
|
+
|
58
|
+
:save => "Save" ,
|
59
|
+
:save_changes => '"Save Changes"',
|
60
|
+
|
61
|
+
:selection_tab => '"Selection Tab"',
|
62
|
+
:tinker_logo => "Tinker Logo",
|
63
|
+
:tinkerback_window => '"Tinker Back Window"',
|
64
|
+
:viewapplet_contents => '"View Applet Contents"',
|
65
|
+
:viewalreadyinstalled_applications => '"View already installed GEM applications"',
|
66
|
+
:viewinstalled_text => '"View Install Text"',
|
67
|
+
:view_platform => '"view platform"',
|
68
|
+
:viewplatform_information => '"View Platform Information"',
|
69
|
+
:viewinstall_text => '"View Install Text"' ,
|
70
|
+
:viewlistinstall_files => '"View List of Installed Files"',
|
71
|
+
:view_photo => '"View Photo"',
|
72
|
+
:window => "Window" ,
|
@@ -17,3 +17,65 @@
|
|
17
17
|
:rwdtinker_back_window => '"RwdTinker Back Venster"',
|
18
18
|
:tinker_logo => '"RWDTinker Logo"',
|
19
19
|
:selection_panel => '"Selectie Paneel"',
|
20
|
+
# English Language files for RwdTinker core
|
21
|
+
|
22
|
+
|
23
|
+
:applet_installed => '"applet installed!"',
|
24
|
+
:application_version => '"Application Version"',
|
25
|
+
:clear => "Clear",
|
26
|
+
:clickfor_version => "Click for Version" ,
|
27
|
+
:clickbelowtoviewlistof_zip => '"click below to view lists of zips"',
|
28
|
+
|
29
|
+
:edit => "edit" ,
|
30
|
+
:file_name => '"File Name:"',
|
31
|
+
:fill_record => '"Fill Record"',
|
32
|
+
:gem_commands => '"Gem Commands"',
|
33
|
+
:gem_files => '"Gem Files"' ,
|
34
|
+
:gem_docs => '"Gem Documents"' ,
|
35
|
+
:gem_name => '"Gem Name"' ,
|
36
|
+
:help => '"Help"',
|
37
|
+
:help_about => '"Help About"',
|
38
|
+
:installgem => '"Install Gem"' ,
|
39
|
+
:install_applet => '"install (rwdtinker) applet"',
|
40
|
+
:jumptoapplication_location => '"Jump to Application Location"',
|
41
|
+
:list_applets => '"List Applets"',
|
42
|
+
:listappletsinthegem_directory => '"List applets in the Gem Directory"',
|
43
|
+
:listappletsavailablefor_installation => "List applets available for installation",
|
44
|
+
:list_files => '"List Files"',
|
45
|
+
:list_installed_gems => '"List installed Gems"' ,
|
46
|
+
:list_photos => '"List Photos"',
|
47
|
+
:list_zips => '"List Zips"',
|
48
|
+
:listzipdirappletsavailable => '"List (zip directory) applets available for installation"',
|
49
|
+
:menu_panel => '"Menu Panel"',
|
50
|
+
|
51
|
+
|
52
|
+
:open_document => '"Open Document"',
|
53
|
+
:openselectedhelp_about => '"Open selected help about"',
|
54
|
+
:reload_variables => '"Reload Variables"' ,
|
55
|
+
:remove_applet => '"remove applet"',
|
56
|
+
:return => "Return",
|
57
|
+
:rwdtinker_window_2 => "RwdTinker Window 2",
|
58
|
+
:rwdtinker => "RwdTinker",
|
59
|
+
:rwdtinker_back_window => '"RwdTinker Back Window"',
|
60
|
+
:rwdtinker_help => '"RwdTinker Help"',
|
61
|
+
:rwdtinker_help_window => '"RwdTinker Help Window"',
|
62
|
+
:showjump_links => '"Show Jump Links"',
|
63
|
+
:showdocument_list => '"Show Document List"',
|
64
|
+
:showhelpabout_links => '"Show Help About Links"',
|
65
|
+
|
66
|
+
|
67
|
+
:save_changes => '"Save Changes"',
|
68
|
+
:selection_tab => '"Selection Tab"',
|
69
|
+
:tinker_logo => "Tinker Logo",
|
70
|
+
:tinkerback_window => '"Tinker Back Window"',
|
71
|
+
:viewapplet_contents => '"View Applet Contents"',
|
72
|
+
:viewalreadyinstalled_applications => '"View already installed GEM applications"',
|
73
|
+
:viewinstalled_text => '"View Install Text"',
|
74
|
+
:view_platform => '"view platform"',
|
75
|
+
:viewplatform_information => '"View Platform Information"',
|
76
|
+
:view_event => '"View event"',
|
77
|
+
:view_gem => '"View Gem"',
|
78
|
+
:viewinstall_text => '"View Install Text"' ,
|
79
|
+
:viewlistinstall_files => '"View List of Installed Files"',
|
80
|
+
:view_photo => '"View Photo"',
|
81
|
+
|
data/rwdconfig.dist
CHANGED
data/zips/temp.rb
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
# this file does nothing
|
metadata
CHANGED
@@ -1,20 +1,20 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rwdtinker
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: "1.
|
4
|
+
version: "1.69"
|
5
5
|
platform: ruby
|
6
|
-
authors:
|
7
|
-
|
6
|
+
authors:
|
7
|
+
- Steven Gibson
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2008-08-
|
12
|
+
date: 2008-08-22 00:00:00 -07:00
|
13
13
|
default_executable:
|
14
14
|
dependencies: []
|
15
15
|
|
16
16
|
description: rwdtinker application is a framework to program for RubyWebDialogs.
|
17
|
-
email:
|
17
|
+
email: smalllinux@gmail.com
|
18
18
|
executables:
|
19
19
|
- rwdtinker
|
20
20
|
extensions: []
|
@@ -44,7 +44,6 @@ files:
|
|
44
44
|
- code/superant.com.rwdtinkerbackwindow/removeapplet.rb
|
45
45
|
- code/superant.com.rwdtinkerbackwindow/viewgemappletcontents.rb
|
46
46
|
- code/superant.com.rwdtinkerbackwindow/helptexthashtinkerwin2.rb
|
47
|
-
- code/superant.com.rwdtinkerbackwindow/controlclient.rb
|
48
47
|
- code/superant.com.rwdtinkerbackwindow/remotegemlist.rb
|
49
48
|
- code/superant.com.rwdtinkerbackwindow/installgemapplet.rb
|
50
49
|
- code/superant.com.rwdtinkerbackwindow/runremoteinstall.rb
|
@@ -92,6 +91,7 @@ files:
|
|
92
91
|
- extras/rconftool.rb
|
93
92
|
- lang/en/rwdcore/languagefile.rb
|
94
93
|
- lang/es/rwdcore/languagefile-es.rb
|
94
|
+
- lang/fr/rwdcore/languagefile.rb
|
95
95
|
- lang/jp/rwdcore/languagefile.rb
|
96
96
|
- lang/nl/rwdcore/languagefile.rb
|
97
97
|
- gui/frontwindowtdocuments/superant.com.documents
|
@@ -108,7 +108,6 @@ files:
|
|
108
108
|
- gui/tinkerbackwindows/superant.com.tinkerbackwindow/9backend.rwd
|
109
109
|
- gui/tinkerbackwindows/superant.com.tinkerbackwindow/60editconfiguration.rwd
|
110
110
|
- gui/tinkerbackwindows/superant.com.tinkerbackwindow/40rwdlistzips.rwd
|
111
|
-
- gui/tinkerbackwindows/superant.com.tinkerbackwindow/75rwdcontrol.rwd
|
112
111
|
- gui/tinkerbackwindows/superant.com.tinkerbackwindow/81jumplinkcommands.rwd
|
113
112
|
- gui/tinkerbackwindows/superant.com.versionwindow
|
114
113
|
- gui/tinkerbackwindows/superant.com.versionwindow/helpaboutwindow.rwd
|
@@ -131,6 +130,7 @@ files:
|
|
131
130
|
- gui/zzcoreguiend/tinkerapplicationguiend/yy9rwdend.rwd
|
132
131
|
- gui/helpaboutinstalled/superant.com.tinkerhelpabout
|
133
132
|
- gui/helpaboutinstalled/superant.com.tinkerhelpabout/helpabouttab.rwd
|
133
|
+
- installed/temp.rb
|
134
134
|
- rwd_files/tinker.png
|
135
135
|
- rwd_files/favicon.ico
|
136
136
|
- rwd_files/rdoc-style.css
|
@@ -139,6 +139,7 @@ files:
|
|
139
139
|
- rwd_files/HowTo_TinkerWin2.txt
|
140
140
|
- rwd_files/RubyWebDialogs.html
|
141
141
|
- rwd_files/HowTo_Tinker.txt
|
142
|
+
- zips/temp.rb
|
142
143
|
- tests/rdep.rb
|
143
144
|
- tests/cleancnf.sh
|
144
145
|
- tests/makedist.rb
|
@@ -1,96 +0,0 @@
|
|
1
|
-
# Bind message passing socket to rwdtinker application
|
2
|
-
def runcontrolcommand
|
3
|
-
require 'socket'
|
4
|
-
|
5
|
-
# Change this line...
|
6
|
-
ip = '127.0.0.1'
|
7
|
-
# And this one...
|
8
|
-
port = $rwdcontrolport1
|
9
|
-
if @a_remoteportinput
|
10
|
-
port = @a_remoteportinput.to_i
|
11
|
-
end
|
12
|
-
|
13
|
-
commandtext = @a_remotecommandinput.to_s
|
14
|
-
remotehostnotfound = true
|
15
|
-
if (commandtext == "stop")
|
16
|
-
begin
|
17
|
-
client = UDPSocket::new()
|
18
|
-
client.send(commandtext, 0, ip, port)
|
19
|
-
@socket = UDPSocket::new()
|
20
|
-
@socket.bind(ip, port)
|
21
|
-
# Rescue the "Address in use" error
|
22
|
-
rescue Errno::EADDRINUSE
|
23
|
-
|
24
|
-
databack, info = client.recv(128)
|
25
|
-
@remotecommandresult = databack
|
26
|
-
@lastremotecommand = "rwdtinker remote:: Port #{port} on host #{ip} ."
|
27
|
-
remotehostnotfound = false
|
28
|
-
|
29
|
-
# Rescue the "Address not available" error
|
30
|
-
rescue Errno::EADDRNOTAVAIL
|
31
|
-
puts "Network plugin: Address #{host} is not available to bind."
|
32
|
-
|
33
|
-
# Rescue "permission denied errors
|
34
|
-
rescue Errno::EACCES
|
35
|
-
puts "Network plugin: Access denied when binding interface addresses. Did you try to bind a port under 1024 as a regular user?"
|
36
|
-
|
37
|
-
# Rescue all other errors
|
38
|
-
rescue
|
39
|
-
puts "Network plugin: An error occured."
|
40
|
-
|
41
|
-
# Rescue all other errors
|
42
|
-
end
|
43
|
-
if remotehostnotfound
|
44
|
-
@remotecommandresult = "Remote Host not running"
|
45
|
-
end
|
46
|
-
@socket.close
|
47
|
-
# Close the socket after use
|
48
|
-
client.close()
|
49
|
-
end
|
50
|
-
|
51
|
-
remotehostnotfound = true
|
52
|
-
if (commandtext == "query")
|
53
|
-
begin
|
54
|
-
client = UDPSocket::new()
|
55
|
-
client.send(commandtext, 0, ip, port)
|
56
|
-
@socket = UDPSocket::new()
|
57
|
-
@socket.bind(ip, port)
|
58
|
-
# Rescue the "Address in use" error
|
59
|
-
rescue Errno::EADDRINUSE
|
60
|
-
|
61
|
-
databack, info = client.recv(128)
|
62
|
-
@remotecommandresult = databack
|
63
|
-
@lastremotecommand = "rwdtinker remote: Port #{port} on host #{ip} "
|
64
|
-
remotehostnotfound = false
|
65
|
-
|
66
|
-
# Rescue the "Address not available' error
|
67
|
-
rescue Errno::EADDRNOTAVAIL
|
68
|
-
puts "Network plugin: Address #{host} is not available to bind."
|
69
|
-
|
70
|
-
# Rescue "permission denied errors
|
71
|
-
rescue Errno::EACCES
|
72
|
-
puts "Network plugin: Access denied when binding interface addresses. Did you try to bind a port under 1024 as a regular user?"
|
73
|
-
|
74
|
-
# Rescue all other errors
|
75
|
-
rescue
|
76
|
-
puts "Network plugin: An error occured."
|
77
|
-
|
78
|
-
# Rescue all other errors
|
79
|
-
end
|
80
|
-
@socket.close
|
81
|
-
|
82
|
-
# Close the socket after use
|
83
|
-
client.close()
|
84
|
-
end
|
85
|
-
|
86
|
-
if remotehostnotfound
|
87
|
-
@remotecommandresult = "Remote Host not running"
|
88
|
-
end
|
89
|
-
end
|
90
|
-
|
91
|
-
# list the remote control options on the screen
|
92
|
-
def showremoteportoptions
|
93
|
-
|
94
|
-
@remoteportoptions = $rwdcontrolports.rwd_options
|
95
|
-
@remotecommandoptions = ["query","stop"].rwd_options
|
96
|
-
end
|
@@ -1,33 +0,0 @@
|
|
1
|
-
$rwdguivar=
|
2
|
-
"
|
3
|
-
<tab name=\"rwdremotecontrol\" caption=\"Remote Controls\">
|
4
|
-
<p></p>
|
5
|
-
Query remote rwdtinker applications (not yet functional on XP)
|
6
|
-
<horizontal>
|
7
|
-
<button caption=\"Start the Remote Control for This Application\" action=\"network_start\"/>
|
8
|
-
<button caption=\"Help\" action=\"runhelpwindowtinkerwin2\"/>
|
9
|
-
|
10
|
-
</horizontal>
|
11
|
-
<p>%viewremotecommandresult%</p>
|
12
|
-
<horizontal>
|
13
|
-
|
14
|
-
<button caption=\"Show remote Command Choices\" action=\"showremoteportoptions\"/>
|
15
|
-
|
16
|
-
</horizontal>
|
17
|
-
<table>
|
18
|
-
<select name=\"a_remoteportinput\"> %%remoteportoptions%% </select>
|
19
|
-
|
20
|
-
</table>
|
21
|
-
|
22
|
-
<table>
|
23
|
-
<select name=\"a_remotecommandinput\"> %%remotecommandoptions%% </select>
|
24
|
-
|
25
|
-
</table>
|
26
|
-
<horizontal>
|
27
|
-
<button caption=\"Run Command\" action=\"runcontrolcommand\"/>
|
28
|
-
<button caption=\"Cancel\" action=\"main\"/>
|
29
|
-
</horizontal>
|
30
|
-
<p> Remote Port</p>
|
31
|
-
<p>%lastremotecommand%</p>
|
32
|
-
<p>%remotecommandresult%</p>
|
33
|
-
</tab>"
|