[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools.gef] DND and FlowLayout
|
- From: Marco Lehmann <marco.lehmann@xxxxxx>
- Date: Wed, 01 Mar 2006 08:31:16 +0100
- Newsgroups: eclipse.tools.gef
- Organization: EclipseCorner
- User-agent: Thunderbird 1.5 (Windows/20051201)
Hi folks,
I have a problem with DND and FlowLayout. I use FlowLayout to layout
some components in a container vertically. DND works as expected (I can
move components within the container). But my components in the
container must not have any space between each other. So I set the minor
spacing to 0. Now there is no visual insertion feedback during DND anymore.
I imagine that there must be some container look-through to the
components (that's why the gap?) to catch mouse events and show the
insertion feedback (horizontal line).
Is there a clean solution for DND without any space between my
components or am I missing something.
TIA,
Marco