rwdhypernote 0.03
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/Notes/changes.lnk +1 -0
- data/Notes/changes.txt +1 -0
- data/Notes/hypernote/hypernote01.txt +1 -0
- data/Notes/hypernote/hypernote02.txt +1 -0
- data/Notes/hypernote/newnote3.txt +2 -0
- data/Notes/rwdtinker/RwdtinkerProgrammingQuickStart.lnk +1 -0
- data/Notes/rwdtinker/RwdtinkerProgrammingQuickStart.txt +11 -0
- data/Notes/rwdtinker/newnote.txt +1 -0
- data/Notes/rwdtinker/rwdtinker01.txt +9 -0
- data/Notes/rwdtinker/testnote2.txt +1 -0
- data/Readme.txt +97 -0
- data/bin/rwdhypernote +19 -0
- data/code/01rwdcore/01rwdcore.rb +20 -0
- data/code/01rwdcore/02helptexthashbegin.rb +4 -0
- data/code/01rwdcore/03helptexthash.rb +31 -0
- data/code/01rwdcore/04helptextend.rb +6 -0
- data/code/01rwdcore/openhelpwindow.rb +31 -0
- data/code/01rwdcore/returntomain.rb +10 -0
- data/code/01rwdcore/rwdtinkerversion.rb +15 -0
- data/code/01rwdcore/rwdwindowreturn.rb +11 -0
- data/code/superant.com.hypernote/archiveevent.rb +14 -0
- data/code/superant.com.hypernote/changehypernotename.rb +21 -0
- data/code/superant.com.hypernote/clearhypernotescreendisplay.rb +8 -0
- data/code/superant.com.hypernote/clearlinkscreendisplay.rb +8 -0
- data/code/superant.com.hypernote/copyfilename.rb +10 -0
- data/code/superant.com.hypernote/createnewnote.rb +14 -0
- data/code/superant.com.hypernote/deletehypernoterecord.rb +20 -0
- data/code/superant.com.hypernote/helptexthashrwdhypernote.rb +60 -0
- data/code/superant.com.hypernote/hyperlinkcreatelinkfile.rb +19 -0
- data/code/superant.com.hypernote/listhypernotelinks.rb +52 -0
- data/code/superant.com.hypernote/listhypernotes.rb +55 -0
- data/code/superant.com.hypernote/listlinknotes.rb +33 -0
- data/code/superant.com.hypernote/loadconfigurationrecord.rb +34 -0
- data/code/superant.com.hypernote/loadconfigurationvariables.rb +13 -0
- data/code/superant.com.hypernote/loadlinksrecord.rb +21 -0
- data/code/superant.com.hypernote/loadnoterecord.rb +24 -0
- data/code/superant.com.hypernote/openhelpwindowrwdhyernote.rb +23 -0
- data/code/superant.com.hypernote/returntomain.rb +10 -0
- data/code/superant.com.hypernote/rwdhypernotehelpabout.rb +14 -0
- data/code/superant.com.hypernote/saveconfigurationrecord.rb +18 -0
- data/code/superant.com.hypernote/savehypernoterecord.rb +20 -0
- data/code/superant.com.hypernote/savelinkrecord.rb +23 -0
- data/code/superant.com.hypernote/viewrwdschedulesconfiguration.rb +21 -0
- data/code/superant.com.rwdtinkerbackwindow/controlclient.rb +99 -0
- data/code/superant.com.rwdtinkerbackwindow/diagnostictab.rb +21 -0
- data/code/superant.com.rwdtinkerbackwindow/helptexthashtinkerwin2.rb +58 -0
- data/code/superant.com.rwdtinkerbackwindow/installapplet.rb +22 -0
- data/code/superant.com.rwdtinkerbackwindow/installgemapplet.rb +20 -0
- data/code/superant.com.rwdtinkerbackwindow/installremotegem.rb +19 -0
- data/code/superant.com.rwdtinkerbackwindow/listgemdirs.rb +12 -0
- data/code/superant.com.rwdtinkerbackwindow/listgemzips.rb +54 -0
- data/code/superant.com.rwdtinkerbackwindow/listinstalledfiles.rb +11 -0
- data/code/superant.com.rwdtinkerbackwindow/listzips.rb +31 -0
- data/code/superant.com.rwdtinkerbackwindow/loadconfigurationrecord.rb +32 -0
- data/code/superant.com.rwdtinkerbackwindow/loadconfigurationvariables.rb +13 -0
- data/code/superant.com.rwdtinkerbackwindow/network.rb +87 -0
- data/code/superant.com.rwdtinkerbackwindow/openappletname.rb +18 -0
- data/code/superant.com.rwdtinkerbackwindow/openhelpwindowtinkerwin2.rb +42 -0
- data/code/superant.com.rwdtinkerbackwindow/remotegemlist.rb +24 -0
- data/code/superant.com.rwdtinkerbackwindow/removeapplet.rb +28 -0
- data/code/superant.com.rwdtinkerbackwindow/runrwdtinkerbackwindow.rb +12 -0
- data/code/superant.com.rwdtinkerbackwindow/rwdtinkerwin2version.rb +14 -0
- data/code/superant.com.rwdtinkerbackwindow/saveconfigurationrecord.rb +18 -0
- data/code/superant.com.rwdtinkerbackwindow/viewappletcontents.rb +21 -0
- data/code/superant.com.rwdtinkerbackwindow/viewgemappletcontents.rb +21 -0
- data/code/zz0applicationend/zz0end.rb +4 -0
- data/configuration/language.cnf +5 -0
- data/configuration/rwdapplicationidentity.cnf +3 -0
- data/configuration/rwdhypernote.cnf +9 -0
- data/configuration/rwdhypernoteversion.cnf +3 -0
- data/configuration/rwdtinker.cnf +16 -0
- data/configuration/rwdtinkerversion.cnf +2 -0
- data/configuration/tinkerwin2variables.cnf +12 -0
- data/configuration/tinkerwin2version.cnf +3 -0
- data/ev/browser.rb +109 -0
- data/ev/ftools.rb +170 -0
- data/ev/net.rb +750 -0
- data/ev/ruby.rb +819 -0
- data/ev/rwd.rb +1849 -0
- data/ev/sgml.rb +236 -0
- data/ev/thread.rb +63 -0
- data/ev/tree.rb +343 -0
- data/ev/xml.rb +4 -0
- data/extras/zip/ioextras.rb +114 -0
- data/extras/zip/stdrubyext.rb +111 -0
- data/extras/zip/tempfile_bugfixed.rb +195 -0
- data/extras/zip/zip.rb +1376 -0
- data/extras/zip/zipfilesystem.rb +558 -0
- data/extras/zip/ziprequire.rb +61 -0
- data/gui/00coreguibegin/applicationguitop.rwd +4 -0
- data/gui/frontwindow0/superant.com.hypernote/10viewnote.rwd +32 -0
- data/gui/frontwindow0/superant.com.hypernote/20editlinks.rwd +34 -0
- data/gui/frontwindow0/superant.com.hypernote/30noteutilities.rwd +27 -0
- data/gui/frontwindowselectionbegin/selectiontabbegin/selectiontabbegin.rwd +16 -0
- data/gui/frontwindowselections/superant.com.rwdtinkerwin2selectiontab/rwdwin2selectiontab.rwd +12 -0
- data/gui/frontwindowselectionzend/viewselectionzend/viewselectionend.rwd +3 -0
- data/gui/frontwindowtdocumentbegin/superant.com.documentsbegin/tt0documentbegin.rwd +6 -0
- data/gui/frontwindowtdocuments/superant.com.documents/uu5documents.rwd +15 -0
- data/gui/frontwindowtdocuments/superant.com.rwdhypernotedocument/rwdhypernotedocument.rwd +5 -0
- data/gui/frontwindowtdocuments/superant.com.tinkerwin2documents/uu5documents.rwd +6 -0
- data/gui/frontwindowtdocumentzend/superant.com.documentsend/ww0documentend.rwd +12 -0
- data/gui/frontwindowz1end/frontwindowend/xx0rwdfirsttab.rwd +6 -0
- data/gui/helpaboutbegin/superant.com.helpaboutbegin/ya0helpscreenstart.rwd +3 -0
- data/gui/helpaboutinstalled/superant.com.rwdhypernotehelpabout/1versionname.rwd +6 -0
- data/gui/helpaboutinstalled/superant.com.rwdhypernotehelpabout/5version.rwd +9 -0
- data/gui/helpaboutinstalled/superant.com.rwdwin2helpabout/1appname.rwd +4 -0
- data/gui/helpaboutinstalled/superant.com.rwdwin2helpabout/3copyright.rwd +3 -0
- data/gui/helpaboutinstalled/superant.com.rwdwin2helpabout/5version.rwd +10 -0
- data/gui/helpaboutinstalled/superant.com.tinkerhelpabout/1appname.rwd +4 -0
- data/gui/helpaboutinstalled/superant.com.tinkerhelpabout/3copyright.rwd +3 -0
- data/gui/helpaboutinstalled/superant.com.tinkerhelpabout/5version.rwd +10 -0
- data/gui/helpaboutzend/superant.com.helpaboutend/helpscreenend.rwd +3 -0
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/1appname.rwd +5 -0
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/40rwdlistzips.rwd +42 -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 +38 -0
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/70rwddiagnostics.rwd +33 -0
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/75rwdcontrol.rwd +33 -0
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/80tab1.rwd +11 -0
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/9backend.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/zzcoreguiend/tinkerapplicationguiend/yy9rwdend.rwd +4 -0
- data/init.rb +269 -0
- data/lang/alanguagehashbegin.rb +4 -0
- data/lang/en/rwdcore/languagefile.rb +16 -0
- data/lang/es/rwdcore/languagefile-es.rb +14 -0
- data/lang/jp/rwdcore/languagefile.rb +9 -0
- data/lang/languagehash.rb +4 -0
- data/lang/nl/rwdcore/languagefile.rb +19 -0
- data/lang/templangfile.rb +16 -0
- data/lang/vlanguagehashend.rb +6 -0
- data/lang/wlocallangstart.rb +5 -0
- data/lang/xlocallangfile.rb +16 -0
- data/lang/zlocallangend.rb +2 -0
- data/lib/temp.rb +1 -0
- data/rwd_files/HowTo_HyperNote.txt +97 -0
- data/rwd_files/HowTo_Tinker.txt +375 -0
- data/rwd_files/HowTo_TinkerWin2.txt +202 -0
- data/rwd_files/Readme.txt +57 -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/rwdindex.html +6 -0
- data/rwd_files/tinker.png +0 -0
- data/zips/rwdahelloworld-0.5.zip +0 -0
- metadata +202 -0
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
require 'zip/zip'
|
|
2
|
+
|
|
3
|
+
class ZipList
|
|
4
|
+
def initialize(zipFileList)
|
|
5
|
+
@zipFileList = zipFileList
|
|
6
|
+
end
|
|
7
|
+
|
|
8
|
+
def get_input_stream(entry, &aProc)
|
|
9
|
+
@zipFileList.each {
|
|
10
|
+
|zfName|
|
|
11
|
+
Zip::ZipFile.open(zfName) {
|
|
12
|
+
|zf|
|
|
13
|
+
begin
|
|
14
|
+
return zf.get_input_stream(entry, &aProc)
|
|
15
|
+
rescue Errno::ENOENT
|
|
16
|
+
end
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
raise Errno::ENOENT,
|
|
20
|
+
"No matching entry found in zip files '#{@zipFileList.join(', ')}' "+
|
|
21
|
+
" for '#{entry}'"
|
|
22
|
+
end
|
|
23
|
+
end
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
module Kernel
|
|
27
|
+
alias :oldRequire :require
|
|
28
|
+
|
|
29
|
+
def require(moduleName)
|
|
30
|
+
zip_require(moduleName) || oldRequire(moduleName)
|
|
31
|
+
end
|
|
32
|
+
|
|
33
|
+
def zip_require(moduleName)
|
|
34
|
+
return false if already_loaded?(moduleName)
|
|
35
|
+
get_resource(ensure_rb_extension(moduleName)) {
|
|
36
|
+
|zis|
|
|
37
|
+
eval(zis.read); $" << moduleName
|
|
38
|
+
}
|
|
39
|
+
return true
|
|
40
|
+
rescue Errno::ENOENT => ex
|
|
41
|
+
return false
|
|
42
|
+
end
|
|
43
|
+
|
|
44
|
+
def get_resource(resourceName, &aProc)
|
|
45
|
+
zl = ZipList.new($:.grep(/\.zip$/))
|
|
46
|
+
zl.get_input_stream(resourceName, &aProc)
|
|
47
|
+
end
|
|
48
|
+
|
|
49
|
+
def already_loaded?(moduleName)
|
|
50
|
+
moduleRE = Regexp.new("^"+moduleName+"(\.rb|\.so|\.dll|\.o)?$")
|
|
51
|
+
$".detect { |e| e =~ moduleRE } != nil
|
|
52
|
+
end
|
|
53
|
+
|
|
54
|
+
def ensure_rb_extension(aString)
|
|
55
|
+
aString.sub(/(\.rb)?$/i, ".rb")
|
|
56
|
+
end
|
|
57
|
+
end
|
|
58
|
+
|
|
59
|
+
# Copyright (C) 2002 Thomas Sondergaard
|
|
60
|
+
# rubyzip is free software; you can redistribute it and/or
|
|
61
|
+
# modify it under the terms of the ruby license.
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
$rwdguivar=
|
|
2
|
+
"
|
|
3
|
+
<tab name=\"superantcomeditnoterecordfile\" caption=\"View/Edit Note\">
|
|
4
|
+
|
|
5
|
+
<table>
|
|
6
|
+
<row>View your event list and detail on this Tab</row>
|
|
7
|
+
<row> <p> </row>
|
|
8
|
+
<row> <p align=\"right\">Note Record:</p> <text size=70 name=\"a_viewhypernote\"/> </row>
|
|
9
|
+
|
|
10
|
+
</table>
|
|
11
|
+
<horizontal>
|
|
12
|
+
<button caption=\"Open Detail\" action=\"loadnoterecord\"/>
|
|
13
|
+
|
|
14
|
+
<button caption=\"Create New Note\" action=\"rwdhypernotecreatenewnote\"/>
|
|
15
|
+
<button caption=\"Save Changes\" action=\"savehypernoterecord\"/>
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
<button caption=\"Clear\" action=\"clearhypernotescreendisplay\"/>
|
|
19
|
+
<button caption=\"Help\" action=\"runhelpwindowrwdhypernote\"/>
|
|
20
|
+
|
|
21
|
+
</horizontal>
|
|
22
|
+
<textarea name=\"a_notedata\"/>
|
|
23
|
+
|
|
24
|
+
<horizontal>
|
|
25
|
+
<button caption=\"List Notes\" action=\"listnotedirs\"/>
|
|
26
|
+
<button caption=\"Show Internal Links\" action=\"listlocalnotelinks\"/>
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
</horizontal>
|
|
30
|
+
<p>%%noterecordsresult%%</p>
|
|
31
|
+
<p>%%localnotelinksrecordsresult%%</p>
|
|
32
|
+
</tab>"
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
$rwdguivar=
|
|
2
|
+
"
|
|
3
|
+
|
|
4
|
+
<tab name=\"rwdhypernoteeditlinksrecordfile\" caption=\"View/Edit Links\">
|
|
5
|
+
|
|
6
|
+
<table>
|
|
7
|
+
<row>View your event list and detail on this Tab</row>
|
|
8
|
+
<row> <p> </row>
|
|
9
|
+
<row> <p align=\"right\">Note Record:</p> <text size=70 name=\"a_viewnote\"/> </row>
|
|
10
|
+
<row> <p> </row>
|
|
11
|
+
<row> <p align=\"right\">Link Filename:</p> <text size=70 name=\"a_viewlinksnote\"/> </row>
|
|
12
|
+
|
|
13
|
+
</table>
|
|
14
|
+
<horizontal>
|
|
15
|
+
<button caption=\"Open local links\" action=\"rwdhypernotesloadlinksrecord\"/>
|
|
16
|
+
<button caption=\"Create Link File\" action=\"hyperlinkcreatelinkfile\"/>
|
|
17
|
+
<button caption=\"Save Changes\" action=\"hypernotesavelinkrecord\"/>
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
<button caption=\"Clear\" action=\"clearlinkscreendisplay\"/>
|
|
21
|
+
<button caption=\"Help\" action=\"runhelpwindowrwdhypernote\"/>
|
|
22
|
+
|
|
23
|
+
</horizontal>
|
|
24
|
+
<textarea name=\"a_notelinksdata\"/>
|
|
25
|
+
|
|
26
|
+
<horizontal>
|
|
27
|
+
<button caption=\"List Local Link Files\" action=\"rwdhypernotelistlinkdirs\"/>
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
</horizontal>
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
<p>%%notelinksrecordsresult%%</p>
|
|
34
|
+
</tab>"
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
$rwdguivar=
|
|
2
|
+
"
|
|
3
|
+
<tab name=\"utilitiesrwdhyperedit\" caption=\"Note Utilities\">
|
|
4
|
+
|
|
5
|
+
<table>
|
|
6
|
+
<row> <p align=\"right\">Hypernote Title:</p> <text size=70 name=\"a_viewhypernote\"/> </row>
|
|
7
|
+
<row> <p align=\"right\">New Name:</p> <text size=70 name=\"a_changehypernotedata\"/> </row>
|
|
8
|
+
|
|
9
|
+
</table>
|
|
10
|
+
|
|
11
|
+
<horizontal>
|
|
12
|
+
<button caption=\"Rename Note\" action=\"changehypernotedata\"/>
|
|
13
|
+
<button caption=\"Copy Filename into New Name\" action=\"copyhypernotefilename\"/>
|
|
14
|
+
<button caption=\"Delete Note\" action=\"deletehypernoterecord\"/>
|
|
15
|
+
<button caption=\"Help\" action=\"runhelpwindowrwdhypernote\"/>
|
|
16
|
+
</horizontal>
|
|
17
|
+
|
|
18
|
+
<p>%%hypernotefilechangeresult%%</p>
|
|
19
|
+
<horizontal>
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
<button caption=\"List Notes\" action=\"listnotedirs\"/>
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
</horizontal>
|
|
26
|
+
<p>%%noterecordsresult%%</p>
|
|
27
|
+
</tab>"
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
$rwdguivar=
|
|
2
|
+
"
|
|
3
|
+
<tab name=\"selectiontab\" caption=#{Message[:selection_panel]}>
|
|
4
|
+
|
|
5
|
+
<table>
|
|
6
|
+
<row> <p align=\"right\">Open a new window with callable applets you have loaded</row>
|
|
7
|
+
|
|
8
|
+
</table>
|
|
9
|
+
<horizontal>
|
|
10
|
+
|
|
11
|
+
<button caption=#{Message[:rwdtinker_help_window]} action=\"runhelpwindow\"/>
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
</horizontal>"
|
|
15
|
+
|
|
16
|
+
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
$rwdguivar=
|
|
2
|
+
"
|
|
3
|
+
<row> <p align=\"left\">
|
|
4
|
+
<a href=HowTo_Tinker.txt>Howto_Tinker.txt</a></p></row>
|
|
5
|
+
<row> <p align=\"left\">
|
|
6
|
+
<a href=Readme.txt>Readme.txt</a></p></row>
|
|
7
|
+
<row> <p align=\"left\">
|
|
8
|
+
<a href=COPYING>GPL License </a></p></row>
|
|
9
|
+
<row> <p align=\"left\">
|
|
10
|
+
<a href=rwdapplications.html>more information about rwdapplications </a></p></row>
|
|
11
|
+
<row> <p align=\"left\">
|
|
12
|
+
<a href=rwdindex.html>Link to online information about RubyWebdialogs </a></p></row>"
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
$rwdguivar=
|
|
2
|
+
"
|
|
3
|
+
<tab name=\"rwdzipslister\" caption=\"List Zips\">
|
|
4
|
+
|
|
5
|
+
<table>
|
|
6
|
+
<row> <p align=\"right\">File Name:</p> <text size=70 name=\"a_installapplet\"/> </row>
|
|
7
|
+
|
|
8
|
+
</table>
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
<horizontal>
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
<button caption=\"install (rwdtinker) applet\" action=\"installgemapplet\"/>
|
|
15
|
+
<button caption=\"Help\" action=\"runhelpwindowtinkerwin2\"/>
|
|
16
|
+
|
|
17
|
+
</horizontal>
|
|
18
|
+
<p>%installapplettext%</p>
|
|
19
|
+
|
|
20
|
+
<horizontal>
|
|
21
|
+
|
|
22
|
+
<button caption=\"view (rwdtinker) applet contents\" action=\"viewgemappletcontents\"/>
|
|
23
|
+
</horizontal>
|
|
24
|
+
<p>%appletcontentstext%</p>
|
|
25
|
+
<table>
|
|
26
|
+
<row> <p align=\"right\">Click below to view the list of zip files </row>
|
|
27
|
+
|
|
28
|
+
</table>
|
|
29
|
+
|
|
30
|
+
<horizontal>
|
|
31
|
+
<button caption=\"List (zip directory) applets available for installing\" action=\"listzipfilestoinstall\"/>
|
|
32
|
+
|
|
33
|
+
<button caption=\"List applets (in the GEM Directory) available for installing\" action=\"listgemzips\"/>
|
|
34
|
+
|
|
35
|
+
</horizontal>
|
|
36
|
+
|
|
37
|
+
<p>%%zipslistresult%%</p>
|
|
38
|
+
|
|
39
|
+
</tab>"
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
$rwdguivar=
|
|
2
|
+
"
|
|
3
|
+
<tab name=\"superantcomremotezipsinstall\" caption=\"Install Remote Applets\">
|
|
4
|
+
|
|
5
|
+
<table>
|
|
6
|
+
<row> <p align=\"right\">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=\"Help\" action=\"runhelpwindowtinkerwin2\"/>
|
|
12
|
+
|
|
13
|
+
</horizontal>
|
|
14
|
+
<p>%superantcominstallremotegemappletresult%</p>
|
|
15
|
+
|
|
16
|
+
<horizontal>
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
<button caption=\"view already installed GEM applets\" action=\"superantcomshowgemfiledirs\"/>
|
|
21
|
+
</horizontal>
|
|
22
|
+
<p>%%superantcomshowgemappletdirsresult%%</p>
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
<table>
|
|
29
|
+
<row> <p align=\"right\">Click below to view the list of zip files </row>
|
|
30
|
+
|
|
31
|
+
</table>
|
|
32
|
+
|
|
33
|
+
<horizontal>
|
|
34
|
+
|
|
35
|
+
<button caption=\"List applets in the Remote GEM Repository available for downloading\" 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=\"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=\"runhelpwindowtinkerwin2\"/>
|
|
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
|
+
|