Hi Brendan,
after some debugging with your application (only a little revised) I
have many doubt ... of course this is not a simple thing to fix, but I
think it's something related on how you link the two tables (and
related data) in your code.
First a small thing:
if in your file "cellsTagPane.bxml" I change (near line 50)
<TablePane.Row height="-1">
to
<TablePane.Row height="200">
now I see all rows in the right way, but if I click/double-click
bottom the data rows I get some exceptions due to inconsistent row
numbering, probably due to incongruency between the two tables ...
anyway I'm doing some fixes to avoid these exceptions.
Really I tried many times debugging your code, but could be something
too much specific.
I think that we should start from simple cases made from scratch. I'll
commit asap some new bxml files (under tests) to show/discuss this,
but currently with them I see the right behaviour.
The drag and drop is another issue, do you need to have drag and drop
in all table rows (and not only in table header) ?
It would be better to test/discuss it in another mail thread (and
maybe with a JIRA issue), otherwise things get too much confused here
...
In Pivot we can see what to do/how if two tables need to be linked to
visually seem only one, but this is another feature ...
What do you think ?
Bye,
Sandro