Send Moose-dev mailing list submissions to
moose-dev@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@iam.unibe.ch
You can reach the person managing the list at
moose-dev-owner@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@univ-lille1.fr>
Subject: [Moose-dev] Re: MOOSEDay@UPMC update
To: Moose-related development <moose-dev@iam.unibe.ch>
Message-ID: <348EA238-FBE6-49B8-9970-5ED44C087C50@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 ?).
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.iam.unibe.ch/pipermail/moose-dev/attachments/20140512/0dd829b6/attachment-0001.html>
------------------------------
Message: 2
Date: Tue, 13 May 2014 00:44:07 +0700
From: Fabrice Atrevi <atrevifabrice@gmail.com>
Subject: [Moose-dev] graphET panel in a GLAMOUR browser
To: moose-dev@iam.unibe.ch
Message-ID:
<CAALPgiRceZc3E7hxHZ_ad8XE-3crDzSj0cL2x-FBZk25Cz49KA@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
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?)*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.iam.unibe.ch/pipermail/moose-dev/attachments/20140513/170a9e16/attachment-0001.html>
------------------------------
Message: 3
Date: Mon, 12 May 2014 14:26:01 -0400
From: Alexandre Bergel <alexandre.bergel@me.com>
Subject: [Moose-dev] Re: graphET panel in a GLAMOUR browser
To: Moose-related development <moose-dev@iam.unibe.ch>
Message-ID: <DAFCDDAC-8C5C-4DF0-83E6-B7F3592A4680@me.com>
Content-Type: text/plain; charset="iso-8859-1"
Hi!
Try this:
-=-=-=-=-=-=-=-=-=-=-=-=
| b |
b := GLMTabulator new.
b column: #first.
b column: #second.
b transmit to: #first; andShow: [ :a |
a list
display: (1 to: 20);
yourself
].
b transmit from: #first; to: #second; andShow: [ :a |
a roassal2 painting: [ :view :input |
| bg |
bg := GET2Line new view: view; data: (input to: 30).
bg y: [ :x | x * x ].
bg build
]
].
b openOn: 42
-=-=-=-=-=-=-=-=-=-=-=-=
Here is a screenshot:
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
On May 12, 2014, at 1:44 PM, Fabrice Atrevi <atrevifabrice@gmail.com> wrote:
> 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?)
> _______________________________________________
> Moose-dev mailing list
> Moose-dev@iam.unibe.ch
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.iam.unibe.ch/pipermail/moose-dev/attachments/20140512/fcc7d037/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Screen Shot 2014-05-12 at 2.25.32 PM.png
Type: image/png
Size: 31873 bytes
Desc: not available
URL: <http://www.iam.unibe.ch/pipermail/moose-dev/attachments/20140512/fcc7d037/attachment.png>
------------------------------
_______________________________________________
Moose-dev mailing list
Moose-dev@iam.unibe.ch
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
End of Moose-dev Digest, Vol 93, Issue 24
*****************************************