[squeak-dev] Re: The Trunk: ToolBuilder-Morphic-mt.176.mcz

marcel.taeumel Marcel.Taeumel at hpi.de
Mon Aug 1 12:07:14 UTC 2016


Here is some explanation:
<http://forum.world.st/file/n4908989/list-chooser-squeak.png> 

You can filter all these dialogs by just typing something and then pressing
<return> or <enter> or double-clicking some element in the list.

UIManager default chooseFrom: (Smalltalk classNames first: 7).
UIManager default chooseFrom: (Smalltalk classNames first: 8).
UIManager default chooseFrom: (Smalltalk classNames).

We need this button-only dialog because there is much code doing this:

UIManager default chooseFrom: #(yes no cancel).

<http://forum.world.st/file/n4908989/list-chooser-squeak-2.png> 

Instead of asking for a confirmation dialog. I hope this works for
everybody. I terms of modality and visual consistency, I am strongly against
(mis)using pop-up menus for this choosing task in the future.

Best,
Marcel



--
View this message in context: http://forum.world.st/The-Trunk-ToolBuilder-Morphic-mt-176-mcz-tp4908988p4908989.html
Sent from the Squeak - Dev mailing list archive at Nabble.com.


More information about the Squeak-dev mailing list