Hi.
My questions:
1. If I only want to use EyeSee graphing tool for a project, what is the
minimal set of parcels I need to load and is there any specific setup?
2. I installed Moose off the repository by loading the MooseSetup
parcel; but when I try to run some of the EyeSee samples eg:
Examples>>lineDiagram (evaluate self new lineDiagram)
>>lineBarCompositeDiagramWithSameAxis
I get the error Message not understood: #width on a SmallInteger (each
width; where each is integer 3346) called from
setlabelDistanceFromAxisCalculation: aDiagram on ValueLabelDecorator
I get the same error from the image I also downloaded from the web site
(moose-suite-2008-11-25.zip).
Should I load a different version of parcels; or is there something
missing?
Thanks
Liliana
Hi All,
Simon and I discovered the pragma 'viewEvolutionMatrixOn: view '. It
is employed in ClassHistoryGroup>> viewEvolutionMatrixOn:.
What is this pragma for?
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Dear List,
I tried to understand the ScatterplotLayout in VW. Few questions on
the design raised to me:
- Why NodeFigure has variables xBlock and yBlock. I understand what
these variables are for. However, I expected to see them in the shape,
since the node is meant to represent the model, and should therefore
not be aware of where it is supposed to be displayed.
- What xOffset and yOffset are for? I could not really infer their
meaning from the various examples I found
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Hi guys,
Does anybody have models of the evolution of Azureus in mse format? I
had multiple versions, but they are in xmi and moose can not load
them anymore...
A nice day.
Mircea.
I know some of you had troubles with this.
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Dear All,
In the last version of Mondrian, I added MOGraphElement >>
threadholdSize.
The value returned by this method is the smallest size before the
figure is rendered using a different strategy. Typically, below this
size, an edge is not drawn at all. And a rectangle is rendered as a line
Apparently, this is necessary to scale down large pictures.
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Hi All,
Stef told me he made an attempt with Doru to code a distribution map
has been made a while ago. Is the code available somewhere ?
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Hi all,
first of all I would like to introduce myself. My name is Alberto
Bacchelli and I began my Informatics Ph.D. studies in the University
of Lugano last wednesday. Currently, I am studying Squeak reading the
book Squeak By Example.
I'd like to know if and where I can find a starting point (downloads,
documentation, example, ...) to learn and use Moose in Squeak or Pharo.
Thank you.
Ciao,
Alberto
Hi all,
With Simon, we think that it will be interessant to put mooseName in
privateState.
The method is:
----
mooseName
|stream|
^ self privateState at: #mooseName ifAbsentPut: [
stream := (String new: 64) writeStream.
self moosePrintOn: stream.
stream contents asSymbol
]
----
Is there any negative impact of this idea ?
---
Jannik Laval
PhD Student - Rmod Team - INRIA
Certified Project Management Associate (IPMA)
http://www.jannik-laval.euhttp://rmod.lille.inria.fr
---