MOOSEDay@UPMC : Talks & Registration
by Serge Stinckwich
Dear all,
just a reminder. We will organize a MOOSEDay at Paris June 5th and 6th.
You will find more information about the two days here:
http://www.doesnotunderstand.org/MOOSEDayUPMC/
We have currently 2 presentations and 6 registrations.
You can register online, this is free ;-)
Thanks to our sponsors (ESUG, ObjectProfile & UMMISCO), the lunches
will be free.
This is your conference and we really need more talks.
If you want to present your work, please send me a title and a short
description.
Regards,
--
Serge Stinckwich
UCBN & UMI UMMISCO 209 (IRD/UPMC)
Every DSL ends up being Smalltalk
http://www.doesnotunderstand.org/
9 years, 5 months
nesting in Roassal 2
by Usman Bhatti
Hi Alex,
Nesting in Roassal 2 works well without a label for the root entity. But
when adding a label, to the root, the nesting isn't displayed properly. For
example:
| view el shape innerElements |
view := RTView new.
el := (RTBox new width: 80; height: 40; color: (Color purple alpha: 0.3))
element + (RTLabel new text:'test') .
el translateTo: 200 @ 150.
shape := RTBox new color: (Color red alpha: 0.3); size: #yourself.
innerElements := (1 to: 30) collect: [ :i | shape elementOn: i ].
view addAll: innerElements.
RTNest
new
layout: RTGridLayout new;
on: el nest: innerElements.
view add: el.
view open.
Is this a bug or should a separate label for the root entity?
tx.
usman
[image: Inline image 1]
Without label:
[image: Inline image 5]
9 years, 5 months
Font problem on Ubuntu with Roassal2
by Leo Perard
Hi,
I'm working on visualisation on Roassal2 with Stef for my internship.
I'm on Ubuntu 13.10 64bits and when I try to display some text (RTLabeL or
addMenu: for example) I get an error, on Moose or Pharo with Roassal2 and
its dependencies.
Here the screenshot of the stack:
[image: Inline image 3]
I tried to change the font, it works but if a popup display some text, the
VM crash totally.
Leo Perard
9 years, 5 months
Artifacts, Neo in the base image?
by Alexandre Bergel
Hi!
I have the impression it makes sense to have Artifact and Neo in the moose image. These tools are important.
What do you think?
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
9 years, 5 months
two new enhancements
by Pharo4Stef
Hi guys
with leo we improve and change the API of MalKontraktor and also removed obsolete reference in distribution map.
The code is commited. Leo should create two bug entries. Now I do not know how you integrate it.
I noticed that there were some changes made by andre (Compiler evaluate: -> Smalltalk evaluate:) that should not be integrated so I did not merge
them
We will clean distribution map.
For example there are dependencies to EyeSee
Stef
9 years, 5 months
graphet2 in the moose image
by Tudor Girba
Hi,
I added GraphET2 in the Moose image as a prerequisite to Glamour.
There is only one glitch:
DotaHero is conflicting with a class with the same name from GraphET. I
tried to commit a correction, but I do not have the rights. Could you add
me to the repo?
Cheers,
Doru
--
www.tudorgirba.com
"Every thing has its own flow"
9 years, 5 months