Sorry, a little thing:
I'm not saying that your code is bugged, but only that we have to look
better at it, but starting from a simpler case.
It's possible that we discovered some condition that we now must be able to
better understand for the fixes.

Waiting for feedback.
Sandro
 Il giorno 28/gen/2013 17:16, "Sandro Martini" <[email protected]>
ha scritto:

> 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
>

Reply via email to