[Pharo-project] [COTDC] - 23 PopupChoiceDialogWindowWithMessage
Today: PopupChoiceDialogWindowWithMessage (with proper subject) Comment Of The Day Contest - One Day One Comment Rules: #1: Each day a not commented class is elected. Each day the best comment will be integrated with name of the author(s). #2: If you cannot comment it, deprecate it. Results: http://code.google.com/p/pharo/wiki/CommentOfTheDayContest Laurent
I've tried: PopupChoiceDialogWindowWithMessage new title: 'I''m a popup'; message: 'Hello world'; labels: #(one two free); lines: #('I love' 'poping' 'everywhere'); openInWorld. but some MNU .... someone know how to use it ? Laurent On Wed, Mar 2, 2011 at 8:03 PM, laurent laffont <laurent.laffont@gmail.com>wrote:
Today: PopupChoiceDialogWindowWithMessage
(with proper subject)
Comment Of The Day Contest - One Day One Comment Rules: #1: Each day a not commented class is elected. Each day the best comment will be integrated with name of the author(s). #2: If you cannot comment it, deprecate it. Results: http://code.google.com/p/pharo/wiki/CommentOfTheDayContest
Laurent
I'm a dialog which ask the user to select a element in a list. See me in action: UIManager default inform: (UIManager default chooseFrom: #(one two three) values: #('1' '2' '3') message: 'Select one' title: 'PopupChoiceDialogWindowWithMessage example') Laurent Laffont - @lolgzs <http://twitter.com/#!/lolgzs> Pharo Smalltalk Screencasts: http://www.pharocasts.com/ Blog: http://magaloma.blogspot.com/ On Thu, Mar 3, 2011 at 6:26 PM, laurent laffont <laurent.laffont@gmail.com>wrote:
I've tried:
PopupChoiceDialogWindowWithMessage new title: 'I''m a popup'; message: 'Hello world'; labels: #(one two free); lines: #('I love' 'poping' 'everywhere'); openInWorld.
but some MNU .... someone know how to use it ?
Laurent
On Wed, Mar 2, 2011 at 8:03 PM, laurent laffont <laurent.laffont@gmail.com
wrote:
Today: PopupChoiceDialogWindowWithMessage
(with proper subject)
Comment Of The Day Contest - One Day One Comment Rules: #1: Each day a not commented class is elected. Each day the best comment will be integrated with name of the author(s). #2: If you cannot comment it, deprecate it. Results: http://code.google.com/p/pharo/wiki/CommentOfTheDayContest
Laurent
participants (1)
-
laurent laffont