[Pkg] The Trunk: ToolBuilder-MVC-dtl.37.mcz

commits at source.squeak.org commits at source.squeak.org
Sun Mar 29 18:19:15 UTC 2015


David T. Lewis uploaded a new version of ToolBuilder-MVC to project The Trunk:
http://source.squeak.org/trunk/ToolBuilder-MVC-dtl.37.mcz

==================== Summary ====================

Name: ToolBuilder-MVC-dtl.37
Author: dtl
Time: 29 March 2015, 2:19:13.638 pm
UUID: 06a0a625-135c-4d86-a6d7-b21895f441f7
Ancestors: ToolBuilder-MVC-dtl.36

Add missing implementation of #confirm:trueChoice:falseChoice: for MVC

=============== Diff against ToolBuilder-MVC-dtl.36 ===============

Item was added:
+ ----- Method: MVCUIManager>>confirm:trueChoice:falseChoice: (in category 'ui requests') -----
+ confirm: queryString trueChoice: trueChoice falseChoice: falseChoice 
+ 	"Put up a yes/no menu with caption queryString. The actual wording for the two choices will be as provided in the trueChoice and falseChoice parameters. Answer true if the response is the true-choice, false if it's the false-choice.
+ 	This is a modal question -- the user must respond one way or the other."
+ 	^PopUpMenu confirm: queryString trueChoice: trueChoice falseChoice: falseChoice!



More information about the Packages mailing list