Issue 911 in moose-technology: Nested nodes in Roassal take too long

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 911 in moose-technology: Nested nodes in Roassal take too long

moose-technology
Status: New
Owner: [hidden email]
CC: [hidden email]
Labels: Type-Defect Priority-Medium Component-Roassal

New issue 911 by [hidden email]: 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


_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 911 in moose-technology: Nested nodes in Roassal take too long

moose-technology

Comment #1 on issue 911 by [hidden email]: 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

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 911 in moose-technology: Nested nodes in Roassal take too long

moose-technology

Comment #2 on issue 911 by [hidden email]: Nested nodes in Roassal  
take too long
http://code.google.com/p/moose-technology/issues/detail?id=911

What is the status here?

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 911 in moose-technology: Nested nodes in Roassal take too long

moose-technology
Updates:
        Status: Fixed
        Labels: -Priority-Medium Priority-High

Comment #3 on issue 911 by [hidden email]: 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

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev