ListEditPresenter for Dolphin Smalltalk

4-23-2001 Release 2

This is FREE code.  I posted this last month when I was having a problem with it.  I have since fixed the problem, so the code should work as expected.  Let me know if there are any bugs.

I have implemented the beginnings of a what seems to be a rather nice ListEditPresenter.  The intent is to have a list with two columns.  One column is a primary key that can not be edited.  The second column is a TexEdit.  Obviously it is scrollable and keeps track of the current selection.  The model is a collection of Associations wrapped in a ListModel.


The ListEditPresenter in action

This is an experimental implementation, and the code is not particularly well refined.  It is just a test to see what I can do.  I plan to expand upon it once I know it is practical approach that can work.

Standard disclaimers apply.  Use at your own risk.

This link includes the package as well as a sample work space: Download the code in a ZIP file (5k)

Christopher J. Demers