Dmitry,
> Yes, I mean a list presenter that allows the items to be edited. In-place
> and multi-columns. I don't want additional dialogs to edit list items.
>
> I can change ListPresenter the way like this:
> ListPresenter>>onLabelOf: anObject editedTo: text
> ( anObject isKindOf: String ) ifTrue: [ anObject oneWayBecome: text ].
> ^self view onLabelOf: anObject editedTo: text
>
> But it not right way, I'm sure. I need something like Grid(?)Presenter.
You probably will need to go to an ActiveX control of some type; the
AXControlBrowser will allow you to easily experiment within Dolphin.
Have a good one,
Bill
--
Wilhelm K. Schwab, Ph.D.
[hidden email]