bigtinker 0.93
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/Books/Mariposa.gut +2 -0
- data/Books/marip10.txt +2598 -0
- 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 +146 -0
- data/bin/bigtinker +19 -0
- data/code/01rwdcore/01rwdcore.rb +25 -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/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/superant.com.bigtinker/rwdtinkerversion.rb +10 -0
- data/code/superant.com.gutenberg/changegutenbergname.rb +16 -0
- data/code/superant.com.gutenberg/clearbookscreendisplay.rb +8 -0
- data/code/superant.com.gutenberg/copyfilename.rb +24 -0
- data/code/superant.com.gutenberg/createnewnote.rb +23 -0
- data/code/superant.com.gutenberg/deletegutenbergrecord.rb +21 -0
- data/code/superant.com.gutenberg/gutenbergcreatefile.rb +9 -0
- data/code/superant.com.gutenberg/helptexthashrwdgutenberg.rb +41 -0
- data/code/superant.com.gutenberg/jumplinkupdate.rb +7 -0
- data/code/superant.com.gutenberg/listnamerecord.rb +15 -0
- data/code/superant.com.gutenberg/listtextfilesgutenberg.rb +58 -0
- data/code/superant.com.gutenberg/loadbookrecord.rb +21 -0
- data/code/superant.com.gutenberg/loadconfigurationrecord.rb +36 -0
- data/code/superant.com.gutenberg/loadconfigurationvariables.rb +13 -0
- data/code/superant.com.gutenberg/openhelpwindowgutenberg.rb +29 -0
- data/code/superant.com.gutenberg/returntomain.rb +10 -0
- data/code/superant.com.gutenberg/runbackwindow.rb +10 -0
- data/code/superant.com.gutenberg/rungutenbergwindow.rb +57 -0
- data/code/superant.com.gutenberg/rwdgutenbergbackward.rb +27 -0
- data/code/superant.com.gutenberg/rwdhypernotehelpabout.rb +14 -0
- data/code/superant.com.gutenberg/rwdtinkerversion.rb +10 -0
- data/code/superant.com.gutenberg/saveconfigurationrecord.rb +18 -0
- data/code/superant.com.gutenberg/savegutenbergrecord.rb +20 -0
- data/code/superant.com.gutenberg/savelinkrecord.rb +23 -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 +74 -0
- data/code/superant.com.hypernote/hyperlinkcreatelinkfile.rb +19 -0
- data/code/superant.com.hypernote/jumplinkupdate.rb +7 -0
- data/code/superant.com.hypernote/listhypernotelinks.rb +55 -0
- data/code/superant.com.hypernote/listhypernotes.rb +63 -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 +34 -0
- data/code/superant.com.hypernote/returntomain.rb +10 -0
- data/code/superant.com.hypernote/runrwdhypernotconfiguration.rb +12 -0
- data/code/superant.com.hypernote/runrwdhypernotebackwindow.rb +12 -0
- data/code/superant.com.hypernote/rwdhypernotehelpabout.rb +14 -0
- data/code/superant.com.hypernote/rwdtinkerversion.rb +10 -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.rwdaddresses/attachtmpcontactphoto.rb +24 -0
- data/code/superant.com.rwdaddresses/clearscreendisplay.rb +15 -0
- data/code/superant.com.rwdaddresses/createnewnamerecord.rb +19 -0
- data/code/superant.com.rwdaddresses/deletecontactrecord.rb +25 -0
- data/code/superant.com.rwdaddresses/deleterwdaddressesupdatefiles.rb +19 -0
- data/code/superant.com.rwdaddresses/downloadrwdaddressfiles.rb +36 -0
- data/code/superant.com.rwdaddresses/helptexthashrwdaddresses.rb +69 -0
- data/code/superant.com.rwdaddresses/jumplinkupdate.rb +9 -0
- data/code/superant.com.rwdaddresses/listnamerecord.rb +15 -0
- data/code/superant.com.rwdaddresses/listvcardrecord.rb +15 -0
- data/code/superant.com.rwdaddresses/loadconfigurationrecord.rb +45 -0
- data/code/superant.com.rwdaddresses/loadconfigurationvariables.rb +14 -0
- data/code/superant.com.rwdaddresses/loadnamerecord.rb +30 -0
- data/code/superant.com.rwdaddresses/openhelpwindowrwdaddresses.rb +30 -0
- data/code/superant.com.rwdaddresses/renamecontact.rb +15 -0
- data/code/superant.com.rwdaddresses/runaddresseswindow.rb +10 -0
- data/code/superant.com.rwdaddresses/runrwdaddressesmenu1.rb +34 -0
- data/code/superant.com.rwdaddresses/runrwdaddresssyncbackwindow.rb +10 -0
- data/code/superant.com.rwdaddresses/rwdaddressesbackwindow.rb +10 -0
- data/code/superant.com.rwdaddresses/rwdaddresseshelpabout.rb +13 -0
- data/code/superant.com.rwdaddresses/rwdtinkerversion.rb +10 -0
- data/code/superant.com.rwdaddresses/saveconfigurationrecord.rb +20 -0
- data/code/superant.com.rwdaddresses/savevcardrecord.rb +76 -0
- data/code/superant.com.rwdaddresses/syncrwdaddress.rb +28 -0
- data/code/superant.com.rwdaddresses/test_cases.rb +46 -0
- data/code/superant.com.rwdaddresses/uploadrwdaddressfiles.rb +46 -0
- data/code/superant.com.rwdaddresses/viewaddressconfiguration.rb +21 -0
- data/code/superant.com.rwdaddresses/viewnamedata.rb +28 -0
- data/code/superant.com.rwdaddresses/viewphoto.rb +4 -0
- data/code/superant.com.rwdaddresses/viewrwdaddressesconfiguration.rb +23 -0
- data/code/superant.com.rwdaddresses/viewtmpcontactphoto.rb +12 -0
- data/code/superant.com.rwdaddresses/viewvcarddata.rb +22 -0
- data/code/superant.com.rwdcalc/ca2multiply.rb +10 -0
- data/code/superant.com.rwdcalc/changescriptname.rb +16 -0
- data/code/superant.com.rwdcalc/clearrubyscriptscreendisplay.rb +9 -0
- data/code/superant.com.rwdcalc/clearscriptscreendisplay.rb +9 -0
- data/code/superant.com.rwdcalc/deletescriptrecord.rb +20 -0
- data/code/superant.com.rwdcalc/fadd.rb +10 -0
- data/code/superant.com.rwdcalc/frwdcleartape.rb +9 -0
- data/code/superant.com.rwdcalc/frwddivide.rb +10 -0
- data/code/superant.com.rwdcalc/frwdmultiply.rb +10 -0
- data/code/superant.com.rwdcalc/frwdsubtract.rb +10 -0
- data/code/superant.com.rwdcalc/helptexthashrwdcalc.rb +14 -0
- data/code/superant.com.rwdcalc/jumplinkupdate.rb +11 -0
- data/code/superant.com.rwdcalc/listscripts.rb +13 -0
- data/code/superant.com.rwdcalc/loadrubyrecord.rb +20 -0
- data/code/superant.com.rwdcalc/loadscriptrecord.rb +20 -0
- data/code/superant.com.rwdcalc/mathcommands.rb +53 -0
- data/code/superant.com.rwdcalc/openhelpwindowrwdcalc.rb +21 -0
- data/code/superant.com.rwdcalc/playscript.rb +22 -0
- data/code/superant.com.rwdcalc/renamecalcrecord.rb +14 -0
- data/code/superant.com.rwdcalc/runrwdcalcwindow.rb +10 -0
- data/code/superant.com.rwdcalc/rwdadd.rb +10 -0
- data/code/superant.com.rwdcalc/rwdcleartape.rb +9 -0
- data/code/superant.com.rwdcalc/rwddivision.rb +10 -0
- data/code/superant.com.rwdcalc/rwdsubtraction.rb +10 -0
- data/code/superant.com.rwdcalc/savechangedscript.rb +19 -0
- data/code/superant.com.rwdcalc/saverubyscript.rb +20 -0
- data/code/superant.com.rwdcalc/viewscript.rb +18 -0
- data/code/superant.com.rwdcalendar/gh9calendar.rb +40 -0
- data/code/superant.com.rwdcalendar/helptexthashrwdschedule.rb +14 -0
- data/code/superant.com.rwdcalendar/openhelpwindowrwdschedule.rb +17 -0
- data/code/superant.com.rwdshell/changescriptname.rb +16 -0
- data/code/superant.com.rwdshell/clearscriptscreendisplay.rb +9 -0
- data/code/superant.com.rwdshell/deletescriptrecord.rb +20 -0
- data/code/superant.com.rwdshell/helptexthashshell.rb +31 -0
- data/code/superant.com.rwdshell/listrubyscripts.rb +13 -0
- data/code/superant.com.rwdshell/listscripts.rb +13 -0
- data/code/superant.com.rwdshell/loadconfigurationrecord.rb +33 -0
- data/code/superant.com.rwdshell/loadconfigurationvariables.rb +13 -0
- data/code/superant.com.rwdshell/loadscriptrecord.rb +20 -0
- data/code/superant.com.rwdshell/openhelpwindowshell.rb +33 -0
- data/code/superant.com.rwdshell/playrubyscript.rb +23 -0
- data/code/superant.com.rwdshell/playscript.rb +23 -0
- data/code/superant.com.rwdshell/returntomain.rb +10 -0
- data/code/superant.com.rwdshell/rubyeval.rb +25 -0
- data/code/superant.com.rwdshell/runrwdshellbackwindow.rb +10 -0
- data/code/superant.com.rwdshell/runrwdshellwindow.rb +12 -0
- data/code/superant.com.rwdshell/rwdshellversion.rb +14 -0
- data/code/superant.com.rwdshell/savechangedscript.rb +19 -0
- data/code/superant.com.rwdshell/saveconfigurationrecord.rb +18 -0
- data/code/superant.com.rwdshell/shelleval.rb +20 -0
- data/code/superant.com.rwdshell/viewrubyscript.rb +18 -0
- data/code/superant.com.rwdshell/viewscript.rb +18 -0
- data/code/superant.com.rwdtinkerbackwindow/controlclient.rb +96 -0
- data/code/superant.com.rwdtinkerbackwindow/diagnostictab.rb +19 -0
- data/code/superant.com.rwdtinkerbackwindow/helptexthashtinkerwin2.rb +61 -0
- data/code/superant.com.rwdtinkerbackwindow/installapplet.rb +25 -0
- data/code/superant.com.rwdtinkerbackwindow/installgemapplet.rb +21 -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 +27 -0
- data/code/superant.com.rwdtinkerbackwindow/loadconfigurationrecord.rb +39 -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 +42 -0
- data/code/superant.com.rwdtinkerbackwindow/remotegemlist.rb +24 -0
- data/code/superant.com.rwdtinkerbackwindow/removeapplet.rb +33 -0
- data/code/superant.com.rwdtinkerbackwindow/runremoteinstall.rb +11 -0
- data/code/superant.com.rwdtinkerbackwindow/runrwdtinkerbackwindow.rb +11 -0
- data/code/superant.com.rwdtinkerbackwindow/rwdtinkerwin2version.rb +13 -0
- data/code/superant.com.rwdtinkerbackwindow/saveconfigurationrecord.rb +22 -0
- data/code/superant.com.rwdtinkerbackwindow/viewappletcontents.rb +22 -0
- data/code/superant.com.rwdtinkerbackwindow/viewgemappletcontents.rb +24 -0
- data/code/superant.com.words/dictlookup.rb +20 -0
- data/code/superant.com.words/jumplinkupdate.rb +6 -0
- data/code/superant.com.words/runfortunewindow.rb +14 -0
- data/code/superant.com.words/runrwdwordsbackwindow.rb +10 -0
- data/code/superant.com.words/runrwdwordsversion.rb +14 -0
- data/code/superant.com.words/rwdtinkerversion.rb +10 -0
- data/code/zz0applicationend/zz0end.rb +4 -0
- data/configuration/bigtinker.dist +3 -0
- data/configuration/language.dist +7 -0
- data/configuration/rwdaddresses.dist +21 -0
- data/configuration/rwdapplicationidentity.dist +3 -0
- data/configuration/rwdcalc.dist +8 -0
- data/configuration/rwdcalendar.dist +10 -0
- data/configuration/rwdgutenberg.dist +14 -0
- data/configuration/rwdhypernote.dist +13 -0
- data/configuration/rwdshell.dist +4 -0
- data/configuration/rwdtinker.dist +19 -0
- data/configuration/rwdwords.dist +18 -0
- data/configuration/tinkerwin2variables.dist +17 -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/cal.rb +158 -0
- data/extras/dict.rb +438 -0
- data/extras/icalendar/base.rb +17 -0
- data/extras/icalendar/calendar.rb +44 -0
- data/extras/icalendar/calendar_parser.rb +237 -0
- data/extras/icalendar/component/alarm.rb +16 -0
- data/extras/icalendar/component/event.rb +25 -0
- data/extras/icalendar/component/freebusy.rb +12 -0
- data/extras/icalendar/component/journal.rb +25 -0
- data/extras/icalendar/component/timezone.rb +26 -0
- data/extras/icalendar/component/todo.rb +21 -0
- data/extras/icalendar/component.rb +91 -0
- data/extras/icalendar/helpers.rb +103 -0
- data/extras/icalendar/parameter.rb +25 -0
- data/extras/icalendar.rb +18 -0
- data/extras/rconftool.rb +380 -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 +1377 -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.rwdcalendar/hl9calendar.rwd +27 -0
- data/gui/frontwindow0/superant.com.shellscripts/1listplayscripts.rwd +17 -0
- data/gui/frontwindow0/superant.com.shellscripts/2listscripts.rwd +25 -0
- data/gui/frontwindow0/superant.com.shellscripts/3editscripts.rwd +26 -0
- data/gui/frontwindow0/superant.com.shellscripts/4scriptutilities.rwd +24 -0
- data/gui/frontwindow0/superant.com.shellscripts/6rwdshelleval.rwd +15 -0
- data/gui/frontwindow0/superant.com.shellscripts/cb7rwdrubyeval.rwd +13 -0
- data/gui/frontwindowselectionbegin/selectiontabbegin/00selectiontabbegin.rwd +11 -0
- data/gui/frontwindowselections/superant.com.rwdtinkerwin2selectiontab/jumplinkcommands.rwd +15 -0
- data/gui/frontwindowselectionzend/viewselectionzend/wwselectionend.rwd +3 -0
- data/gui/frontwindowselectionzend/viewselectionzend/zzdocumentbegin.rwd +6 -0
- data/gui/frontwindowtdocuments/superant.com.documents/tinkerdocuments.rwd +14 -0
- data/gui/helpaboutbegin/superant.com.helpaboutbegin/zzdocumentend.rwd +8 -0
- data/gui/helpaboutbegin/superant.com.helpaboutbegin/zzzrwdlasttab.rwd +6 -0
- data/gui/helpaboutbegin/superant.com.helpaboutbegin/zzzzhelpscreenstart.rwd +3 -0
- data/gui/helpaboutinstalled/superant.com.tinkerhelpabout/helpabouttab.rwd +15 -0
- data/gui/helpaboutzend/superant.com.helpaboutend/helpscreenend.rwd +3 -0
- data/gui/helpaboutzend/superant.com.helpaboutend/zhelpscreenstart2.rwd +3 -0
- data/gui/helpaboutzend/superant.com.helpaboutend/zzzzhelpabout2.rwd +15 -0
- data/gui/helpaboutzend/superant.com.helpaboutend/zzzzhelpscreen2end.rwd +3 -0
- data/gui/tinkerbackwindows/superant.com.addressesphotowindow/yy7addressesphoto.rwd +6 -0
- data/gui/tinkerbackwindows/superant.com.gutenberg/00rwdgutenberg.rwd +5 -0
- data/gui/tinkerbackwindows/superant.com.gutenberg/10viewnote.rwd +32 -0
- data/gui/tinkerbackwindows/superant.com.gutenberg/20listfiles.rwd +35 -0
- data/gui/tinkerbackwindows/superant.com.gutenberg/30booklistutilities.rwd +28 -0
- data/gui/tinkerbackwindows/superant.com.gutenberg/35displaytab.rwd +10 -0
- data/gui/tinkerbackwindows/superant.com.gutenberg/40rwdgutenberg.rwd +16 -0
- data/gui/tinkerbackwindows/superant.com.gutenberg/67viewconfiguration.rwd +40 -0
- data/gui/tinkerbackwindows/superant.com.gutenberg/77jumplinkcommands.rwd +17 -0
- data/gui/tinkerbackwindows/superant.com.gutenberg/zvbackend.rwd +6 -0
- data/gui/tinkerbackwindows/superant.com.gutendisplay/gutendisplaywindow.rwd +9 -0
- data/gui/tinkerbackwindows/superant.com.hypernote/00windowbegin.rwd +5 -0
- data/gui/tinkerbackwindows/superant.com.hypernote/10viewnote.rwd +32 -0
- data/gui/tinkerbackwindows/superant.com.hypernote/20editlinks.rwd +34 -0
- data/gui/tinkerbackwindows/superant.com.hypernote/30noteutilities.rwd +27 -0
- data/gui/tinkerbackwindows/superant.com.hypernote/67viewconfiguration.rwd +38 -0
- data/gui/tinkerbackwindows/superant.com.hypernote/m01menubegin.rwd +18 -0
- data/gui/tinkerbackwindows/superant.com.hypernote/zbackend.rwd +6 -0
- data/gui/tinkerbackwindows/superant.com.refreshwindow/fortunerefreshwindowtwo.rwd +9 -0
- data/gui/tinkerbackwindows/superant.com.rwdaddresses/00rwdaddresses.rwd +5 -0
- data/gui/tinkerbackwindows/superant.com.rwdaddresses/11viewnamedata.rwd +19 -0
- data/gui/tinkerbackwindows/superant.com.rwdaddresses/13listnamerecordfiles.rwd +21 -0
- data/gui/tinkerbackwindows/superant.com.rwdaddresses/16editrecord.rwd +39 -0
- data/gui/tinkerbackwindows/superant.com.rwdaddresses/17viewvcardrecord.rwd +32 -0
- data/gui/tinkerbackwindows/superant.com.rwdaddresses/18contactutilities.rwd +34 -0
- data/gui/tinkerbackwindows/superant.com.rwdaddresses/m01menubegin.rwd +18 -0
- data/gui/tinkerbackwindows/superant.com.rwdaddresses/zvbackend.rwd +6 -0
- data/gui/tinkerbackwindows/superant.com.rwdaddressessyncbackwindow/1appname.rwd +5 -0
- data/gui/tinkerbackwindows/superant.com.rwdaddressessyncbackwindow/20downloadftp.rwd +45 -0
- data/gui/tinkerbackwindows/superant.com.rwdaddressessyncbackwindow/70rwddiagnostics.rwd +23 -0
- data/gui/tinkerbackwindows/superant.com.rwdaddressessyncbackwindow/88viewconfiguration.rwd +47 -0
- data/gui/tinkerbackwindows/superant.com.rwdaddressessyncbackwindow/94selectiontab.rwd +11 -0
- data/gui/tinkerbackwindows/superant.com.rwdaddressessyncbackwindow/95jumplink.rwd +15 -0
- data/gui/tinkerbackwindows/superant.com.rwdaddressessyncbackwindow/97selectionend.rwd +3 -0
- data/gui/tinkerbackwindows/superant.com.rwdaddressessyncbackwindow/zvbackend.rwd +6 -0
- data/gui/tinkerbackwindows/superant.com.rwdcalc/1appname.rwd +4 -0
- data/gui/tinkerbackwindows/superant.com.rwdcalc/20floatrwdcalc.rwd +23 -0
- data/gui/tinkerbackwindows/superant.com.rwdcalc/30intrwdcalc.rwd +23 -0
- data/gui/tinkerbackwindows/superant.com.rwdcalc/35mathcommands.rwd +25 -0
- data/gui/tinkerbackwindows/superant.com.rwdcalc/44listplayscripts.rwd +19 -0
- data/gui/tinkerbackwindows/superant.com.rwdcalc/45listscripts.rwd +25 -0
- data/gui/tinkerbackwindows/superant.com.rwdcalc/46editscriptrecord.rwd +30 -0
- data/gui/tinkerbackwindows/superant.com.rwdcalc/4scriptutilities.rwd +25 -0
- data/gui/tinkerbackwindows/superant.com.rwdcalc/81jumplinkcommands.rwd +17 -0
- data/gui/tinkerbackwindows/superant.com.rwdcalc/z9end.rwd +6 -0
- data/gui/tinkerbackwindows/superant.com.rwdshellbackwindow/1appname.rwd +5 -0
- data/gui/tinkerbackwindows/superant.com.rwdshellbackwindow/44listplayscripts.rwd +19 -0
- data/gui/tinkerbackwindows/superant.com.rwdshellbackwindow/45listscripts.rwd +25 -0
- data/gui/tinkerbackwindows/superant.com.rwdshellbackwindow/46editscriptrecord.rwd +30 -0
- data/gui/tinkerbackwindows/superant.com.rwdshellbackwindow/92viewconfiguration.rwd +38 -0
- data/gui/tinkerbackwindows/superant.com.rwdshellbackwindow/94rwddiagnostics.rwd +16 -0
- data/gui/tinkerbackwindows/superant.com.rwdshellbackwindow/98jumplinkcommands.rwd +17 -0
- data/gui/tinkerbackwindows/superant.com.rwdshellbackwindow/zbackend.rwd +6 -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 +44 -0
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/70rwddiagnostics.rwd +29 -0
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/75rwdcontrol.rwd +33 -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.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/tinkerbackwindows/superant.com.words/1appname.rwd +4 -0
- data/gui/tinkerbackwindows/superant.com.words/1dictionary.rwd +19 -0
- data/gui/tinkerbackwindows/superant.com.words/3rwdfortune.rwd +14 -0
- data/gui/tinkerbackwindows/superant.com.words/77jumplinkcommands.rwd +17 -0
- data/gui/tinkerbackwindows/superant.com.words/80tab1.rwd +11 -0
- data/gui/tinkerbackwindows/superant.com.words/z9end.rwd +6 -0
- data/gui/zzcoreguiend/tinkerapplicationguiend/yy9rwdend.rwd +4 -0
- data/init.rb +277 -0
- data/installed/gutenbergdata01.inf +3 -0
- data/installed/hypernotedata1.inf +12 -0
- data/installed/rwdaddressesdata2.inf +8 -0
- data/installed/rwdgutenberg-0.03.inf +9 -0
- data/installed/rwdviewlogo-0.4.inf +4 -0
- data/installed/rwdwaddresses-1.04.inf +13 -0
- data/installed/rwdwhypernote-0.07.inf +7 -0
- data/installed/rwdwwords-0.02.inf +10 -0
- data/lang/en/rwdcalendar/calendar-en.rb +6 -0
- data/lang/en/rwdcore/languagefile.rb +16 -0
- data/lang/es/rwdcalendar/calendar-nl.rb +6 -0
- data/lang/es/rwdcore/languagefile-es.rb +14 -0
- data/lang/jp/rwdcore/languagefile.rb +9 -0
- data/lang/nl/rwdcalendar/calendar-nl.rb +6 -0
- data/lang/nl/rwdcore/languagefile.rb +19 -0
- data/lib/temp.rb +1 -0
- data/names/Angelina Jolie.jpg +0 -0
- data/names/Angelina Jolie.nam +8 -0
- data/names/Angelina Jolie.vcf +8 -0
- data/names/Steven Gibson.jpg +0 -0
- data/names/Steven Gibson.nam +5 -0
- data/names/elektra.jpg +0 -0
- data/names/elektra.nam +7 -0
- data/names/nophoto.jpg +0 -0
- data/rwd_files/HowTo_Addresses.txt +259 -0
- data/rwd_files/HowTo_BigTinker.txt +146 -0
- data/rwd_files/HowTo_Gutenberg.txt +94 -0
- data/rwd_files/HowTo_HyperNote.txt +121 -0
- data/rwd_files/HowTo_RubyEval.html +80 -0
- data/rwd_files/HowTo_RwdCalc.txt +110 -0
- data/rwd_files/HowTo_Shell.txt +257 -0
- data/rwd_files/HowTo_Tinker.txt +425 -0
- data/rwd_files/HowTo_TinkerWin2.txt +202 -0
- data/rwd_files/HowTo_Words.txt +132 -0
- data/rwd_files/Readme.txt +57 -0
- data/rwd_files/RubyWebDialogs.html +6 -0
- data/rwd_files/contacttmp.jpg +0 -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 +18 -0
- data/tests/RubyGauge.rb +179 -0
- data/tests/checkdepends.sh +4 -0
- data/tests/cleancnf.sh +5 -0
- data/tests/makedist.rb +59 -0
- data/tests/makerwdwaddresses-1.04.rb +40 -0
- data/tests/rdep.rb +354 -0
- data/tests/totranslate.lang +93 -0
- data/zips/rwdahelloworld-0.5.zip +0 -0
- metadata +447 -0
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
$rwdguivar=
|
|
2
|
+
"
|
|
3
|
+
<tab name=\"EditScriptsrwdshell\" caption=\"Edit Scripts\">
|
|
4
|
+
<table>
|
|
5
|
+
<row> <p> </row>
|
|
6
|
+
<row> <p align=\"right\">You can create a new record here or edit one</row>
|
|
7
|
+
<row> <b>The filename will automatically have a .sh added</b> <row>
|
|
8
|
+
|
|
9
|
+
<row> <p> </row>
|
|
10
|
+
</table>
|
|
11
|
+
<horizontal>
|
|
12
|
+
<button caption=\"Load Script\" action=\"loadscriptrecord\"/>
|
|
13
|
+
<button caption=\"Save Changes\" action=\"savescriptrecord\"/>
|
|
14
|
+
<button caption=\"Clear\" action=\"clearscriptscreendisplay\"/>
|
|
15
|
+
<button caption=\"Help\" action=\"runhelpwindowrwdshell\"/>
|
|
16
|
+
|
|
17
|
+
</horizontal>
|
|
18
|
+
<table>
|
|
19
|
+
<row> <p align=\"center\">FileName:</p> <text name=\"a_tmpscriptfilename\"/> </row>
|
|
20
|
+
<row> <p align=\"center\">Script Line:</p> <text name=\"a_scriptfirstline\"/> </row>
|
|
21
|
+
<row> <p align=\"center\">Comment Line:</p> <text name=\"a_scriptcommentline\"/> </row>
|
|
22
|
+
</table>
|
|
23
|
+
<p>%newdisplay%</p>
|
|
24
|
+
|
|
25
|
+
</tab>"
|
|
26
|
+
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
$rwdguivar=
|
|
2
|
+
"
|
|
3
|
+
<tab name=\"scriptutilitiesrwdshell\" caption=\"Script Utilities\">
|
|
4
|
+
|
|
5
|
+
<table>
|
|
6
|
+
<row> <p align=\"right\">Script Title:</p> <text name=\"a_scriptfilename\"/> </row>
|
|
7
|
+
<row> <p align=\"right\">New Name:</p> <text name=\"a_changescriptname\"/> </row>
|
|
8
|
+
|
|
9
|
+
</table>
|
|
10
|
+
|
|
11
|
+
<horizontal>
|
|
12
|
+
<button caption=\"Rename Script \" action=\"changescriptname\"/>
|
|
13
|
+
<button caption=\"Delete Script\" action=\"deletescriptrecord\"/>
|
|
14
|
+
</horizontal>
|
|
15
|
+
|
|
16
|
+
<p>%%scriptfilechangeresult%%</p>
|
|
17
|
+
<horizontal>
|
|
18
|
+
<button caption=\"List Scripts\" action=\"listscripts\"/>
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
</horizontal>
|
|
22
|
+
|
|
23
|
+
<p>%%listscriptresult%%</p>
|
|
24
|
+
</tab>"
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
$rwdguivar=
|
|
2
|
+
"
|
|
3
|
+
<tab name=\"shelleval\" caption=\"Shell Eval CMD\">
|
|
4
|
+
|
|
5
|
+
<table>
|
|
6
|
+
<row> <p align=\"right\">Shell Command:</p> <text name=\"a_shelleval\"/> </row>
|
|
7
|
+
<horizontal>
|
|
8
|
+
<button caption=\"Execute\" action=\"shelleval\"/>
|
|
9
|
+
|
|
10
|
+
</horizontal>
|
|
11
|
+
|
|
12
|
+
</table>
|
|
13
|
+
<p>%result%</p>
|
|
14
|
+
|
|
15
|
+
</tab>"
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
$rwdguivar=
|
|
2
|
+
"
|
|
3
|
+
<tab name=\"three\" caption=\"ruby\">
|
|
4
|
+
<table>
|
|
5
|
+
<row> <p align=\"right\">Ruby Command:</p> <text name=\"a_rubyeval\"/> </row>
|
|
6
|
+
</table>
|
|
7
|
+
<p>%rubydisplay%</p>
|
|
8
|
+
<horizontal>
|
|
9
|
+
<button caption=\"Execute\" action=\"rubyeval\"/>
|
|
10
|
+
<button caption=\"Cancel\" action=\"main\"/>
|
|
11
|
+
</horizontal>
|
|
12
|
+
</tab>"
|
|
13
|
+
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
$rwdguivar=
|
|
2
|
+
"
|
|
3
|
+
<horizontal>
|
|
4
|
+
<button caption=\"Show Jump Links\" action=\"showjumplinkoptions\"/>
|
|
5
|
+
|
|
6
|
+
</horizontal>
|
|
7
|
+
<table>
|
|
8
|
+
<select name=\"a_jumplinkinput\"> %%jumplinkoptions%% </select>
|
|
9
|
+
|
|
10
|
+
</table>
|
|
11
|
+
|
|
12
|
+
<horizontal>
|
|
13
|
+
<button caption=\"Jump to Application Location\" action=\"runjumplinkcommand\"/>
|
|
14
|
+
</horizontal>
|
|
15
|
+
"
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
$rwdguivar=
|
|
2
|
+
"
|
|
3
|
+
<horizontal>
|
|
4
|
+
<button caption=\"Show Documents List\" action=\"setuptinkerdocuments\"/>
|
|
5
|
+
|
|
6
|
+
</horizontal>
|
|
7
|
+
<table>
|
|
8
|
+
<select name=\"a_tinkerdocumentinput\"> %%tinkerdocumentsarray%% </select>
|
|
9
|
+
|
|
10
|
+
</table>
|
|
11
|
+
<horizontal>
|
|
12
|
+
<button caption=\"Open Document\" action=\"runopentinkerdocument\"/>
|
|
13
|
+
</horizontal>
|
|
14
|
+
"
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
$rwdguivar=
|
|
2
|
+
"
|
|
3
|
+
<horizontal>
|
|
4
|
+
<button caption=\"Show Help About Links\" action=\"setuphelpaboutoptions\"/>
|
|
5
|
+
|
|
6
|
+
</horizontal>
|
|
7
|
+
<table>
|
|
8
|
+
<select name=\"a_helpaboutinput\"> %%helpaboutoptions%% </select>
|
|
9
|
+
|
|
10
|
+
</table>
|
|
11
|
+
|
|
12
|
+
<horizontal>
|
|
13
|
+
<button caption=\"Open Selected Help About\" action=\"runrwdtinkerversion\"/>
|
|
14
|
+
</horizontal>
|
|
15
|
+
"
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
$rwdguivar=
|
|
2
|
+
"
|
|
3
|
+
<horizontal>
|
|
4
|
+
<button caption=\"Show Help About Links\" action=\"setuphelpaboutoptions\"/>
|
|
5
|
+
|
|
6
|
+
</horizontal>
|
|
7
|
+
<table>
|
|
8
|
+
<select name=\"a_helpaboutinput\"> %%helpaboutoptions%% </select>
|
|
9
|
+
|
|
10
|
+
</table>
|
|
11
|
+
|
|
12
|
+
<horizontal>
|
|
13
|
+
<button caption=\"Open Selected Help About\" action=\"runrwdtinkerversion\"/>
|
|
14
|
+
</horizontal>
|
|
15
|
+
"
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
$rwdguivar=
|
|
2
|
+
"
|
|
3
|
+
<tab name=\"superantcomgutenbergfile\" caption=\"View/Edit Booklist\">
|
|
4
|
+
|
|
5
|
+
<table>
|
|
6
|
+
<row>View your book list and detail on this Tab</row>
|
|
7
|
+
<row> <p> </row>
|
|
8
|
+
<row> <p align=\"right\">Book Record:</p> <text size=70 name=\"a_viewgutenberg\"/> </row>
|
|
9
|
+
|
|
10
|
+
</table>
|
|
11
|
+
<horizontal>
|
|
12
|
+
<button caption=\"Open Detail\" action=\"rwdgutenloadbookrecord\"/>
|
|
13
|
+
|
|
14
|
+
<button caption=\"Create book Note\" action=\"rwdgutenbergcreatebookrecord\"/>
|
|
15
|
+
<button caption=\"Save Changes\" action=\"savegutenbergrecord\"/>
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
<button caption=\"Clear\" action=\"clearbookscreendisplay\"/>
|
|
19
|
+
<button caption=\"Help\" action=\"runhelpwindowrwdgutenberg\"/>
|
|
20
|
+
|
|
21
|
+
</horizontal>
|
|
22
|
+
<textarea name=\"a_gutenbergdata\"/>
|
|
23
|
+
|
|
24
|
+
<horizontal>
|
|
25
|
+
<button caption=\"List Booklists\" action=\"listgutrecordfiles\"/>
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
</horizontal>
|
|
30
|
+
|
|
31
|
+
<p>%%gutenbergrecordsresult%%</p>
|
|
32
|
+
</tab>"
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
$rwdguivar=
|
|
2
|
+
"
|
|
3
|
+
|
|
4
|
+
<tab name=\"rwdgutenberglistfiles\" caption=\"List Files\">
|
|
5
|
+
|
|
6
|
+
<table>
|
|
7
|
+
<row>List text files</row>
|
|
8
|
+
<row> <p> </row>
|
|
9
|
+
<row> <p align=\"right\">Directory to search:</p>
|
|
10
|
+
<text size=70 name=\"a_searchdirectorygutenberg\"/> </row>
|
|
11
|
+
<row> <p> </row>
|
|
12
|
+
<row> <p align=\"right\">New File:</p>
|
|
13
|
+
<text size=70 name=\"a_newfilegutenberg\"/> </row>
|
|
14
|
+
<row> <p align=\"right\">Name of File to Create:</p>
|
|
15
|
+
<text size=70 name=\"a_newgutenbergdata\"/> </row>
|
|
16
|
+
</table>
|
|
17
|
+
<horizontal>
|
|
18
|
+
|
|
19
|
+
<button caption=\"Create New File\" action=\"gutenbergcreatefile\"/>
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
<button caption=\"Help\" action=\"runhelpwindowrwdgutenberg\"/>
|
|
23
|
+
|
|
24
|
+
</horizontal>
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
<horizontal>
|
|
28
|
+
<button caption=\"List Text Files\" action=\"rwdgutenbergfiles\"/>
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
</horizontal>
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
<p>%%textsfilesrecordsresult%%</p>
|
|
35
|
+
</tab>"
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
$rwdguivar=
|
|
2
|
+
"
|
|
3
|
+
<tab name=\"utilitiesrwdgutenberg\" caption=\"Booklist Utilities\">
|
|
4
|
+
|
|
5
|
+
<table>
|
|
6
|
+
<row> <p align=\"right\">Booklist Title:</p> <text size=70 name=\"a_viewgutenberg\"/> </row>
|
|
7
|
+
<row> <p align=\"right\">New Name:</p> <text size=70 name=\"a_changegutenbergdata\"/> </row>
|
|
8
|
+
|
|
9
|
+
</table>
|
|
10
|
+
|
|
11
|
+
<horizontal>
|
|
12
|
+
<button caption=\"Rename Book\" action=\"changegutenbergdata\"/>
|
|
13
|
+
<button caption=\"Copy Filename into New Booklist\" action=\"copygutenbergfilename\"/>
|
|
14
|
+
<button caption=\"Delete Booklist\" action=\"deletegutenbergrecord\"/>
|
|
15
|
+
<button caption=\"Help\" action=\"runhelpwindowrwdgutenberg\"/>
|
|
16
|
+
</horizontal>
|
|
17
|
+
|
|
18
|
+
<p>%%hypernotefilechangeresult%%</p>
|
|
19
|
+
<horizontal>
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
<button caption=\"List Booklists\" action=\"listgutrecordfiles\"/>
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
</horizontal>
|
|
26
|
+
<p>%%gutenbergrecordsresult%%</p>
|
|
27
|
+
<p>%%gutenbergfilechangeresult%%</p>
|
|
28
|
+
</tab>"
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
$rwdguivar=
|
|
2
|
+
"
|
|
3
|
+
<tab name=\"rwdgutenberg\" caption=\"Gutenberg Display\">
|
|
4
|
+
<table>
|
|
5
|
+
<horizontal>
|
|
6
|
+
Open a replacement window for
|
|
7
|
+
Book Record: <text size=30 name=\"a_viewgutenberg\"/>
|
|
8
|
+
</horizontal>
|
|
9
|
+
<row><p> You should see that new window refresh every 15 seconds with </row>
|
|
10
|
+
<row><p> You can return to this screen by clicking on back arrows or the cancel button</row>
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
</table>
|
|
14
|
+
<button caption=\'Start Book\' action=\'rungutenbergwindow\'/>
|
|
15
|
+
</tab>"
|
|
16
|
+
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
$rwdguivar=
|
|
2
|
+
"
|
|
3
|
+
<tab name=\"viewrwdgutenbergconfiguration\" caption=\"RwdGutenberg Configuration\">
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
<table>
|
|
8
|
+
<row> <p> </row>
|
|
9
|
+
<row> <p align=\"right\">You can view or edit the configuration file here</row>
|
|
10
|
+
<row> <p> </row>
|
|
11
|
+
<horizontal>
|
|
12
|
+
<button caption=\"Fill Record\" action=\"loadrwdgutenbergconfiguration\"/>
|
|
13
|
+
<button caption=\"Save Changes\" action=\"saverwdgutenbergconfiguration\"/>
|
|
14
|
+
<button caption=\"Reload Variables\" action=\"loadrwdgutebergconfigurationvariables\"/>
|
|
15
|
+
<button caption=\"Help\" action=\"runhelpwindowrwdgutenberg\"/>
|
|
16
|
+
</horizontal>
|
|
17
|
+
<table>
|
|
18
|
+
|
|
19
|
+
<row> <p align=\"right\">FileName:</p> <text name=\"a_gutenconfigurationfilename\"/> </row>
|
|
20
|
+
<row> <p align=\"right\">1:</p> <text size=70 name=\"a_gutenconfigline1\"/> </row>
|
|
21
|
+
<row> <p align=\"right\">2:</p> <text size=70 name=\"a_gutenconfigline2\"/> </row>
|
|
22
|
+
<row> <p align=\"right\">3:</p> <text size=70 name=\"a_gutenconfigline3\"/> </row>
|
|
23
|
+
<row> <p align=\"right\">4:</p> <text size=70 name=\"a_gutenconfigline4\"/> </row>
|
|
24
|
+
<row> <p align=\"right\">5:</p> <text size=70 name=\"a_gutenconfigline5\"/> </row>
|
|
25
|
+
<row> <p align=\"right\">6:</p> <text size=70 name=\"a_gutenconfigline6\"/> </row>
|
|
26
|
+
<row> <p align=\"right\">7:</p> <text size=70 name=\"a_gutenconfigline7\"/> </row>
|
|
27
|
+
<row> <p align=\"right\">8:</p> <text size=70 name=\"a_gutenconfigline8\"/> </row>
|
|
28
|
+
<row> <p align=\"right\">9:</p> <text size=70 name=\"a_gutenconfigline9\"/> </row>
|
|
29
|
+
<row> <p align=\"right\">10:</p> <text size=70 name=\"a_gutenconfigline10\"/> </row>
|
|
30
|
+
<row> <p align=\"right\">11:</p> <text size=70 name=\"a_gutenconfigline11\"/> </row>
|
|
31
|
+
|
|
32
|
+
</table>
|
|
33
|
+
<p>%extragutenconfigdatadisplay%</p>
|
|
34
|
+
<p>
|
|
35
|
+
<p>%newgutenconfigurationresult%</p>
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
</tab>"
|
|
40
|
+
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
$rwdguivar=
|
|
2
|
+
"
|
|
3
|
+
<tab name=gutenbergMenu 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,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_viewhypernote\"/> </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,38 @@
|
|
|
1
|
+
$rwdguivar=
|
|
2
|
+
"
|
|
3
|
+
<tab name=\"viewrwdhypernoteconfiguration\" caption=\"RwdHyperNote Configuration\">
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
<table>
|
|
8
|
+
<row> <p> </row>
|
|
9
|
+
<row> <p align=\"right\">You can view or edit the rwdschedule configuration file here</row>
|
|
10
|
+
<row> <p> </row>
|
|
11
|
+
<horizontal>
|
|
12
|
+
<button caption=\"Fill Record\" action=\"loadrwdhypernoteconfiguration\"/>
|
|
13
|
+
<button caption=\"Save Changes\" action=\"saverwdhypernoteconfiguration\"/>
|
|
14
|
+
<button caption=\"Reload Variables\" action=\"loadrwdhypernoteconfigurationvariables\"/>
|
|
15
|
+
<button caption=\"Help\" action=\"runhelpwindowrwdhypernote\"/>
|
|
16
|
+
</horizontal>
|
|
17
|
+
<table>
|
|
18
|
+
|
|
19
|
+
<row> <p align=\"right\">FileName:</p> <text name=\"a_hypconfigurationfilename\"/> </row>
|
|
20
|
+
<row> <p align=\"right\">1:</p> <text size=70 name=\"a_hypconfigline1\"/> </row>
|
|
21
|
+
<row> <p align=\"right\">2:</p> <text size=70 name=\"a_hypconfigline2\"/> </row>
|
|
22
|
+
<row> <p align=\"right\">3:</p> <text size=70 name=\"a_hypconfigline3\"/> </row>
|
|
23
|
+
<row> <p align=\"right\">4:</p> <text size=70 name=\"a_hypconfigline4\"/> </row>
|
|
24
|
+
<row> <p align=\"right\">5:</p> <text size=70 name=\"a_hypconfigline5\"/> </row>
|
|
25
|
+
<row> <p align=\"right\">6:</p> <text size=70 name=\"a_hypconfigline6\"/> </row>
|
|
26
|
+
<row> <p align=\"right\">7:</p> <text size=70 name=\"a_hypconfigline7\"/> </row>
|
|
27
|
+
<row> <p align=\"right\">8:</p> <text size=70 name=\"a_hypconfigline8\"/> </row>
|
|
28
|
+
<row> <p align=\"right\">9:</p> <text size=70 name=\"a_hypconfigline9\"/> </row>
|
|
29
|
+
|
|
30
|
+
</table>
|
|
31
|
+
<p>%extrahypconfigdatadisplay%</p>
|
|
32
|
+
<p>
|
|
33
|
+
<p>%newhypconfigurationresult%</p>
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
</tab>"
|
|
38
|
+
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
$rwdguivar=
|
|
2
|
+
"
|
|
3
|
+
<tab name=\"rwdhypernoteselectiontab\" caption=\"RwdHypernote Menu\">
|
|
4
|
+
|
|
5
|
+
<horizontal>
|
|
6
|
+
<button caption=\"Show Jump Links\" action=\"showjumplinkoptions\"/>
|
|
7
|
+
|
|
8
|
+
</horizontal>
|
|
9
|
+
<table>
|
|
10
|
+
<select name=\"a_jumplinkinput\"> %%jumplinkoptions%% </select>
|
|
11
|
+
|
|
12
|
+
</table>
|
|
13
|
+
|
|
14
|
+
<horizontal>
|
|
15
|
+
<button caption=\"Jump to Application Location\" action=\"runjumplinkcommand\"/>
|
|
16
|
+
</horizontal>
|
|
17
|
+
</tab>
|
|
18
|
+
"
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
$rwdguivar=
|
|
2
|
+
"
|
|
3
|
+
<tab name=\"Viewnamedata\" caption=\"View Contact\">
|
|
4
|
+
|
|
5
|
+
<table>
|
|
6
|
+
<row> <p align=\"right\">Contact Name:</p> <text name=\"a_viewnamedata\"/> </row>
|
|
7
|
+
|
|
8
|
+
</table>
|
|
9
|
+
|
|
10
|
+
<horizontal>
|
|
11
|
+
<button caption=\"Open\" action=\"viewnamedata\"/>
|
|
12
|
+
<button caption=\"View Photo\" action=\"viewcontactphoto\"/>
|
|
13
|
+
<button caption=\"Help\" action=\"runhelpwindowrwdaddresses\"/>
|
|
14
|
+
|
|
15
|
+
</horizontal>
|
|
16
|
+
|
|
17
|
+
"
|
|
18
|
+
|
|
19
|
+
|