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,21 @@
|
|
|
1
|
+
$rwdguivar=
|
|
2
|
+
"
|
|
3
|
+
<table>
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
<p>%viewnamedatadisplay%</p>
|
|
8
|
+
</table>
|
|
9
|
+
<table>
|
|
10
|
+
<image src=\"contacttmp.jpg\"></image>
|
|
11
|
+
</table>
|
|
12
|
+
<table>
|
|
13
|
+
<horizontal>
|
|
14
|
+
<button caption=\"List Contacts\" action=\"listnamerecordfiles\"/>
|
|
15
|
+
</horizontal>
|
|
16
|
+
<p>%%listnamerecordfilesresult%%</p>
|
|
17
|
+
</table>
|
|
18
|
+
</tab>"
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
$rwdguivar=
|
|
2
|
+
"
|
|
3
|
+
<tab name=\"editnamerecordfile\" caption=\"Edit Contact\">
|
|
4
|
+
<table>
|
|
5
|
+
<row> <p> </row>
|
|
6
|
+
<row> <p align=\"right\">You can create a new record here or edit one</row>
|
|
7
|
+
<row> <p> </row>
|
|
8
|
+
<horizontal>
|
|
9
|
+
<button caption=\"Fill Record\" action=\"loadnamerecord\"/>
|
|
10
|
+
<button caption=\"Save Changes\" action=\"createnewnamerecord\"/>
|
|
11
|
+
<button caption=\"Clear\" action=\"clearnamescreendisplay\"/>
|
|
12
|
+
<button caption=\"Help\" action=\"runhelpwindowrwdaddresses\"/>
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
</horizontal>
|
|
18
|
+
<table>
|
|
19
|
+
<row> <p align=\"right\">FileName:</p> <text size=50 name=\"a_filename\"/> </row>
|
|
20
|
+
<row> <p align=\"right\">Contact Name:</p> <text size=70 name=\"a_name\"/> </row>
|
|
21
|
+
<row> <p align=\"right\">Address:</p> <text size=70 name=\"a_address\"/> </row>
|
|
22
|
+
<row> <p align=\"right\">CityStateZip:</p> <text size=70 name=\"a_citystatezip\"/> </row>
|
|
23
|
+
<row> <p align=\"right\">Phone:</p> <text size=70 name=\"a_phone\"/> </row>
|
|
24
|
+
<row> <p align=\"right\">Email:</p> <text size=70 name=\"a_email\"/> </row>
|
|
25
|
+
<row> <p align=\"right\">Comment1:</p> <text size=70 name=\"a_comment1\"/> </row>
|
|
26
|
+
<row> <p align=\"right\">Comment2:</p> <text size=70 name=\"a_comment2\"/> </row>
|
|
27
|
+
<row> <p align=\"right\">Comment3:</p> <text size=70 name=\"a_comment3\"/> </row>
|
|
28
|
+
|
|
29
|
+
</table>
|
|
30
|
+
<horizontal>
|
|
31
|
+
<button caption=\"Export vCard\" action=\"savevcardrecord\"/>
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
</horizontal>
|
|
35
|
+
<p>%extranamedatadisplay%</p>
|
|
36
|
+
<p>
|
|
37
|
+
<p>%createnewnamerecorddisplay%</p>
|
|
38
|
+
</tab>"
|
|
39
|
+
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
$rwdguivar=
|
|
2
|
+
"
|
|
3
|
+
<tab name=\"Viewvcardrecord\" caption=\"View vCard Record\">
|
|
4
|
+
|
|
5
|
+
<table>
|
|
6
|
+
<row> <p align=\"right\">Contact Name:</p> <text name=\"a_viewvcarddata\"/> </row>
|
|
7
|
+
|
|
8
|
+
</table>
|
|
9
|
+
|
|
10
|
+
<horizontal>
|
|
11
|
+
<button caption=\"Open\" action=\"viewvcarddata\"/>
|
|
12
|
+
<button caption=\"Help\" action=\"runhelpwindowrwdaddresses\"/>
|
|
13
|
+
|
|
14
|
+
</horizontal>
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
<table>
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
<p>%viewvcarddatadisplay%</p>
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
</table>
|
|
24
|
+
<horizontal>
|
|
25
|
+
<button caption=\"List vCard Records\" action=\"listvcardrecordfiles\"/>
|
|
26
|
+
</horizontal>
|
|
27
|
+
<p>%%listvcardrecordfilesresult%%</p>
|
|
28
|
+
|
|
29
|
+
</tab>"
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
$rwdguivar=
|
|
2
|
+
"
|
|
3
|
+
<tab name=\"contactutilitiesrwdaddresses\" caption=\"Contact Utilities\">
|
|
4
|
+
|
|
5
|
+
<table>
|
|
6
|
+
<row> <p align=\"right\">Contact Name:</p> <text name=\"a_viewnamedata\"/> </row>
|
|
7
|
+
<row> <p align=\"right\">New Name:</p> <text name=\"a_changenamedata\"/> </row>
|
|
8
|
+
|
|
9
|
+
</table>
|
|
10
|
+
|
|
11
|
+
<horizontal>
|
|
12
|
+
<button caption=\"Rename Record\" action=\"changenamedata\"/>
|
|
13
|
+
<button caption=\"Delete Record\" action=\"deletecontactrecord\"/>
|
|
14
|
+
</horizontal>
|
|
15
|
+
<table>
|
|
16
|
+
|
|
17
|
+
<row> <p align=\"right\">Photo Name:</p> <text name=\"a_tmpphotoname\"/> </row>
|
|
18
|
+
</table>
|
|
19
|
+
|
|
20
|
+
<horizontal>
|
|
21
|
+
<button caption=\"Attach Photo\" action=\"attachtmpcontactphoto\"/>
|
|
22
|
+
<button caption=\"Help\" action=\"runhelpwindowrwdaddresses\"/>
|
|
23
|
+
</horizontal>
|
|
24
|
+
|
|
25
|
+
<horizontal>
|
|
26
|
+
<button caption=\"List Contacts\" action=\"listnamerecordfiles\"/>
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
<button caption=\"List Photos\" action=\"viewtmpcontactphoto\"/>
|
|
30
|
+
</horizontal>
|
|
31
|
+
|
|
32
|
+
<p>%%listnamerecordfilesresult%%</p>
|
|
33
|
+
<p>%%listphotosfromtmp%%</p>
|
|
34
|
+
</tab>"
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
$rwdguivar=
|
|
2
|
+
"
|
|
3
|
+
<tab name=\"rwdaddessselectiontab\" caption=\"RwdAddresses 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,45 @@
|
|
|
1
|
+
$rwdguivar=
|
|
2
|
+
"
|
|
3
|
+
<tab name=\"rwdaddressessynctasks\" caption=\"Rwdaddresses Sync Functions\">
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
<table>
|
|
7
|
+
<row> <p align=\"right\"> </row>
|
|
8
|
+
<row> <p align=\"right\">Upload Contact records to a ftp server to sync </row>
|
|
9
|
+
|
|
10
|
+
<row> <p align=\"right\">Set your ftp details in the configuration file </row>
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
</table>
|
|
14
|
+
|
|
15
|
+
<horizontal>
|
|
16
|
+
<button caption=\"Download contact files from ftp site\" action=\"downloadrwdaddressfiles\"/>
|
|
17
|
+
<button caption=\"Upload contact files to ftp site\" action=\"uploadrwdaddressfiles\"/>
|
|
18
|
+
</horizontal>
|
|
19
|
+
<horizontal>
|
|
20
|
+
<button caption=\"Delete local update files\" action=\"deleterwdaddressesupdatefiles\"/>
|
|
21
|
+
<button caption=\"Help\" action=\"runhelpwindowrwdaddresses\"/>
|
|
22
|
+
|
|
23
|
+
</horizontal>
|
|
24
|
+
<p>%rwdaddressesftpdisplay%</p>
|
|
25
|
+
|
|
26
|
+
<table>
|
|
27
|
+
<row> <p align=\"right\"> </row>
|
|
28
|
+
|
|
29
|
+
</table>
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
<horizontal>
|
|
33
|
+
<button caption=\"Sync Local data with downloaded data\" action=\"syncrwdaddressdata\"/>
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
</horizontal>
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
<p>%rwdaddressessyncresult%</p>
|
|
41
|
+
|
|
42
|
+
</tab>"
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
$rwdguivar=
|
|
2
|
+
"
|
|
3
|
+
<tab name=\"diagnostictab\" caption=\"Diagnostic Tab\">
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
<table>
|
|
8
|
+
<row> <p> </row>
|
|
9
|
+
|
|
10
|
+
</table>
|
|
11
|
+
|
|
12
|
+
<horizontal>
|
|
13
|
+
<button caption=\"view platform\" action=\"runviewplatform\"/>
|
|
14
|
+
|
|
15
|
+
</horizontal>
|
|
16
|
+
|
|
17
|
+
<p>%platformdisplay%</p>
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
</tab>"
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
$rwdguivar=
|
|
2
|
+
"
|
|
3
|
+
<tab name=\"viewaddressesconfiguration\" caption=\"Rwdaddresses Configuration\">
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
<table>
|
|
8
|
+
<row> <p> </row>
|
|
9
|
+
<row> <p align=\"right\">You can view or edit the rwdaddresses configuration file here</row>
|
|
10
|
+
<row> <p> </row>
|
|
11
|
+
<horizontal>
|
|
12
|
+
<button caption=\"Fill Record\" action=\"loadrwdaddressesconfiguration\"/>
|
|
13
|
+
<button caption=\"Save Changes\" action=\"saverwdaddressesconfiguration\"/>
|
|
14
|
+
<button caption=\"Reload Variables\" action=\"loadrwdaddressesconfigurationvariables\"/>
|
|
15
|
+
<button caption=\"Help\" action=\"runhelpwindowrwdaddresses\"/>
|
|
16
|
+
</horizontal>
|
|
17
|
+
<table>
|
|
18
|
+
|
|
19
|
+
<row> <p align=\"right\">FileName:</p> <text name=\"a_adconfigurationfilename\"/> </row>
|
|
20
|
+
<row> <p align=\"right\">1:</p> <text size=70 name=\"a_adconfigline1\"/> </row>
|
|
21
|
+
<row> <p align=\"right\">2:</p> <text size=70 name=\"a_adconfigline2\"/> </row>
|
|
22
|
+
<row> <p align=\"right\">3:</p> <text size=70 name=\"a_adconfigline3\"/> </row>
|
|
23
|
+
<row> <p align=\"right\">4:</p> <text size=70 name=\"a_adconfigline4\"/> </row>
|
|
24
|
+
<row> <p align=\"right\">5:</p> <text size=70 name=\"a_adconfigline5\"/> </row>
|
|
25
|
+
<row> <p align=\"right\">6:</p> <text size=70 name=\"a_adconfigline6\"/> </row>
|
|
26
|
+
<row> <p align=\"right\">7:</p> <text size=70 name=\"a_adconfigline7\"/> </row>
|
|
27
|
+
<row> <p align=\"right\">8:</p> <text size=70 name=\"a_adconfigline8\"/> </row>
|
|
28
|
+
<row> <p align=\"right\">9:</p> <text size=70 name=\"a_adconfigline9\"/> </row>
|
|
29
|
+
<row> <p align=\"right\">10:</p> <text size=70 name=\"a_adconfigline10\"/> </row>
|
|
30
|
+
<row> <p align=\"right\">11:</p> <text size=70 name=\"a_adconfigline11\"/> </row>
|
|
31
|
+
<row> <p align=\"right\">12:</p> <text size=70 name=\"a_adconfigline12\"/> </row>
|
|
32
|
+
<row> <p align=\"right\">13:</p> <text size=70 name=\"a_adconfigline13\"/> </row>
|
|
33
|
+
<row> <p align=\"right\">14:</p> <text size=70 name=\"a_adconfigline14\"/> </row>
|
|
34
|
+
<row> <p align=\"right\">15:</p> <text size=70 name=\"a_adconfigline15\"/> </row>
|
|
35
|
+
<row> <p align=\"right\">16:</p> <text size=70 name=\"a_adconfigline16\"/> </row>
|
|
36
|
+
<row> <p align=\"right\">17:</p> <text size=70 name=\"a_adconfigline17\"/> </row>
|
|
37
|
+
<row> <p align=\"right\">18:</p> <text size=70 name=\"a_adconfigline18\"/> </row>
|
|
38
|
+
<row> <p align=\"right\">19:</p> <text size=70 name=\"a_adconfigline19\"/> </row>
|
|
39
|
+
|
|
40
|
+
</table>
|
|
41
|
+
<p>%extraadconfigdatadisplay%</p>
|
|
42
|
+
<p>
|
|
43
|
+
<p>%newadconfigurationresult%</p>
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
</tab>"
|
|
@@ -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,23 @@
|
|
|
1
|
+
$rwdguivar=
|
|
2
|
+
"
|
|
3
|
+
<tab name=\"rwdfcalc\" caption=\"Float Calc\">
|
|
4
|
+
<table>
|
|
5
|
+
<row> <p align=\"right\">First number:</p> <text name=\"a_fcalc\"/> </row>
|
|
6
|
+
<row> <p align=\"right\">Second number:</p> <text name=\"b_fcalc\"/> </row>
|
|
7
|
+
</table>
|
|
8
|
+
<p>%fresult%</p>
|
|
9
|
+
<horizontal>
|
|
10
|
+
<button caption=\"Add\" action=\"frwdadd\"/>
|
|
11
|
+
<button caption=\"Subtract\" action=\"frwdsubtract\"/>
|
|
12
|
+
|
|
13
|
+
<button caption=\"Multiply\" action=\"frwdmultiply\"/>
|
|
14
|
+
<button caption=\"Divide\" action=\"frwddivide\"/>
|
|
15
|
+
</horizontal>
|
|
16
|
+
<horizontal>
|
|
17
|
+
<button caption=\"Clear Tape\" action=\"frwdcleartape\"/>
|
|
18
|
+
</horizontal>
|
|
19
|
+
<p>%frunningtape%
|
|
20
|
+
</tab>"
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
$rwdguivar=
|
|
2
|
+
"
|
|
3
|
+
<tab name=\"rwdcalc\" caption=\"Int Calc\">
|
|
4
|
+
<table>
|
|
5
|
+
<row> <p align=\"right\">First number:</p> <text name=\"a_calc\"/> </row>
|
|
6
|
+
<row> <p align=\"right\">Second number:</p> <text name=\"b_calc\"/> </row>
|
|
7
|
+
</table>
|
|
8
|
+
<p>%result%</p>
|
|
9
|
+
<horizontal>
|
|
10
|
+
<button caption=\"Add\" action=\"rwdadd\"/>
|
|
11
|
+
<button caption=\"Subtract\" action=\"rwdsubtract\"/>
|
|
12
|
+
|
|
13
|
+
<button caption=\"Multiply\" action=\"rwdmultiply\"/>
|
|
14
|
+
<button caption=\"Divide\" action=\"rwddivide\"/>
|
|
15
|
+
</horizontal>
|
|
16
|
+
<horizontal>
|
|
17
|
+
<button caption=\"Clear Tape\" action=\"rwdcleartape\"/>
|
|
18
|
+
</horizontal>
|
|
19
|
+
<p>%runningtape%
|
|
20
|
+
</tab>"
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
$rwdguivar=
|
|
2
|
+
"
|
|
3
|
+
<tab name=\"mathcommands\" caption=\"Math Tools\">
|
|
4
|
+
<horizontal>
|
|
5
|
+
<p>Input A: <text name=\"a_mathtoola\"/> </p>
|
|
6
|
+
<p>Input B: <text name=\"a_mathtoolb\"/> </p>
|
|
7
|
+
</horizontal>
|
|
8
|
+
<horizontal>
|
|
9
|
+
<button caption=\"Help\" action=\"runhelpwindowrwdcalc\"/>
|
|
10
|
+
</horizontal>
|
|
11
|
+
<p>%viewgemcommandresult%</p>
|
|
12
|
+
<horizontal>
|
|
13
|
+
<button caption=\"Show Math Command Choices\" action=\"showmathcommandoptions\"/>
|
|
14
|
+
|
|
15
|
+
</horizontal>
|
|
16
|
+
<table>
|
|
17
|
+
<select name=\"a_mathcommandinput\"> %%mathcommandoptions%% </select>
|
|
18
|
+
|
|
19
|
+
</table>
|
|
20
|
+
<horizontal>
|
|
21
|
+
<button caption=\"Run Command\" action=\"runmathcommand\"/>
|
|
22
|
+
|
|
23
|
+
</horizontal>
|
|
24
|
+
<p>%mathcommandresult%</p>
|
|
25
|
+
</tab>"
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
$rwdguivar=
|
|
2
|
+
"
|
|
3
|
+
<tab name=\"calcscriptlister\" caption=\"List\\Run Scripts\">
|
|
4
|
+
<horizontal>
|
|
5
|
+
<text name=\"a_calcnumx\"/>
|
|
6
|
+
<text name=\"a_calcnumy\"/>
|
|
7
|
+
</horizontal>
|
|
8
|
+
<table>
|
|
9
|
+
<row> <p align=\"right\">Script Name:</p> <text name=\"a_calcscriptcmd\"/> </row>
|
|
10
|
+
|
|
11
|
+
</table>
|
|
12
|
+
|
|
13
|
+
<horizontal>
|
|
14
|
+
<button caption=\"Execute\" action=\"playcalcscript\"/>
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
</horizontal>
|
|
18
|
+
<p>%playcalcscript_display%</p>"
|
|
19
|
+
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
$rwdguivar=
|
|
2
|
+
"
|
|
3
|
+
<table>
|
|
4
|
+
<row> <p align=\"right\">ScriptName:</p> <text name=\"a_calcscriptfilename\"/> </row>
|
|
5
|
+
|
|
6
|
+
</table>
|
|
7
|
+
|
|
8
|
+
<horizontal>
|
|
9
|
+
<button caption=\"ViewScript\" action=\"viewcalcscript\"/>
|
|
10
|
+
<button caption=\"Help\" action=\"runhelpwindowrwdcalc\"/>
|
|
11
|
+
|
|
12
|
+
</horizontal>
|
|
13
|
+
<p>%displayscripttext%</p>
|
|
14
|
+
|
|
15
|
+
<horizontal>
|
|
16
|
+
|
|
17
|
+
<button caption=\"ListFiles\" action=\"listcalcscripts\"/>
|
|
18
|
+
<button caption=\"Cancel\" action=\"main\"/>
|
|
19
|
+
|
|
20
|
+
</horizontal>
|
|
21
|
+
<p>%%listcalcscriptresult%%</p>
|
|
22
|
+
</tab>"
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
$rwdguivar=
|
|
2
|
+
"
|
|
3
|
+
<tab name=\"editeventrecordfile\" caption=\"Edit Script\">
|
|
4
|
+
<table>
|
|
5
|
+
<row> <p> </row>
|
|
6
|
+
<row> <p align=\"right\">You can create a new record here or edit one</row>
|
|
7
|
+
<row> <p> </row>
|
|
8
|
+
<horizontal>
|
|
9
|
+
<button caption=\"Fill Record\" action=\"loadcalcscriptrecord\"/>
|
|
10
|
+
<button caption=\"Save Changes\" action=\"savecalcrecord\"/>
|
|
11
|
+
<button caption=\"Clear\" action=\"clearcalcscreendisplay\"/>
|
|
12
|
+
<button caption=\"Help\" action=\"runhelpwindowrwdcalc\"/>
|
|
13
|
+
</horizontal>
|
|
14
|
+
<horizontal>
|
|
15
|
+
<row> <p align=\"right\">FileName:</p>
|
|
16
|
+
<text name=\"a_calcscriptfilename\"/>
|
|
17
|
+
</horizontal>
|
|
18
|
+
<table>
|
|
19
|
+
<textarea name=\"a_calcscriptrecord\"/> </row>
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
</table>
|
|
23
|
+
|
|
24
|
+
<p>
|
|
25
|
+
<p>%neweventresult%</p>
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
</tab>"
|
|
30
|
+
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
$rwdguivar=
|
|
2
|
+
"
|
|
3
|
+
<tab name=\"scriptutilitiesrwdshell\" caption=\"Script Utilities\">
|
|
4
|
+
|
|
5
|
+
<table>
|
|
6
|
+
<row> <p align=\"right\">Script Title:</p> <text name=\"a_calcscriptfilename\"/> </row>
|
|
7
|
+
<row> <p align=\"right\">New Name:</p> <text name=\"a_changecalcscriptname\"/> </row>
|
|
8
|
+
|
|
9
|
+
</table>
|
|
10
|
+
|
|
11
|
+
<horizontal>
|
|
12
|
+
<button caption=\"Rename Script \" action=\"changecalcscriptname\"/>
|
|
13
|
+
<button caption=\"Delete Script\" action=\"deletecalcscriptrecord\"/>
|
|
14
|
+
<button caption=\"Help\" action=\"runhelpwindowrwdcalc\"/>
|
|
15
|
+
</horizontal>
|
|
16
|
+
|
|
17
|
+
<p>%%calcscriptfilechangeresult%%</p>
|
|
18
|
+
<horizontal>
|
|
19
|
+
<button caption=\"List Scripts\" action=\"listcalcscripts\"/>
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
</horizontal>
|
|
23
|
+
|
|
24
|
+
<p>%%listcalcscriptresult%%</p>
|
|
25
|
+
</tab>"
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
$rwdguivar=
|
|
2
|
+
"
|
|
3
|
+
<tab name=selectiontab caption=\"Selection Tab\">
|
|
4
|
+
<horizontal>
|
|
5
|
+
<button caption=\"Show Jump Links\" action=\"showjumplinkoptions\"/>
|
|
6
|
+
|
|
7
|
+
</horizontal>
|
|
8
|
+
<table>
|
|
9
|
+
<select name=\"a_jumplinkinput\"> %%jumplinkoptions%% </select>
|
|
10
|
+
|
|
11
|
+
</table>
|
|
12
|
+
|
|
13
|
+
<horizontal>
|
|
14
|
+
<button caption=\"Jump to Application Location\" action=\"runjumplinkcommand\"/>
|
|
15
|
+
</horizontal>
|
|
16
|
+
</tab>
|
|
17
|
+
"
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
$rwdguivar=
|
|
2
|
+
"
|
|
3
|
+
<tab name=\"rwdrubyscriptlister\" caption=\"List\\Run Ruby Scripts\">
|
|
4
|
+
<horizontal>
|
|
5
|
+
<text name=\"a_rwdrubyx\"/>
|
|
6
|
+
<text name=\"a_rwdrubyy\"/>
|
|
7
|
+
</horizontal>
|
|
8
|
+
<table>
|
|
9
|
+
<row> <p align=\"right\">Script Name:</p> <text name=\"a_rubyscriptcmd\"/> </row>
|
|
10
|
+
|
|
11
|
+
</table>
|
|
12
|
+
|
|
13
|
+
<horizontal>
|
|
14
|
+
<button caption=\"Execute\" action=\"playrubyscript\"/>
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
</horizontal>
|
|
18
|
+
<p>%playrubyscript_display%</p>"
|
|
19
|
+
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
$rwdguivar=
|
|
2
|
+
"
|
|
3
|
+
<table>
|
|
4
|
+
<row> <p align=\"right\">ScriptName:</p> <text name=\"a_rubyscriptfilename\"/> </row>
|
|
5
|
+
|
|
6
|
+
</table>
|
|
7
|
+
|
|
8
|
+
<horizontal>
|
|
9
|
+
<button caption=\"ViewScript\" action=\"viewrubyscript\"/>
|
|
10
|
+
<button caption=\"Help\" action=\"runhelpwindowrwdshell\"/>
|
|
11
|
+
|
|
12
|
+
</horizontal>
|
|
13
|
+
<p>%displayrubyscripttext%</p>
|
|
14
|
+
|
|
15
|
+
<horizontal>
|
|
16
|
+
|
|
17
|
+
<button caption=\"ListFiles\" action=\"listrubyscripts\"/>
|
|
18
|
+
<button caption=\"Cancel\" action=\"main\"/>
|
|
19
|
+
|
|
20
|
+
</horizontal>
|
|
21
|
+
<p>%%listrubyscriptresult%%</p>
|
|
22
|
+
</tab>"
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
$rwdguivar=
|
|
2
|
+
"
|
|
3
|
+
<tab name=\"editrubyrecordfile\" caption=\"Edit Script\">
|
|
4
|
+
<table>
|
|
5
|
+
<row> <p> </row>
|
|
6
|
+
<row> <p align=\"right\">:You can create a new record here or edit one</row>
|
|
7
|
+
<row> <p> </row>
|
|
8
|
+
<horizontal>
|
|
9
|
+
<button caption=\"Fill Record\" action=\"loadrubyscriptrecord\"/>
|
|
10
|
+
<button caption=\"Save Changes\" action=\"saverubyrecord\"/>
|
|
11
|
+
<button caption=\"Clear\" action=\"clearrubyscreendisplay\"/>
|
|
12
|
+
<button caption=\"Help\" action=\"runhelpwindowrwdshell\"/>
|
|
13
|
+
</horizontal>
|
|
14
|
+
<horizontal>
|
|
15
|
+
<row> <p align=\"right\">FileName:</p>
|
|
16
|
+
<text name=\"a_rubyscriptfilename\"/>
|
|
17
|
+
</horizontal>
|
|
18
|
+
<table>
|
|
19
|
+
<textarea name=\"a_rubyscriptrecord\"/> </row>
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
</table>
|
|
23
|
+
|
|
24
|
+
<p>
|
|
25
|
+
<p>%newrubyresult%</p>
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
</tab>"
|
|
30
|
+
|