Status: New Owner: alexandr...@gmail.com CC: usman.bh...@gmail.com Labels: Type-Defect Priority-Medium Component-Roassal
New issue 911 by usman.bh...@gmail.com: Nested nodes in Roassal take too long http://code.google.com/p/moose-technology/issues/detail?id=911
Try this script for creating nested nodes in Roassal. The execution seems to never return. The behavior is similar with both Mondrian DSL or Roassal API.
view := ROMondrianViewBuilder new. view shape rectangle withoutBorder. view node:#aaa forIt:[ view shape rectangle. view nodes: (1 to: 10000). view gridLayout. ].
view shape rectangle withoutBorder. view node:#bbb forIt:[ view shape rectangle. view nodes: (1 to: 1000). view gridLayout. ].
view verticalLineLayout.
view open
Comment #1 on issue 911 by alexandr...@gmail.com: Nested nodes in Roassal take too long http://code.google.com/p/moose-technology/issues/detail?id=911
Hi!
Last week JuanPablo and I have investigated this. We have a fix, however I am currently on holidays. I should be able to commit on feb 25.
Cheers
Comment #2 on issue 911 by tu...@tudorgirba.com: Nested nodes in Roassal take too long http://code.google.com/p/moose-technology/issues/detail?id=911
What is the status here?
Updates: Status: Fixed Labels: -Priority-Medium Priority-High
Comment #3 on issue 911 by alexandr...@gmail.com: Nested nodes in Roassal take too long http://code.google.com/p/moose-technology/issues/detail?id=911
I thought we addressed this, but actually no. I have just fixed this problem. Doiting the code Usman gave is really fast in version 1.344 of Roassal