Hi,
I refactor the logic of translateTo: and translateBy: in Mondrian. Now translateTo: moves the element to the position by just delegating to translateBy: with the difference from the current position.
I also added translateBy:bounded: to distinguish between the use case of limiting the space when draggin and droping, while allowing it to position anywhere during lay out.
This was important because I also upgraded a bit the DominanceTreeLayout to position each level at the same y position so that we can finally distinguish layers. I am saying finally because this was always the goal of this layout :).
All tests are green, but in case you encounter problems, please let me know.
Cheers, Doru
-- www.tudorgirba.com
"Every now and then stop and ask yourself if the war you're fighting is the right one."
Thanks Doru,
That was on my todo list for long.
Cheers, Alexandre
On 12 Feb 2010, at 22:00, Tudor Girba wrote:
Hi,
I refactor the logic of translateTo: and translateBy: in Mondrian. Now translateTo: moves the element to the position by just delegating to translateBy: with the difference from the current position.
I also added translateBy:bounded: to distinguish between the use case of limiting the space when draggin and droping, while allowing it to position anywhere during lay out.
This was important because I also upgraded a bit the DominanceTreeLayout to position each level at the same y position so that we can finally distinguish layers. I am saying finally because this was always the goal of this layout :).
All tests are green, but in case you encounter problems, please let me know.
Cheers, Doru
-- www.tudorgirba.com
"Every now and then stop and ask yourself if the war you're fighting is the right one."
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev