Hi,
is there in roassal any event that triggers right after the layout is
applied?
What I'm trying to do is to center on an element after the layout is
applied (so after the element have a position in the visualization).
Thanks,
Fabrizio
Status: New
Owner: ----
CC: chisvasi...(a)gmail.com
Labels: Type-Defect Priority-Medium Component-Glamour Milestone-4.7
New issue 863 by tu...(a)tudorgirba.com: Browsers that subclass
GLMCompositePresentations should be embed-able
http://code.google.com/p/moose-technology/issues/detail?id=863
This snippet should work:
GLMCompositePresentation new wrapper
with: [:w | w show: [ :a | a custom: MooseFinder new]];
openOn: (1 to: 100)
Status: New
Owner: ----
Labels: Type-Engineering Priority-Medium Maintainability Milestone-4.7
New issue 865 by tu...(a)tudorgirba.com: Reloader should get the list of
packages to be loaded from the ConfigurationOfMoose
http://code.google.com/p/moose-technology/issues/detail?id=865
Right now, the list of packages is hardcoded. We should get it directly by
traversing the Configuration.
Hi,
I was loading some old code and some of browsers I wrote do not open
correctly anymore. Apparently I cannot do something like this anymore:
browser transmit
to: #finder;
from: #functions port: #selection;
andShow: [ :a | a custom: (MooseFinder startOn: a) ].
This because MooseFinder do not understand anymore startOn:.
Any suggestions on how can I make this glamour example working again?
mooseFinderOnSelectedElement
"self new mooseFinderOnSelectedElement openOn: (1 to: 100)"
<glmBrowser: 'Open MooseFinder On Selected Element' input: '(1 to: 100)'>
| browser |
browser := GLMTabulator new.
browser
column: #functions;
column: #finder.
browser transmit
to: #functions;
andShow: [ :a |
a list
title: 'Functions';
display: [ :each | each ] ].
browser transmit
to: #finder;
from: #functions port: #selection;
andShow: [ :a | a custom: (MooseFinder startOn: a) ].
^browser
Thanks,
Fabrizio
Hi Vanessa,
>I fix the little bug with the numberOfLinearOfCode, however, I do not
>understand the issue with the String crlf as I can see the popupText ok.
>Where this happens?
Great, it now works for me. I've probably loaded something in the wrong order.
Thanks for the fast response,
Stephan
Hi,
In a 7.8.1 image, the Roassal SystemComplexity example shows a few MNUs.
The popupText expects String crlf instead of String cr, and numberOfLinesOfCode
is not recognized, even though it is added to ClassDescription in *roassal-core
Cheers,
Stephan
Hi,
Right now, we have several pieces of code that involve hi-graphs:
- DSM
- Softwarenaut
- Carrack
On the other hand, we have the graph support from Moose-Algos.
It would be cool to look into the variation and consolidate them. Perhaps
this can also be a topic for the Moose Dojo.
Cheers,
Doru
--
www.tudorgirba.com
"Every thing has its own flow"
Hi,
During November 15,16 we will organize a Moose Dojo at the University of Bern (starting at 09:00):
http://www.moosetechnology.org/events/2012-11-16-dojo
The goal of the sprint is to get as close as possible to a 4.7 release:
http://code.google.com/p/moose-technology/issues/list?can=2&q=milestone%3D4…
Some of the more important todos:
- Issue 799: Editing code in Glamour must be faster
- Issue 851: Create a stable version for Moose and all its subparts
- Issue 853: ConfigurationOfMoose should be split to reflect core vs suite
- Review and refactor old FAMIX Cook navigation
Cheers,
Doru
--
www.tudorgirba.com
"What we can governs what we wish."