Drag And Drop

Hi all...

I am running in some very big problems. Look:

|----------|-------
||------| | pane
||Table| |
||------| |
| |
|---------|-------

So i have a splitpane and a Table... DroptTarget is Pane at the other side of the SplitPane seperator. and the sources are in the table... if i want to do dnd now scroll bars extending in the table when i move with the mouse... this is not the biggest problem, but the selected component can not cross the seperator.. what to do?

Thanks,
AC

I haven't played much with the dng support, but it seems that what you are trying to do is kinda impossible, since the elements of the table are "caged" inside the first SplitPane part.
Do you really need a SplitPane? Can't you put a Row?

See ya.

austriancoder wrote:

Hi all...

I am running in some very big problems. Look:

|----------|-------
||------| | pane
||Table| |
||------| |
| |
|---------|-------

So i have a splitpane and a Table... DroptTarget is Pane at the other side of the SplitPane seperator. and the sources are in the table... if i want to do dnd now scroll bars extending in the table when i move with the mouse... this is not the biggest problem, but the selected component can not cross the seperator.. what to do?

Thanks,
AC

Nicky Ramone wrote:

I haven't played much with the dng support, but it seems that what you are trying to do is kinda impossible, since the elements of the table are "caged" inside the first SplitPane part.
Do you really need a SplitPane? Can't you put a Row?

See ya.

Hmm.. i am not allowed to add a Pane to a Row, this is why i am using SplitPanes...