Stringscan

Check-in [753191e484]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Tweaks for softwareupdate library
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 753191e484e2bfb3cd0234a507b1638f6ded08d7f71788c2e7c642bf53ea718c
User & Date: kevin 2018-05-22 12:29:29
Context
2018-05-26
18:54
Re-work search algorithm check-in: 4f0e359102 user: kevin tags: trunk
2018-05-22
12:29
Tweaks for softwareupdate library check-in: 753191e484 user: kevin tags: trunk
12:28
Tweaks for softwareupdate library check-in: 07c65e8aea user: kevin tags: trunk
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to stringscan.rb.

1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
    :icon => 'info', :title => 'About Stringscan',
    :detail  => "Version 2.0\n(c) 2018 WordTech Communications LLC",
    :parent => $root
end

#check version of installed software
def checkUpdate 
    Tk.tk_call('softwareupdate::setIcon', $icon)
    Tk.tk_call('softwareupdate::checkVersion', $appname, $appversion)
end

#check version of installed software
def getReg
    Tk.tk_call('regproc::getReg')
end







|







1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
    :icon => 'info', :title => 'About Stringscan',
    :detail  => "Version 2.0\n(c) 2018 WordTech Communications LLC",
    :parent => $root
end

#check version of installed software
def checkUpdate 
    Tk.tk_call('softwareupdate::setIcon', $winicon)
    Tk.tk_call('softwareupdate::checkVersion', $appname, $appversion)
end

#check version of installed software
def getReg
    Tk.tk_call('regproc::getReg')
end