Hi Jannik,
> Hi Doru,
> How are you ?
> So, I have two questions about Glamour:
> - is it possible to make behavior on right click (as in mondrian
> with interaction menuFor:) ?
Yes. Just say act:entitled: and this will create a menu item.
> - in an example, I see:
> ---
> browser text
> display: [:entity | 'self' ];
> title: 'Evaluator';
> act: [ :text :entity | (Compiler evaluate: text selectedText for:
> entity logged: false) inspect ]
> ---
> But in the evaluator pane, when I do "print it" or "do it", it
> returns nil. Is it possible to evaluate the selected entity when
> there is "self" in this pane ?
The problem there is that :text is nil because of a small problem in
the MorphicRenderer which does not populate that variable from the
text morph. It's on my to do list.
Cheers,
Doru
> Thanks for all.
>
> Cheers
>
> ---
> Jannik Laval
> PhD Student - Rmod Team - INRIA
> Certified Project Management Associate (IPMA)
> http://www.jannik-laval.eu
> http://rmod.lille.inria.fr
> ---
>
--
www.tudorgirba.com
"Value is always contextual."
Hi all,
For information:
I have made a pharo.mse (available in http://www.jannik-laval.eu/assets/files/softAnalysis/mseFiles/)
.
First, I have imported Pharo in moose. For this, I run the VM with the
option "-memory 1500m". The time to load pharo in moose: 2 days.
(pharo.image size: 822 Mo)
Next, I have extract the pharo model in mse. It takes a lot of time
(near 4 days).
Now, in a new pharo image with default parameter of the vm, it is not
possible to load the mse. I think there is not enough memory.
I think all these methods could be optimized.
Cheers
---
Jannik Laval
PhD Student - Rmod Team - INRIA
Certified Project Management Associate (IPMA)
http://www.jannik-laval.euhttp://rmod.lille.inria.fr
---
Hi adrian
in Moose I know that you spent time to optimize the loading and memory
space.
Now in Fame did you reuse the same optimizations?
Because in pharo loading large mse files take ages.
Stef
I would be really glad to see autocompletion and resize of the lower
pane in MOEasel.
These points are on my todo list for very long time already...
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
I would be really glad to see autocompletion and resize of the lower
pane in MOEasel.
These points are on my todo list for very long time already...
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
There is a problem with the package initialization, probably for the
class extensions. I attached the stack to this email.
Regards,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Dear All,
Anyone can provide some update on Famoosr?
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Just a brief announcement: a student project here in Lugano resulted
in a parser for C# systems. It's written in C# and therefore only runs
on Windows. The nice thing is it exports to mse which can then be
loaded into Moose. Experiments with it have proven it actually works,
even for larger systems, despite the shaky nature of the whole project
(too little time). You can find the tool here:
http://www.fpcg-ks.com/ermira/PMCS.rar
Best,
Michele