Hi guys. Is there any special way to delete the moose entity? As far as I understand now we have to remove it from model and then from the other entities.
Uko
Once the font registration fix is integrated in Pharo here are the way fonts should be defined.
Stef
Begin forwarded message:
> From: Igor Stasenko <siguctua(a)gmail.com>
> Subject: font template
> Date: 8 Apr 2014 17:42:12 GMT+2
> To: Stéphane Ducasse <stephane.ducasse(a)inria.fr>
>
>
>
> --
> Best regards,
> Igor Stasenko.
Hi folks,
I just came to announce that now you can export your charts made with GraphET2 as PDF or SVG.
=.=.=
|builder normalizer data|
data := #(#(1 4) #(3 2) #(4 5) #(5 4) #(6 10) #(10 30) #(12 25)).
normalizer := RTNColorLinearNormalizer
inContext: data
withCommand: #second
lowColor: Color paleRed
highColor: Color blue.
builder := GET2Line data: data.
builder
x: #first;
y: #second;
lineWidth: 2;
dotColor: [ :v | (normalizer rtValue: v) alpha: 0.5];
dotSize: 15.
builder exportAsPDF. "or exportAsSVG"
=.=.=
https://www.dropbox.com/s/e2v9232h1kltlui/exampleLine.pdfhttps://www.dropbox.com/s/3i2ure5o5h8035y/exampleLine.svg
Just in case you have not tried GraphET2 yet…
=.=.=
Gofer new smalltalkhubUser: 'ObjectProfile'
project: 'GraphET2';
package: 'ConfigurationOfGraphET2';
load.
(Smalltalk at: #ConfigurationOfGraphET2) load
=.=.=
Cheers,
Pablo
Hi,
I think Roassal2 is strong enough now to start deprecating Roassal. I would
like that when we ship Moose 5.0 to only have Roassal2 loaded. Of course,
Roassal should still be in the image.
This is important because Moose should remain as slim as possible.
To this end, we have to go through the existing Roassal visualization and
either delete them (if they are no longer used), or update them to work
with Roassal.
Do you see problems with this?
Doru
--
www.tudorgirba.com
"Every thing has its own flow"
Hi
what is the process to get changes integrated into moose?
We fixed two problems in DM and knonkrator and I do not know
what is the process for their integration.
Then is the rest API integrated into Moose?
Stef
Hi!
Some of you have asked about visualizing locations on a map. It is fairly easy using the map builder in roassal 2. Here is a small example:
=-=-=-=-=-=-=-=-=-=-=-=
| map |
map := RTMapBuilder new.
map countries: #('UnitedStates' 'Canada' 'Mexico').
map cities addCityNamed: 'New York City' location: 40.7127 @ -74.0059.
map cities addCityNamed: 'Ottawa' location: 45.420833 @ -75.69.
map cities addCityNamed: 'Mexico City' location: 19.433333 @ -99.133333.
map cities: #('New York City' 'Ottawa' 'Mexico City').
map render.
map view
-=-=-=-=-=-=-=-=-=-=-=-=
You will have something like:
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Hi doru
I have a couple of questions?
- what is the process to get in the moose association because synectique is wondering how to help moose?
- once in the association what is the decision process if any?
- who is in the moose association? is it an empty shell?
Stef
Hi
since synectique is actively participating to moose
- Petit parser extension
- Rest API
- many bug fixes
we are wondering how we could help more Moose and I think that showing that there are companies behind moose would be good.
So I would like to know how we can get a tab on the moose web page with supporting companies.
Stef