Stringscan

Check-in [fadc0bf21b]
Login

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

Overview
Comment:Further tweaks of comments
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: fadc0bf21b219cf8a1a596dcd6c291136f4f813739ca38c30dad1addc502bc19
User & Date: kevin 2017-06-25 02:51:12
Context
2017-07-07
04:04
Add fullscreen API for Mac check-in: 72f32b3a09 user: kevin tags: trunk
2017-06-25
02:51
Further tweaks of comments check-in: fadc0bf21b user: kevin tags: trunk
2017-06-24
22:41
Further refinements check-in: a650365576 user: kevin tags: trunk
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to stringscan.rb.

164
165
166
167
168
169
170

171
172
173
174
175
176
177
178
	if $platform != 'aqua'
		$helpmenu.add :command, :label => 'About Stringscan', :command=> proc{aboutWindow}
		$helpmenu.add :command, :label => 'License', :command=>proc{getReg}
		$helpmenu.add :command, :label=>'Check for Updates', :command=>proc{checkUpdate}
			end
	$root['menu'] = $menubar
	$mainframe = Tk::Tile::Frame.new($root).pack('side' => 'top','fill' => 'both','expand' => 'yes')

		#button frame and buttons
	$buttonframe = Tk::Tile::Frame.new($mainframe){padding 2}.pack('side' => 'top','fill' => 'both','expand' => 'no')
	$choosebutton = Tk::Tile::Button.new($buttonframe) {
		image $folderimage
		takefocus 0
		padding 5
		command  proc{
			$dirname = Tk::chooseDirectory('initialdir'=>Dir.home, 'parent'=>$root)







>
|







164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
	if $platform != 'aqua'
		$helpmenu.add :command, :label => 'About Stringscan', :command=> proc{aboutWindow}
		$helpmenu.add :command, :label => 'License', :command=>proc{getReg}
		$helpmenu.add :command, :label=>'Check for Updates', :command=>proc{checkUpdate}
			end
	$root['menu'] = $menubar
	$mainframe = Tk::Tile::Frame.new($root).pack('side' => 'top','fill' => 'both','expand' => 'yes')
	
	#button frame and buttons
	$buttonframe = Tk::Tile::Frame.new($mainframe){padding 2}.pack('side' => 'top','fill' => 'both','expand' => 'no')
	$choosebutton = Tk::Tile::Button.new($buttonframe) {
		image $folderimage
		takefocus 0
		padding 5
		command  proc{
			$dirname = Tk::chooseDirectory('initialdir'=>Dir.home, 'parent'=>$root)