Dear all,
This is a small update for the MOOSEDAY@UPMC event :
http://www.doesnotunderstand.org/MOOSEDayUPMC/
We have only 9 people who register for the MOOSEDAY@UPMC (June 5/6
2014) at the moment and 2 presentations. One of the main drawback is
that INRIA team does not have too much money to come this time.
What we could do :
- we organize a small event on one day (some presentations in the
morning and a Pharo/MOOSE sprint).
But we definitively need more presentations ? Who is willing to come ?
- we postpone the MOOSEDAY@UPMC until september/october 2014, so more
people could join (Doru ?).
Any suggestions ?
Regards,
--
Serge Stinckwich
UCBN & UMI UMMISCO 209 (IRD/UPMC)
Every DSL ends up being Smalltalk
http://www.doesnotunderstand.org/
Hi,
Right now, every builder will build a view with a menu by default. This
does not work well when we want to embed the visualization into a larger
interface (e.g., a glamour browser).
The zooming menu should by an optional facility that should not be
hardcoded by default.
Is it Ok if I remove it?
Doru
--
www.tudorgirba.com
"Every thing has its own flow"
Hi,
I often have the problem that menu I want to show is different in each item shown (in case of lists or trees).
actions already support the #condition statement, but there is no vocabulary for doing it directly.
Of course I can doit anyway but is so common (at least in my workflows) that I wonder if it would be better to add the vocabularies instead needing to add the custom action?
(in fact, what I usually do is to add an extension method in my projects, but well… I’d prefer not to do it :) )
cheers,
Esteban
Hi,
using Roassal2 I would like to get a box with some nested element on it and
the box get a label above itself.
I tried this but it is not working
view := RTView new.
container := (RTVerticalCompositeShape new
shape1: RTLabel new;
shape2: (RTBox new color: (Color blue alpha: 0.5)))
elementOn: 'Container'.
els := RTEllipse new elementsOn: (1 to: 16).
view add: container; addAll: els.
RTNest new layout: RTGridLayout; on: container nest: els.
view @ RTDraggableView.
view open
As you can see the label is not move due to the resize of the box with the
nest.
I do not use TRConstraint because I will have several boxes and if I apply
a layout on them the label is not calculate in the size so I do not think
this is a solution but RTNest on RTVerticalCompositeShape is.
--
Cheers,
Leo Perard
University of Lille 1
Hi!
Just to share a screenshot of what we are working on:
Result of the script:
=-=-==-=-==-=-==-=-==-=-=
| b |
b := RTGraphBuilder new.
b nodes color: Color gray.
b edges
connectTo: #dependentClasses;
color: (Color gray alpha: 0.1);
if: [ :f :t | '*Example*' match: f name ] color: (Color green alpha: 0.2).
b layout
partition: [ :c | c inheritsFrom: RTTest ];
partition: [ :c | c inheritsFrom: RTLayout ];
partition: [ :c | c inheritsFrom: RTShape ];
partition: [ :c | c inheritsFrom: RTInteraction ];
partition: [ :c | c inheritsFrom: RTBuilder ];
partition: [ :c | '*Example*' match: c name ];
partition: true;
force.
b layout circle radius: 250.
b global
normalizeSize: [ :c | c dependentClasses size ] min: 5 max: 30 using: #sqrt.
b addAll: (RTObject withAllSubclasses).
b open
=-=-==-=-==-=-==-=-==-=-=
Comments are welcome!
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Take latest moose
click on Freetype to deselect it/ click to reselect it
execute in workspace TRExample new label
-> Boum.
Can you confirm that behavior?
Now I can reproduce it so I will see if I have the time to fix it.
Stef
Hi folks,
Is there a way to get all interfaces for a FAMIXClass? There seem to be no
methods to do this.
Cheers,
M.
--
Mircea Lungu, PhD.
Researcher
Software Composition Group
University of Bern
Hi!
I have increased the size of the memory of the VM (by modifying the plist option). But apparently, there is not enough memory to run the process watcher? Any idea why?
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
It's ok now.
Thanks a lot
2014-05-13 3:59 GMT+07:00 <moose-dev-request(a)iam.unibe.ch>:
> Send Moose-dev mailing list submissions to
> moose-dev(a)iam.unibe.ch
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
> or, via email, send a message with subject or body 'help' to
> moose-dev-request(a)iam.unibe.ch
>
> You can reach the person managing the list at
> moose-dev-owner(a)iam.unibe.ch
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Moose-dev digest..."
>
>
> Today's Topics:
>
> 1. Jenkins build is back to stable : moose-5.0 #1374
> (admin(a)moosetechnology.org)
> 2. Re: Moose-dev Digest, Vol 93, Issue 24 (Alexandre Bergel)
> 3. Re: Moose-dev Digest, Vol 93, Issue 24 (Pablo Estef?)
> 4. Re: Moose-dev Digest, Vol 93, Issue 24 (Pablo Estef?)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 12 May 2014 20:50:12 +0200 (CEST)
> From: admin(a)moosetechnology.org
> Subject: [Moose-dev] Jenkins build is back to stable : moose-5.0 #1374
> To: moose-dev(a)iam.unibe.ch
> Message-ID:
> <
> 2041545813.70.1399920612706.JavaMail.jenk_moose(a)ci-jenkins3.inria.fr>
> Content-Type: text/plain; charset=UTF-8
>
> See <https://ci.inria.fr/moose/job/moose-5.0/1374/>
>
>
>
> ------------------------------
>
> Message: 2
> Date: Mon, 12 May 2014 15:34:36 -0400
> From: Alexandre Bergel <alexandre.bergel(a)me.com>
> Subject: [Moose-dev] Re: Moose-dev Digest, Vol 93, Issue 24
> To: Moose-related development <moose-dev(a)iam.unibe.ch>
> Message-ID: <1F177BB1-F26A-47F5-A073-2D2960C9F3E0(a)me.com>
> Content-Type: text/plain; charset=iso-8859-1
>
>
> You need to install True Type font. A bit cumbersome, I know. I hope Pharo
> will soon address this:
> Watch this video:
> https://dl.dropboxusercontent.com/u/31543901/TMP/InstallingTrueTypeFont.mov
>
> Cheers,
> Alexandre
>
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel http://www.bergel.eu
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
>
> On May 12, 2014, at 2:48 PM, Fabrice Atrevi <atrevifabrice(a)gmail.com>
> wrote:
>
> > Hi,
> > i try it, but i got some error like in the screen shot.
> >
> > Thank you
> >
> >
> > 2014-05-13 1:26 GMT+07:00 <moose-dev-request(a)iam.unibe.ch>:
> > Send Moose-dev mailing list submissions to
> > moose-dev(a)iam.unibe.ch
> >
> > To subscribe or unsubscribe via the World Wide Web, visit
> > https://www.iam.unibe.ch/mailman/listinfo/moose-dev
> > or, via email, send a message with subject or body 'help' to
> > moose-dev-request(a)iam.unibe.ch
> >
> > You can reach the person managing the list at
> > moose-dev-owner(a)iam.unibe.ch
> >
> > When replying, please edit your Subject line so it is more specific
> > than "Re: Contents of Moose-dev digest..."
> >
> >
> > Today's Topics:
> >
> > 1. Re: MOOSEDay@UPMC update (Anne Etien)
> > 2. graphET panel in a GLAMOUR browser (Fabrice Atrevi)
> > 3. Re: graphET panel in a GLAMOUR browser (Alexandre Bergel)
> >
> >
> > ----------------------------------------------------------------------
> >
> > Message: 1
> > Date: Mon, 12 May 2014 17:50:08 +0200
> > From: Anne Etien <anne.etien(a)univ-lille1.fr>
> > Subject: [Moose-dev] Re: MOOSEDay@UPMC update
> > To: Moose-related development <moose-dev(a)iam.unibe.ch>
> > Message-ID: <348EA238-FBE6-49B8-9970-5ED44C087C50(a)univ-lille1.fr>
> > Content-Type: text/plain; charset="iso-8859-1"
> >
> > In the first mail of this conversation and more specifically in what is
> cited bellow, it seemed that it was decided to shorten the MooseDay to a
> single day. The next two mails at least went in that direction. I was so
> asking, if it is one day, which one is it? But it seems that you finally
> decided to keep it on two days?
> >
> > Anne
> >
> > Le 5 mai 2014 ? 11:05, Serge Stinckwich a ?crit :
> >
> > > We have only 9 people who register for the MOOSEDAY@UPMC (June 5/6
> > > 2014) at the moment and 2 presentations. One of the main drawback is
> > > that INRIA team does not have too much money to come this time.
> > >
> > > What we could do :
> > > - we organize a small event on one day (some presentations in the
> > > morning and a Pharo/MOOSE sprint).
> > > But we definitively need more presentations ? Who is willing to come ?
> >
> > > - we postpone the MOOSEDAY@UPMC until september/october 2014, so more
> > > people could join (Doru ?).
> >
> >
Hi,
i try it, but i got some error like in the screen shot.
Thank you
2014-05-13 1:26 GMT+07:00 <moose-dev-request(a)iam.unibe.ch>:
> Send Moose-dev mailing list submissions to
> moose-dev(a)iam.unibe.ch
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
> or, via email, send a message with subject or body 'help' to
> moose-dev-request(a)iam.unibe.ch
>
> You can reach the person managing the list at
> moose-dev-owner(a)iam.unibe.ch
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Moose-dev digest..."
>
>
> Today's Topics:
>
> 1. Re: MOOSEDay@UPMC update (Anne Etien)
> 2. graphET panel in a GLAMOUR browser (Fabrice Atrevi)
> 3. Re: graphET panel in a GLAMOUR browser (Alexandre Bergel)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 12 May 2014 17:50:08 +0200
> From: Anne Etien <anne.etien(a)univ-lille1.fr>
> Subject: [Moose-dev] Re: MOOSEDay@UPMC update
> To: Moose-related development <moose-dev(a)iam.unibe.ch>
> Message-ID: <348EA238-FBE6-49B8-9970-5ED44C087C50(a)univ-lille1.fr>
> Content-Type: text/plain; charset="iso-8859-1"
>
> In the first mail of this conversation and more specifically in what is
> cited bellow, it seemed that it was decided to shorten the MooseDay to a
> single day. The next two mails at least went in that direction. I was so
> asking, if it is one day, which one is it? But it seems that you finally
> decided to keep it on two days?
>
> Anne
>
> Le 5 mai 2014 ? 11:05, Serge Stinckwich a ?crit :
>
> > We have only 9 people who register for the MOOSEDAY@UPMC (June 5/6
> > 2014) at the moment and 2 presentations. One of the main drawback is
> > that INRIA team does not have too much money to come this time.
> >
> > What we could do :
> > - we organize a small event on one day (some presentations in the
> > morning and a Pharo/MOOSE sprint).
> > But we definitively need more presentations ? Who is willing to come ?
>
> > - we postpone the MOOSEDAY@UPMC until september/october 2014, so more
> > people could join (Doru ?).
>
>
Hi all,
I am trying to develop a browser with GLAMOUR and I wish to have a graphET
panel therein. How can I view my graph in this panel?
thank you!
--
*ATREVI D. Fabrice*
*Master en Informatique A l'Institut de la Francophonie pour l'Informatique
(IFI/Hanoï)*