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
---
Begin forwarded message:
> From: Alexandre Bergel <Alexandre.Bergel(a)inria.fr>
> Date: April 21, 2009 10:20:10 AM CEDT
> To: Pharo Development <Pharo-project(a)lists.gforge.inria.fr>
> Subject: [Pharo-project] RuntimeStorage
> Reply-To: Pharo-project(a)lists.gforge.inria.fr
>
> Dear List,
>
> This morning, Jannik and I were surprised by the class RuntimeStorage.
>
> RuntimeStorage>>initialize: capacity
>
> byGroup := Dictionary new: 24.
> byName := IdentityDictionary new: 10000.
> elements := OrderedCollection new: capacity
>
> Why byName reference an identify dictionary? Why not a dictionary?
> Names are usually accessed through their name as a String apparently
> (e.g., importing Smalltalk packages keys entities with a String).
> Should entities be accessed through a symbol instead of a string?
>
> If entities are stored in an identity dictionary, then names must be
> accessed with a symbol. If entities are to be accessed with a string,
> then a dictionary should be used instead of an identitydictionary.
>
> Cheers,
> Alexandre
>
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel http://www.bergel.eu
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
>
>
>
>
> _______________________________________________
> Pharo-project mailing list
> Pharo-project(a)lists.gforge.inria.fr
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
Hi guys,
I'm trying to add some mondrian views to the list context menu in the
Moose browser (VW). I thought this required the use of the following
pragma on a MooseEntity (such as ClassGroup) in order for the method
to appear in the menu:
<menuItem: 'Some name' category: 'Mondrian'>
However, it does not show. Can someone quickly point me to the correct
way to do this?
thanks!
----------------------------
Johan Brichau
johan.brichau(a)uclouvain.be
Hi,
I noticed that FAMIXEntity has a comments property that points to a
collection of Strings. We should instead have a FAMIXComment entity
that also has a sourceAnchor.
Cheers,
Doru
--
www.tudorgirba.com
"If you interrupt the barber while he is cutting your hair, you will
end up with a messy haircut."