bigtinker 0.96 → 0.97
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/code/01rwdcore/02helptexthashbegin.rb +10 -0
- data/code/01rwdcore/03helptexthash.rb +18 -20
- data/code/01rwdcore/runopentinkerdocument.rb +1 -1
- data/code/superant.com.foldeditor/0uninstallapplet.rb +17 -0
- data/code/superant.com.foldeditor/changehypernotename.rb +21 -0
- data/code/superant.com.foldeditor/chooselinkfile.rb +6 -0
- data/code/superant.com.foldeditor/choosenotefile.rb +6 -0
- data/code/superant.com.foldeditor/clearnotescreen.rb +7 -0
- data/code/superant.com.foldeditor/createnewnotehtml.rb +31 -0
- data/code/superant.com.foldeditor/helptexthashload.rb +22 -0
- data/code/superant.com.foldeditor/hyperlinkcreatelinkfile.rb +19 -0
- data/code/superant.com.foldeditor/launchfoldeditorurl.rb +19 -0
- data/code/superant.com.foldeditor/listfoldeditorfiles.rb +7 -0
- data/code/{superant.com.rwdaddresses → superant.com.foldeditor}/loadconfigurationrecord.rb +4 -4
- data/code/superant.com.foldeditor/loadconfigurationvariables.rb +14 -0
- data/code/superant.com.foldeditor/loadfolddocument.rb +18 -0
- data/code/superant.com.foldeditor/loadnextnote.rb +32 -0
- data/code/superant.com.foldeditor/loadprevnote.rb +32 -0
- data/code/superant.com.foldeditor/loadrwdfoldeditlinkfile.rb +19 -0
- data/code/superant.com.foldeditor/openhelpwindowrwdhyernote.rb +30 -0
- data/code/superant.com.foldeditor/runrwdapplet.rb +10 -0
- data/code/superant.com.foldeditor/rwddisplayfoldlinks.rb +41 -0
- data/code/{superant.com.rwdaddresses/rwdaddresseshelpabout.rb → superant.com.foldeditor/rwdtinkerversion.rb} +4 -4
- data/code/superant.com.foldeditor/saveconfigurationrecord.rb +20 -0
- data/code/superant.com.foldeditor/savefoldlinkfile.rb +20 -0
- data/code/superant.com.foldeditor/savehtmlhypernoterecord.rb +20 -0
- data/code/superant.com.rwdtinkerbackwindow/initiateapplets.rb +30 -105
- data/code/superant.com.rwdtinkerbackwindow/removeappletvariables.rb +1 -3
- data/configuration/bigtinker.dist +2 -2
- data/configuration/rwdtinker.dist +3 -3
- data/configuration/rwdwfoldeditor.dist +16 -0
- data/configuration/tinkerwin2variables.dist +7 -2
- data/gui/tinkerbackwindows/superant.com.foldeditor/10appletbegin.rwd +4 -0
- data/gui/tinkerbackwindows/superant.com.foldeditor/10aviewnote.rwd +36 -0
- data/gui/tinkerbackwindows/superant.com.foldeditor/15htmlview.rwd +43 -0
- data/gui/tinkerbackwindows/superant.com.foldeditor/56viewfold.rwd +43 -0
- data/gui/tinkerbackwindows/superant.com.foldeditor/67viewconfiguration.rwd +27 -0
- data/gui/tinkerbackwindows/superant.com.foldeditor/81jumplinkcommands.rwd +17 -0
- data/gui/tinkerbackwindows/superant.com.refreshwindow/rwdrefresh.rwd +13 -0
- data/gui/tinkerbackwindows/superant.com.refreshwindow/rwdrefreshacpi.rwd +11 -0
- data/gui/tinkerbackwindows/{superant.com.rwdaddressessyncbackwindow/zvbackend.rwd → superant.com.slideshow/9end.rwd} +1 -1
- data/init.rb +54 -163
- data/installed/rwdwfoldeditor.inf +11 -0
- data/lang/en/rwdcore/en.po +166 -0
- data/lang/es/rwdcore/es.po +172 -0
- data/lang/fr/rwdcore/fr.po +166 -0
- data/lang/hi/rwdcore/hi.po +170 -0
- data/lang/ja/rwdcore/ja.po +168 -0
- data/lang/nl/rwdcore/nl.po +166 -0
- data/lib/rwdtinker/rwdcodedir.rb +56 -0
- data/lib/rwdtinker/rwdguidir.rb +57 -0
- data/lib/rwdtinker/rwdlangdir.rb +60 -0
- data/lib/rwdtinker/rwdtinkertools.rb +2 -1
- data/rwd_files/HowTo_BigTinker.txt +3 -0
- data/rwd_files/HowTo_FoldEditor.txt +131 -0
- data/rwd_files/HowTo_Tinker.txt +20 -6
- data/rwd_files/Tinkerhelptexthash.txt +81 -0
- data/rwd_files/default.fld +9 -0
- data/rwd_files/rubylinks.fld +6 -0
- data/rwd_files/rwdfoldeditorhelpfiles.txt +42 -0
- data/rwd_files/rwdhypernote-0.13.fld +202 -0
- data/tests/{makedist-rwdwaddesses.rb → makedist-rwdwfoldeditor.rb} +8 -4
- data/tests/makedist.rb +1 -1
- data/zips/rwdwfoldeditor-0.06.zip +0 -0
- data/zips/rwdwmovies-0.98.zip +0 -0
- data/zips/tinkerbellw-0.03.zip +0 -0
- data/zips/{wrubyslippers-1.07.zip → wrubyslippers-1.08.zip} +0 -0
- metadata +67 -83
- data/code/01rwdcore/04helptextend.rb +0 -6
- data/code/superant.com.rwdaddresses/0uninstallapplet.rb +0 -14
- data/code/superant.com.rwdaddresses/attachtmpcontactphoto.rb +0 -24
- data/code/superant.com.rwdaddresses/clearscreendisplay.rb +0 -15
- data/code/superant.com.rwdaddresses/createnewnamerecord.rb +0 -19
- data/code/superant.com.rwdaddresses/deletecontactrecord.rb +0 -25
- data/code/superant.com.rwdaddresses/deleterwdaddressesupdatefiles.rb +0 -19
- data/code/superant.com.rwdaddresses/downloadrwdaddressfiles.rb +0 -36
- data/code/superant.com.rwdaddresses/helptexthashrwdaddresses.rb +0 -69
- data/code/superant.com.rwdaddresses/listnamerecord.rb +0 -15
- data/code/superant.com.rwdaddresses/listvcardrecord.rb +0 -15
- data/code/superant.com.rwdaddresses/loadconfigurationvariables.rb +0 -15
- data/code/superant.com.rwdaddresses/loadnamerecord.rb +0 -30
- data/code/superant.com.rwdaddresses/openhelpwindowrwdaddresses.rb +0 -30
- data/code/superant.com.rwdaddresses/renamecontact.rb +0 -15
- data/code/superant.com.rwdaddresses/runaddresseswindow.rb +0 -10
- data/code/superant.com.rwdaddresses/runrwdaddressesmenu1.rb +0 -34
- data/code/superant.com.rwdaddresses/runrwdaddresssyncbackwindow.rb +0 -10
- data/code/superant.com.rwdaddresses/rwdaddressesbackwindow.rb +0 -10
- data/code/superant.com.rwdaddresses/saveconfigurationrecord.rb +0 -20
- data/code/superant.com.rwdaddresses/savevcardrecord.rb +0 -76
- data/code/superant.com.rwdaddresses/syncrwdaddress.rb +0 -28
- data/code/superant.com.rwdaddresses/test_cases.rb +0 -45
- data/code/superant.com.rwdaddresses/uploadrwdaddressfiles.rb +0 -30
- data/code/superant.com.rwdaddresses/viewaddressconfiguration.rb +0 -21
- data/code/superant.com.rwdaddresses/viewnamedata.rb +0 -28
- data/code/superant.com.rwdaddresses/viewphoto.rb +0 -4
- data/code/superant.com.rwdaddresses/viewrwdaddressesconfiguration.rb +0 -23
- data/code/superant.com.rwdaddresses/viewtmpcontactphoto.rb +0 -12
- data/code/superant.com.rwdaddresses/viewvcarddata.rb +0 -22
- data/code/superant.com.rwdtinkerbackwindow/helptexthashtinkerwin2.rb +0 -61
- data/configuration/language.dist +0 -8
- data/configuration/rwdapplicationidentity.dist +0 -3
- data/configuration/rwdwaddresses.dist +0 -24
- data/gui/tinkerbackwindows/superant.com.addressesphotowindow/yy7addressesphoto.rwd +0 -6
- data/gui/tinkerbackwindows/superant.com.rwdaddressessyncbackwindow/1appname.rwd +0 -5
- data/gui/tinkerbackwindows/superant.com.rwdaddressessyncbackwindow/20downloadftp.rwd +0 -45
- data/gui/tinkerbackwindows/superant.com.rwdaddressessyncbackwindow/70rwddiagnostics.rwd +0 -23
- data/gui/tinkerbackwindows/superant.com.rwdaddressessyncbackwindow/87viewconfiguration.rwd +0 -34
- data/gui/tinkerbackwindows/superant.com.rwdaddressessyncbackwindow/94selectiontab.rwd +0 -11
- data/gui/tinkerbackwindows/superant.com.rwdaddressessyncbackwindow/95jumplink.rwd +0 -15
- data/gui/tinkerbackwindows/superant.com.rwdaddressessyncbackwindow/97selectionend.rwd +0 -3
- data/installed/rwdaddressesdata2.inf +0 -7
- data/installed/rwdwaddresses.inf +0 -13
- data/lang/en/rwdcore/languagefile.rb +0 -59
- data/lang/es/rwdcore/languagefile-es.rb +0 -63
- data/lang/fr/rwdcore/languagefile.rb +0 -65
- data/lang/jp/rwdcore/languagefile.rb +0 -73
- data/lang/nl/rwdcore/languagefile.rb +0 -76
- data/names/Angelina Jolie.jpg +0 -0
- data/names/Angelina Jolie.nam +0 -8
- data/names/Angelina Jolie.vcf +0 -8
- data/names/Steven Gibson.jpg +0 -0
- data/names/Steven Gibson.nam +0 -5
- data/names/elektra.jpg +0 -0
- data/names/elektra.nam +0 -7
- data/names/nophoto.jpg +0 -0
- data/rwd_files/HowTo_Addresses.txt +0 -272
- data/rwd_files/contacttmp.jpg +0 -0
- data/updates/temp.rb +0 -1
- data/zips/rwdwaddresses-1.07.zip +0 -0
- data/zips/rwdwfoldeditor-0.05.zip +0 -0
- data/zips/rwdwgutenberg-0.11.zip +0 -0
- data/zips/rwdwhypernote-0.15.zip +0 -0
- data/zips/rwdwtorrent-0.07.zip +0 -0
- /data/gui/tinkerbackwindows/{superant.com.rwdaddresses → superant.com.foldeditor}/9end.rwd +0 -0
- /data/gui/tinkerbackwindows/{superant.com.rwdaddresses → superant.com.slideshow}/10appletbegin.rwd +0 -0
- /data/gui/tinkerbackwindows/{superant.com.rwdaddresses → superant.com.slideshow}/11viewnamedata.rwd +0 -0
- /data/gui/tinkerbackwindows/{superant.com.rwdaddresses → superant.com.slideshow}/13listnamerecordfiles.rwd +0 -0
- /data/gui/tinkerbackwindows/{superant.com.rwdaddresses → superant.com.slideshow}/16editrecord.rwd +0 -0
- /data/gui/tinkerbackwindows/{superant.com.rwdaddresses → superant.com.slideshow}/17viewvcardrecord.rwd +0 -0
- /data/gui/tinkerbackwindows/{superant.com.rwdaddresses → superant.com.slideshow}/18contactutilities.rwd +0 -0
- /data/gui/tinkerbackwindows/{superant.com.rwdaddresses → superant.com.slideshow}/81jumplinkcommands.rwd +0 -0
|
@@ -30,31 +30,22 @@ def initiateapplet(nametextlocal)
|
|
|
30
30
|
|
|
31
31
|
$rwdtinkerlog.info "initiateapplet: starting config load with: #{nametextlocal}"
|
|
32
32
|
|
|
33
|
-
|
|
34
|
-
|
|
35
33
|
Dir.chdir($progdir ) #changes the current working directory
|
|
36
34
|
|
|
37
35
|
@confignew = "configuration/" + "#{nametextlocal}.cnf"
|
|
38
36
|
@configdist = "configuration/" + "#{nametextlocal}.dist"
|
|
39
37
|
Rconftool::install(@configdist,@confignew)
|
|
40
38
|
|
|
41
|
-
|
|
42
39
|
begin
|
|
43
40
|
|
|
44
|
-
|
|
45
41
|
configfileload = File.open(@configdist){|f| f.read}
|
|
46
|
-
|
|
47
42
|
|
|
48
43
|
eval configfileload #load config file
|
|
49
44
|
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
45
|
rescue
|
|
54
46
|
|
|
55
47
|
$rwdtinkerlog.error "initiateapplet: error in initiateapplets - config load"
|
|
56
48
|
|
|
57
|
-
|
|
58
49
|
debuginitiate += 1
|
|
59
50
|
end
|
|
60
51
|
$tempdoc = " "
|
|
@@ -62,80 +53,24 @@ $tempdoc = " "
|
|
|
62
53
|
Dir.chdir($progdir) # change back to top program directory
|
|
63
54
|
|
|
64
55
|
# build the English Language hash file from the parts
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
alanghash = Array.new(Dir[startlangdir].entries.sort)
|
|
69
|
-
#loop through the list, ignore the files and add all new directories found
|
|
70
|
-
alanghash.each do |x|
|
|
71
|
-
#if a directory...
|
|
72
|
-
if(test(?d,x))
|
|
73
|
-
# add to the original list of directories
|
|
74
|
-
@@tmproot = x + "/**"
|
|
75
|
-
#adds the new ones to the array
|
|
76
|
-
blanghash = Dir[@@tmproot].entries.sort
|
|
77
|
-
blanghash.each do |x|
|
|
78
|
-
if(test(?d,x))
|
|
79
|
-
alanghash.push(x) #appends to the end of the array...
|
|
80
|
-
end
|
|
81
|
-
end
|
|
82
|
-
end
|
|
83
|
-
end
|
|
84
|
-
alanghash.each do |x|
|
|
85
|
-
#if it is a file...
|
|
86
|
-
if(!test(?d,x))
|
|
87
|
-
alanghash.delete(x)
|
|
88
|
-
else #it is a directory...
|
|
89
|
-
findfiles(x + "/**")
|
|
90
|
-
end
|
|
91
|
-
end
|
|
92
|
-
|
|
56
|
+
require 'lib/rwdtinker/rwdlangdir'
|
|
57
|
+
|
|
58
|
+
tempdoc = RwdtinkerTools.findlanguagefiles(LangDir,"en")
|
|
93
59
|
|
|
94
60
|
#writes the contents of doc into the languagehashvariable
|
|
95
|
-
|
|
96
61
|
|
|
97
|
-
languagehashvariable =
|
|
62
|
+
languagehashvariable = tempdoc
|
|
98
63
|
|
|
99
64
|
# END of en Lang building
|
|
100
65
|
$tempdoc = " "
|
|
101
66
|
Dir.chdir($progdir) # change back to top program directory
|
|
102
67
|
|
|
103
68
|
# build the local Language hash file from the parts
|
|
104
|
-
|
|
105
|
-
#get a list of the files and subdirectories on the starting directory only
|
|
106
|
-
alanghash = Array.new(Dir[startlangdir].entries.sort)
|
|
107
|
-
#loop through the list, ignore the files and add all new directories found
|
|
108
|
-
alanghash.each do |x|
|
|
109
|
-
#if a directory...
|
|
110
|
-
if(test(?d,x))
|
|
111
|
-
# add to the original list of directories
|
|
112
|
-
@@tmproot = x + "/**"
|
|
113
|
-
#adds the new ones to the array
|
|
114
|
-
blanghash = Dir[@@tmproot].entries.sort
|
|
115
|
-
blanghash.each do |x|
|
|
116
|
-
if(test(?d,x))
|
|
117
|
-
alanghash.push(x) #appends to the end of the array...
|
|
118
|
-
end
|
|
119
|
-
end
|
|
120
|
-
end
|
|
121
|
-
end
|
|
122
|
-
alanghash.each do |x|
|
|
123
|
-
#if it is a file...
|
|
124
|
-
if(!test(?d,x))
|
|
125
|
-
alanghash.delete(x)
|
|
126
|
-
else #it is a directory...
|
|
127
|
-
findfiles(x + "/**")
|
|
128
|
-
end
|
|
129
|
-
end
|
|
69
|
+
tempdoc = RwdtinkerTools.findlanguagefiles(LangDir,$lang)
|
|
130
70
|
|
|
71
|
+
#writes the contents of doc into the variable
|
|
131
72
|
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
languagehashvariable = languagehashvariable + " Message.update(" + $tempdoc + ' :rwdtinker => "Rwdtinker" ) '
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
$tempdoc = " "
|
|
73
|
+
languagehashvariable = languagehashvariable + tempdoc
|
|
139
74
|
|
|
140
75
|
Dir.chdir($progdir) # change back to top program directory
|
|
141
76
|
|
|
@@ -146,44 +81,18 @@ $tempdoc = " "
|
|
|
146
81
|
begin # error trap
|
|
147
82
|
|
|
148
83
|
# build the actual GUI from the gui parts
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
#use this new dir find to add to the original list of directories
|
|
157
|
-
@@root = x + "/**"
|
|
158
|
-
#adds the new ones to the array
|
|
159
|
-
b = Dir[@@root].entries.sort
|
|
160
|
-
b.each do |x|
|
|
161
|
-
if(test(?d,x))
|
|
162
|
-
a.push(x) #appends to the end of the array...
|
|
163
|
-
end
|
|
164
|
-
end
|
|
165
|
-
end
|
|
166
|
-
end
|
|
167
|
-
a.each do |x|
|
|
168
|
-
#if it is a file...
|
|
169
|
-
if(!test(?d,x))
|
|
170
|
-
a.delete(x)
|
|
171
|
-
|
|
172
|
-
else #it is a directory...
|
|
173
|
-
loadguifile(x + "/**")
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
end
|
|
177
|
-
end
|
|
178
|
-
|
|
179
|
-
$rwd_gui_tinker = $tempdoc
|
|
180
|
-
|
|
84
|
+
tempdoc = " "
|
|
85
|
+
|
|
86
|
+
require 'lib/rwdtinker/rwdguidir'
|
|
87
|
+
|
|
88
|
+
tempdoc = RwdtinkerTools.findguifiles(GuiDir)
|
|
89
|
+
|
|
90
|
+
$rwd_gui_tinker = tempdoc
|
|
181
91
|
|
|
182
92
|
rescue
|
|
183
93
|
$rwd_gui_tinker = tempguistorage # restore old gui
|
|
184
94
|
|
|
185
95
|
$rwdtinkerlog.error "error in initiateapplets - gui building"
|
|
186
|
-
|
|
187
96
|
|
|
188
97
|
debuginitiate += 1
|
|
189
98
|
end
|
|
@@ -241,5 +150,21 @@ begin # error trap
|
|
|
241
150
|
end
|
|
242
151
|
|
|
243
152
|
|
|
153
|
+
def findfiles(d)
|
|
154
|
+
a = Array.new(Dir[d].entries.sort)
|
|
155
|
+
#loop through and get the files names
|
|
156
|
+
a.each do |x|
|
|
157
|
+
#adjust the filters to the files you want to see...
|
|
158
|
+
if(!test(?d,x))
|
|
159
|
+
# only rwd files
|
|
160
|
+
if x =~ /rb|rwd|txt/
|
|
161
|
+
fileA=File.open("#{x}","r") #opens the file thats in fileName as read only
|
|
162
|
+
$tempdoc+=fileA.read #reads the file into the doc string
|
|
163
|
+
fileA.close
|
|
164
|
+
end
|
|
165
|
+
end
|
|
166
|
+
end
|
|
167
|
+
end
|
|
168
|
+
|
|
244
169
|
|
|
245
170
|
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
##VERSION: (0.
|
|
1
|
+
##VERSION: (0.97)
|
|
2
2
|
$tinkerhelpaboutarray += ["BigTinker"]
|
|
3
|
-
BigTinkerVersion = "0.
|
|
3
|
+
BigTinkerVersion = "0.97"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
##VERSION: (1.
|
|
1
|
+
##VERSION: (1.82)
|
|
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"
|
|
@@ -10,6 +10,6 @@ LangDir = "lang"
|
|
|
10
10
|
$prevouswindow ="main"
|
|
11
11
|
$rwdcontrolports =["13713","13714","13715","13716"] # remote control code not actived 2007
|
|
12
12
|
$port = 7705
|
|
13
|
-
|
|
14
|
-
RwdTinkerVersion = "1.
|
|
13
|
+
##NAME: (RwdTinkerVersion):(1.82)
|
|
14
|
+
RwdTinkerVersion = "1.82"
|
|
15
15
|
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
##VERSION: (0.06)
|
|
2
|
+
##NAME: ($rwdfoldeditor_directory):(0.04)
|
|
3
|
+
$rwdfoldeditor_directory = "rwd_files"
|
|
4
|
+
##NAME: ($foldeditorbrowser):(0.04)
|
|
5
|
+
$foldeditorbrowser = "firefox"
|
|
6
|
+
$testharnessarray << "rwdfoldeditor_all_tests"
|
|
7
|
+
$tinkerhelpaboutarray << "RwdFoldEditor"
|
|
8
|
+
$tinkerdocumentsarray << "HowTo_FoldEditor.txt"
|
|
9
|
+
##NAME: (JumpLink.update):(0.04)
|
|
10
|
+
JumpLink.update(:RwdFoldEditor=>"runrwdfoldeditorwindow")
|
|
11
|
+
$rwdjumplink << "RwdFoldEditor"
|
|
12
|
+
##NAME: (DeleteFoldEditorConfig):(0.06)
|
|
13
|
+
DeleteFoldEditorConfig = true
|
|
14
|
+
##NAME: (RwdFoldEditorVersion):(0.06)
|
|
15
|
+
RwdFoldEditorVersion = "0.06"
|
|
16
|
+
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
##VERSION: (1.
|
|
1
|
+
##VERSION: (1.82)
|
|
2
2
|
TinkerWin2ConfigurationFileName = "tinkerwin2variables.cnf" # this file name - do not change
|
|
3
3
|
##NAME: ($zipslocation):(1.78)
|
|
4
4
|
$zipslocation = "zips" # location of applets to add
|
|
@@ -14,5 +14,10 @@ $zipslocation = "zips" # location of applets to add
|
|
|
14
14
|
# $geminstalled_directory = "/ruby/lib/ruby/gems/1.8/gems" # XP machine
|
|
15
15
|
$geminstalled_directory = "/var/lib/gems/1.8/gems" # Debian Linux
|
|
16
16
|
|
|
17
|
-
|
|
17
|
+
$rwdapplicationidentity = "rwdtinker main application"
|
|
18
18
|
|
|
19
|
+
RwdTinkerWin2Version = "1.81"
|
|
20
|
+
Browser_Exe = 'mozilla '
|
|
21
|
+
#language selection file
|
|
22
|
+
##NAME: ($langarray):(1.82)
|
|
23
|
+
$langarray = [ "en","ja", "nl","es", "fr","hi"]
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
$rwdguivar=
|
|
2
|
+
"
|
|
3
|
+
<tab name=\"superantcomfoldeditor\" caption=\"View/Edit Document\">
|
|
4
|
+
|
|
5
|
+
<table>
|
|
6
|
+
<row>View your note list and detail on this Tab (only click on text files)</row>
|
|
7
|
+
<row> <p> </row>
|
|
8
|
+
<row> <text size=70 name=\"a_viewfoldlink\"/> </row>
|
|
9
|
+
|
|
10
|
+
</table>
|
|
11
|
+
<horizontal>
|
|
12
|
+
<button caption=\"Open Detail\" action=\"loadfolddocument\"/>
|
|
13
|
+
<button caption='Prev' action=\"loadprevfoldnote\"/>
|
|
14
|
+
<button caption='Next' action=\"loadnextfoldnote\"/>
|
|
15
|
+
<button caption=\"Create New Note\" action=\"rwdfoldeditcreatenewnote\"/>
|
|
16
|
+
|
|
17
|
+
<button caption=\"Save Changes\" action=\"savefoldeditrecord\"/>
|
|
18
|
+
|
|
19
|
+
<button caption=\"Help\" action=\"runhelpwindowrwdfoldeditor\"/>
|
|
20
|
+
<button caption=\"Clear\" action=\"clearfoldnote\"/>
|
|
21
|
+
|
|
22
|
+
</horizontal>
|
|
23
|
+
<textarea name=\"folddocumentresult\"/>
|
|
24
|
+
|
|
25
|
+
<horizontal>
|
|
26
|
+
|
|
27
|
+
<button caption=\"Save Changes\" action=\"savefoldeditrecord\"/>
|
|
28
|
+
|
|
29
|
+
</horizontal>
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
<p></p>
|
|
35
|
+
|
|
36
|
+
</tab>"
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
$rwdguivar=
|
|
2
|
+
"
|
|
3
|
+
<tab name=\"superantcomfoldeditorview\" caption=\"FoldEditor File View\">
|
|
4
|
+
|
|
5
|
+
<table>
|
|
6
|
+
|
|
7
|
+
<text size=70 name=\"a_viewfoldlink\"/>
|
|
8
|
+
|
|
9
|
+
</table>
|
|
10
|
+
|
|
11
|
+
<horizontal>
|
|
12
|
+
|
|
13
|
+
<button caption=\"Display Fold Links\" action=\"rwddisplayfoldlinks\"/>
|
|
14
|
+
|
|
15
|
+
<button caption=\"Help\" action=\"runhelpwindowrwdfoldeditor\"/>
|
|
16
|
+
|
|
17
|
+
</horizontal>
|
|
18
|
+
|
|
19
|
+
<horizontal>
|
|
20
|
+
|
|
21
|
+
<table>
|
|
22
|
+
<select name=\"a_viewfoldlinktmp\"> %%displayfoldlinkoptions%% </select>
|
|
23
|
+
|
|
24
|
+
</table>
|
|
25
|
+
|
|
26
|
+
</horizontal>
|
|
27
|
+
|
|
28
|
+
<horizontal>
|
|
29
|
+
|
|
30
|
+
<button caption=\"Launch Local URL\" action=\"foldeditorlaunchurl\"/>
|
|
31
|
+
<button caption=\"Launch remote URL\" action=\"foldeditorlaunchhttp\"/>
|
|
32
|
+
<button caption=\"Choose note file\" action=\"choosefoldnotefile\"/>
|
|
33
|
+
<button caption=\"Clear file list\" action=\"clearfoldlinklist3\"/>
|
|
34
|
+
|
|
35
|
+
</horizontal>
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
<table>
|
|
39
|
+
<p>%%a_displayfoldlinks01%%</p>
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
</table>
|
|
43
|
+
</tab>"
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
$rwdguivar=
|
|
2
|
+
"
|
|
3
|
+
<tab name=\"viewrwdfoldeditorfile\" caption=\"RwdFoldEditor edit file\">
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
<table>
|
|
8
|
+
<row> <p> </row>
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
<row> <p align=\"right\">Fold File Name:</p> <text size=40 name=\"a_viewfoldlinkfile\"/> </row>
|
|
12
|
+
</row>
|
|
13
|
+
|
|
14
|
+
</table>
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
<table>
|
|
19
|
+
<row>
|
|
20
|
+
<select name=\"a_foldeditorlinkinput\"> %%foldeditorlinkfiles%% </select>
|
|
21
|
+
<button caption=\"Choose Link File\" action=\"chooselinkfile\"/>
|
|
22
|
+
<button caption=\"Load File List\" action=\"loadfoldeditorlinkfilelist\"/>
|
|
23
|
+
</table>
|
|
24
|
+
</row>
|
|
25
|
+
<horizontal>
|
|
26
|
+
<button caption=\"Fill Record\" action=\"loadrwdfoldeditlinkfile\"/>
|
|
27
|
+
<button caption=\"Save Changes\" action=\"savefoldlinkfile\"/>
|
|
28
|
+
<button caption=\"Create File\" action=\"rwdfoldeditcreatenewnote\"/>
|
|
29
|
+
<button caption=\"Help\" action=\"runhelpwindowrwdfoldeditor\"/>
|
|
30
|
+
</horizontal>
|
|
31
|
+
<table>
|
|
32
|
+
|
|
33
|
+
<textarea name=\"a_foldeditorlinkfile\"/> </row>
|
|
34
|
+
|
|
35
|
+
</table>
|
|
36
|
+
<p>%extrahypconfigdatadisplay%</p>
|
|
37
|
+
<p>
|
|
38
|
+
<p>%newhypconfigurationresult%</p>
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
</tab>"
|
|
43
|
+
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
$rwdguivar=
|
|
2
|
+
"
|
|
3
|
+
<tab name=\"viewrwdfoldeditorconfiguration\" caption=\"RwdFoldEditor Configuration\">
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
<table>
|
|
8
|
+
<row> <p> </row>
|
|
9
|
+
<row> <p align=\"right\">You can view or edit the rwdfoldeditor configuration file here</row>
|
|
10
|
+
<row> <p> </row>
|
|
11
|
+
<horizontal>
|
|
12
|
+
<button caption=\"Fill Record\" action=\"loadrwdfoldeditorconfiguration\"/>
|
|
13
|
+
<button caption=\"Save Changes\" action=\"saverwdfoldeditorconfiguration\"/>
|
|
14
|
+
<button caption=\"Reload Variables\" action=\"loadrwdfoldeditorconfigurationvariables\"/>
|
|
15
|
+
<button caption=\"Help\" action=\"runhelpwindowrwdfoldeditor\"/>
|
|
16
|
+
</horizontal>
|
|
17
|
+
<table>
|
|
18
|
+
|
|
19
|
+
<textarea name=\"a_foldeditconfigurationfile\"/> </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
|
+
"
|