Issue 892 in moose-technology: Roassal does not render properly on update

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

Issue 892 in moose-technology: Roassal does not render properly on update

moose-technology
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium Component-Glamour Milestone-4.7

New issue 892 by [hidden email]: Roassal does not render properly on  
update
http://code.google.com/p/moose-technology/issues/detail?id=892

  browser := GLMWrapper new.
browser show: [:a|
                 a roassal
                         title: 'Patterns';
                                act: [:roassal | roassal update ] icon: GLMUIThemeExtraIcons  
glamorousRefresh entitled: 'Update';
                         painting: [:view :collection |
                                        view nodes: collection.
                                        view edgesFrom: [:x | x // 2].
                                        view treeLayout
                     ]
     ].
browser openOn: (1 to: 100)

_______________________________________________
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 892 in moose-technology: Roassal does not render properly on update

moose-technology
Updates:
        Status: Fixed
        Owner: [hidden email]

Comment #1 on issue 892 by [hidden email]: Roassal does not render  
properly on update
http://code.google.com/p/moose-technology/issues/detail?id=892

Fixed

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev