<html>
<head>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
</head>
<body style='FONT:10pt Courier New; COLOR:#000000; background:#ffffff;'><DIV><SPAN id=attcinfo>Hi Andrew,</SPAN></DIV>
<DIV><SPAN></SPAN>&nbsp;</DIV>
<DIV><SPAN>I think you should'nt work directly with the PluggableListMorph. </SPAN></DIV>
<DIV><SPAN>Here an example from my own application: </SPAN></DIV>
<DIV><SPAN></SPAN>&nbsp;</DIV>
<DIV><SPAN>planningWidget<BR>&nbsp;^ PluggableListMorph<BR>&nbsp;&nbsp;on: self<BR>&nbsp;&nbsp;list: #orderList<BR>&nbsp;&nbsp;selected: #orderListIndex<BR>&nbsp;&nbsp;changeSelected: #orderListIndex:<BR>&nbsp;&nbsp;menu: #orderListMenue:<BR>&nbsp;&nbsp;keystroke: nil</SPAN></DIV>
<DIV><SPAN></SPAN>&nbsp;</DIV>
<DIV><SPAN>The #orderListIndex: is an accessor to the instance variable orderListIndex. When you use the #listOrderIndex: 0 you have to tell your ui something was changed. These you can do with&nbsp; self changed: #orderListIndex. </SPAN></DIV>
<DIV><SPAN>It works in my application.</SPAN></DIV>
<DIV><SPAN></SPAN>&nbsp;</DIV>
<DIV><SPAN>Hope this helps.</SPAN></DIV>
<DIV><SPAN></SPAN>&nbsp;</DIV>
<DIV><SPAN>Cheers,</SPAN></DIV>
<DIV><SPAN>&nbsp; Frank</SPAN></DIV></body></html>