gaaah, also needs:<br>ToolBuilder-Kernel-MAD.33<br>ToolBuilder-Morphic-MAD.52<br><br>both also in Inbox<br><br><div class="gmail_quote">On 14 March 2010 16:32, Michael Davies <span dir="ltr">&lt;<a href="mailto:mykdavies%2Bsqueak@gmail.com">mykdavies+squeak@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">I&#39;ve posted a new version of the ListChooser (now called NewListChooser just to confuse you all) to <a href="http://bugs.squeak.org/view.php?id=7478" target="_blank">http://bugs.squeak.org/view.php?id=7478</a>. (also attached).<br>
<br>
It&#39;s now based on ToolBuilder, which means there&#39;s a dependency on Morphic-MAD.381 which is currently in the Inbox.<br><br>It should work happily with many more types of Collections.<br>It allows you to specify whether you want the index or the value of the selected item. <br>

If you&#39;re after the item, you can allow the user to submit a new value not in the list.<br><br>There&#39;s a horrible piece of code in #buildWith: to allow me to connect with the morphs generated by ToolBuilder:<br>    searchMorph := window submorphs detect: <br>

        [ :each | each isKindOf: PluggableTextMorph ].<br>Is there a nicer way of doing this?<br><br><br>
</blockquote></div><br>