Hi Alexandre, 

I think that more than a fix is a patch, 

however, this is what I did (in case someone has the same problem)

in the method FAMIXTypeGroup>>viewBlueprintComplexity I added the @ RTZoomableView @ RTDraggableView just before the view open.


"protocol: *Moose-RoassalPaintings"
viewBlueprintComplexity
<menuItem: 'Blueprint complexity' category: 'Visualize'> 
| view |
view := RTView new.
self viewBlueprintOn: view.
view @ RTZoomableView @ RTDraggableView.
view open"WithToolbarEntitled: 'Blueprint complexity'"




2015-03-05 15:40 GMT+01:00 Alexandre Bergel <alexandre.bergel@me.com>:
Hi Sebastian,

I have just tried, and indeed, this is missing.
Wanna to share your fix?

Cheers,
Alexandre


> On Mar 5, 2015, at 8:34 AM, Sebastian Tleye <sebastian.tleye@gmail.com> wrote:
>
> Well, I managed to do it by adding RTZoomableView @ RTDraggableView to the view.
>
> 2015-03-05 14:11 GMT+01:00 Sebastian Tleye <sebastian.tleye@gmail.com>:
> Hi all,
>
> I am trying to analyze my system by using moose and creating a BluePrint Complexity Visualization. The problem is that the visualization is a morph without zoom or drag and is difficult to understand something.
>
> Is there any way to have a visualization like the one of "System Complexity"? (In which is possible to drag, to zoom and to export)
>
> Thanks
>
>
>
> --
> Sebastián Tleye
> _______________________________________________
> Moose-dev mailing list
> Moose-dev@iam.unibe.ch
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.




_______________________________________________
Moose-dev mailing list
Moose-dev@iam.unibe.ch
https://www.iam.unibe.ch/mailman/listinfo/moose-dev



--
Sebastián Tleye