On Wed, 12 Jan 2005 23:39:10 +0100, Günther Schmidt <
[hidden email]>
wrote:
> Hi,
>
> thanks to Ted Brecht I managed to implement a simple D&D from a
> ListPresenter with a single selection onto another object.
>
> Now I'd need some help how to do D&D from the same ListPresenter with
> multiple selected objects.
>
> I've managed to switch the ListPresenter's view to "Multiple selection
> enhanced ..." and that part works fine (except maybe for a "select all").
>
> But the D&D part doesn't there always seems to be only one
> InternalDragDropObject.
One way would be to simply use ListPresenter#selection/#selections and
populate the InternalDragDropObject using that.
--
Regards
HweeBoon
MotionObj