Re: [Pharo-dev] New builder for Roassal: building geographical maps

2013-11-16 Thread Alexandre Bergel
Ok, thanks, I did not know Cheers Alexandre Le 16-11-2013 à 22:31, b...@openinworld.com a écrit : Alexandre Bergel wrote: Have you checked Shapes to load ESRI .shp files? http://www.smalltalkhub.com/#!/~hernan/Shapes Apparently it does not load in Pharo 3.0. I am not sure

[Pharo-dev] How to draw an ellipse with Athens?

2013-11-17 Thread Alexandre Bergel
-cairo-drawing-arcs.html.en)However I was not able to map them in Athens.Help appreciated. This is a bug in Roassal that has been there for too long :-)Cheers,Alexandre--_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:Alexandre Bergel http://www.bergel.eu^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.

Re: [Pharo-dev] New builder for Roassal: building geographical maps

2013-11-17 Thread Alexandre Bergel
legend: legend. shpE displayMorphic I have reviewed the code and there is a great effort put into. However there are places which need savage refactoring. Hernán El 16/11/2013 22:31, b...@openinworld.com escribió: Alexandre Bergel wrote: Have you checked Shapes to load ESRI .shp

Re: [Pharo-dev] another pic from our map builder

2013-11-18 Thread Alexandre Bergel
take a look at the code :) On Mon, Nov 18, 2013 at 1:30 PM, Alexandre Bergel alexandre.ber...@me.com wrote: hi! Some have asked about adding routes and defining cities: https://twitter.com/objectprofile/status/402397548067176448 We have extended our builder with such possibilities

Re: [Pharo-dev] How to draw an ellipse with Athens?

2013-11-18 Thread Alexandre Bergel
+ ROLabel. node addShape: ((ROArc startAngle: 0 endAngle: 360) fillColor: Color lightGray); @RODraggable. view add: node. node translateBy: 100 @ 100. view open. .=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.= image.png Cheers, Milton 2013/11/17 Alexandre Bergel alexandre.ber

Re: [Pharo-dev] WhatsUp from: 2013-11-18 until: 2013-11-30

2013-11-18 Thread Alexandre Bergel
on integrating Athens better in Roassal Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.

Re: [Pharo-dev] [Moose-dev] SVG described countries in Roassal

2013-11-18 Thread Alexandre Bergel
What do you mean? Athens is in Pharo 3.0 by default. We are no longer loading it manually. You can safely invest all your energy in Athens :). :-) I will Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.

Re: [Pharo-dev] Is Coral still alive?

2013-11-21 Thread Alexandre Bergel
in knowing the answer :-) Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.

Re: [Pharo-dev] VM with fragmented memory

2013-11-25 Thread Alexandre Bergel
situation with this situation? Alexandre NB: I cc the mailing list to see whether other may help in understand better what’s going on with segment and generations -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu

Re: [Pharo-dev] VM with fragmented memory

2013-11-25 Thread Alexandre Bergel
Ok, thanks Clément for the explanation. what do you mean with now if you a 3 million of elements to this OrderedCollection, you need to handle specifically”. What the VM does exactly in that case? Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http

Re: [Pharo-dev] VM with fragmented memory

2013-11-25 Thread Alexandre Bergel
better what’s going on with segment and generations -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. On Nov 19, 2013, at 1:37 PM, Eliot Miranda eliot.mira...@gmail.com wrote: Hi Alexandre

Re: [Pharo-dev] The Second Coming of Java article

2013-11-25 Thread Alexandre Bergel
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. On Nov 24, 2013, at 6:19 PM, askoh as...@askoh.com wrote: http://www.wired.com/wiredenterprise/2013/09/the-second-coming-of-java/ The article talks about Java Virtual Machine running dynamic languages

Re: [Pharo-dev] Understanding Roassal

2013-11-25 Thread Alexandre Bergel
Hi! So I took your advice and gave a good look to Roassal to learn more about how to use Athens. First I want to congratulate the coders, I was expecting a simple visualisation library for object graphs and what I see is a full blown graphics library that can be used for many diffirent

Re: [Pharo-dev] VM with fragmented memory

2013-11-25 Thread Alexandre Bergel
Thanks for all your explanation. There are useful! Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. On Nov 25, 2013, at 6:20 PM, Igor Stasenko siguc...@gmail.com wrote: On 25

Re: [Pharo-dev] 2 month Pharo break

2013-11-26 Thread Alexandre Bergel
Good luck! Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. On Nov 26, 2013, at 8:24 AM, Camillo Bruni camillobr...@gmail.com wrote: Hi guys, I will cease my pharo activities

Re: [Pharo-dev] Understanding Roassal

2013-11-26 Thread Alexandre Bergel
with Spec ? Will Roassal be a backend for Spec ? We have no plan for this right now. Glamour is well integrated with Roassal. It should be easy to do it with Spec. Alexandre On Mon, Nov 25, 2013 at 11:46 PM, Alexandre Bergel alexandre.ber...@me.com wrote: Hi! So I took your advice

Re: [Pharo-dev] Understanding Roassal

2013-11-26 Thread Alexandre Bergel
), then execute ROPlatform setCurrent: 'athens'. “ and you should get antialiasing. Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. On Nov 26, 2013, at 10:47 AM, kilon alios kilon.al

Re: [Pharo-dev] Understanding Roassal

2013-11-26 Thread Alexandre Bergel
It is indeed. Athens offers a nice way to build path. Once this will be fully integrated in Roassal, we will have a flying machine. Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. On Nov

Re: [Pharo-dev] Roassal Question

2013-11-26 Thread Alexandre Bergel
]. morph := ROAthensMorph on: view. morph extent: 500 @ 500. morph openInWindow -=-=-=-=-=-=-=-=-=-=-=-= If you do not use Athens, then replace “ROAthensMorph” by “ROMorph” Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu

Re: [Pharo-dev] Roassal Question

2013-11-26 Thread Alexandre Bergel
Excellent! Let us know for any request for enhancement or bug fixes. Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. On Nov 26, 2013, at 4:20 PM, GOUBIER Thierry thierry.goub

Re: [Pharo-dev] Red Box of Doom when changing the Roassal Canvas of the Easle to Athens

2013-11-26 Thread Alexandre Bergel
. Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. On Nov 26, 2013, at 3:47 PM, kilon alios kilon.al...@gmail.com wrote: I get a MNU when I try to set Canvas in Easel (Roassal) to Athens

Re: [Pharo-dev] Understanding Roassal

2013-11-26 Thread Alexandre Bergel
find their way back to Roassal. I dont want to reinvent the wheel and I really lke to coordinate effort with people with similar goals. Let us know how we can help... Cheers, Alexandre On Tue, Nov 26, 2013 at 5:14 PM, Alexandre Bergel alexandre.ber...@me.com wrote: It is indeed

Re: [Pharo-dev] Red Box of Doom when changing the Roassal Canvas of the Easle to Athens

2013-11-26 Thread Alexandre Bergel
Have you tried to use the mouse distribution? https://ci.inria.fr/moose/job/moose-5.0/lastSuccessfulBuild/artifact/moose-5.0.zip Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. On Nov 26

Re: [Pharo-dev] Red Box of Doom when changing the Roassal Canvas of the Easle to Athens

2013-11-26 Thread Alexandre Bergel
:22 PM, Alexandre Bergel alexandre.ber...@me.com wrote: Have you tried to use the mouse distribution? https://ci.inria.fr/moose/job/moose-5.0/lastSuccessfulBuild/artifact/moose-5.0.zip Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu

Re: [Pharo-dev] Coordinates problem with Athens and Morphic while coding Hyperion

2013-11-28 Thread Alexandre Bergel
Do you have more screenshots of Hyperion? Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. On Nov 28, 2013, at 7:49 AM, kilon alios kilon.al...@gmail.com wrote: Ok I have verified

Re: [Pharo-dev] Zeroconf on HN, please upvote.

2013-11-28 Thread Alexandre Bergel
I do not understand how to vote When I enter Zeroconf on HN” in the search field, I get 3 entries. Which one is yours? Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. On Nov 28, 2013, at 7

Re: [Pharo-dev] Coordinates problem with Athens and Morphic while coding Hyperion

2013-11-29 Thread Alexandre Bergel
So far you cannot import, but only export SVG in Roassal. I know Athens has an SVG importer, but I have faced some problems with it. Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. On Nov

Re: [Pharo-dev] Coordinates problem with Athens and Morphic while coding Hyperion

2013-11-29 Thread Alexandre Bergel
No pb, I think I know how to fix this Alexandre Le 29-11-2013 à 17:47, Stéphane Ducasse stephane.duca...@inria.fr a écrit : So far you cannot import, but only export SVG in Roassal. I know Athens has an SVG importer, but I have faced some problems with it. and do not expect it to be

Re: [Pharo-dev] Pharo picture

2013-12-02 Thread Alexandre Bergel
Nice one :) Alexandre Le 02-12-2013 à 8:34, Yuriy Tymchuk yuriy.tymc...@me.com a écrit : Accidentally stumbled upon: http://www.deviantart.com/art/October-26-412316678 Have a nice week everyone! Uko

Re: [Pharo-dev] [Moose-dev] Re: Similarity Matrix

2013-12-02 Thread Alexandre Bergel
Really nice.In fact it would be great if we can plug the comparison between the xand y cells (which can be different).Because like that we get a simple matrix based comparator similar to theone of early paper of prejinshight work.This is the case actually.Consider this rather simple and

Re: [Pharo-dev] [Moose-dev] Roassal 3d now support textures

2013-12-03 Thread Alexandre Bergel
Better is to wait I arrive in Lille. Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. On Dec 3, 2013, at 6:49 PM, Stéphane Ducasse stephane.duca...@inria.fr wrote: On Dec 3, 2013, at 10

[Pharo-dev] [ANN] Roassal 3d

2013-12-04 Thread Alexandre Bergel
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.

Re: [Pharo-dev] [Moose-dev] [ANN] Roassal 3d

2013-12-04 Thread Alexandre Bergel
Would be great to do that. I guess we would easily get the latex version from this right? How should we start? Which Pier installation can we use for this? Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu

Re: [Pharo-dev] [ANN] Roassal 3d

2013-12-04 Thread Alexandre Bergel
Hi Stephan! Nice! Thanks! When loading the configuration as shown in the manual, there was a complaint about a class not found yet. Sorry about that. An incorrect version contained in a baseline went through our tests. The problem is now fixed. The examples showed up fine though. They

Re: [Pharo-dev] [ANN] Roassal 3d

2013-12-04 Thread Alexandre Bergel
3. Providing a script is so old style and hard to remember - why not define a #stable and put your config into MetaRepoForPharo30 So others can easily load it via ConfigurationBrowser with a few clicks in a fresh image. even better: have a jerkins build where people can

Re: [Pharo-dev] Pharo magic

2013-12-07 Thread Alexandre Bergel
Yes, this is great! Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. On Dec 6, 2013, at 3:05 PM, Torsten Bergmann asta...@gmx.de wrote: Maybe others noticed the same: - the numbers

Re: [Pharo-dev] Voronoi diagram

2013-12-08 Thread Alexandre Bergel
Hi! I have planned to have some people on having Voronoi in Roassal in March. Alexandre On 7 Dec 2013, at 13:59, Natalia Tymchuk natalia.tymc...@unikernel.net wrote: Hello. I started implementing visualization of Voronoi diagrams and I need to do a lot of operations on the lines and

[Pharo-dev] Searchbar in the browser

2013-12-08 Thread Alexandre Bergel
with the searching in the browser? Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.

Re: [Pharo-dev] Voronoi diagram

2013-12-08 Thread Alexandre Bergel
Hi! I have just integrated it. I was not sure whether you have finished it or not. Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. On Dec 8, 2013, at 11:02 AM, Yuriy Tymchuk

Re: [Pharo-dev] [ANN] Roassal 3d

2013-12-09 Thread Alexandre Bergel
Indeed, much easier! Thanks Torsten Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.

Re: [Pharo-dev] Voronoi diagram

2013-12-09 Thread Alexandre Bergel
of operations on the lines and polygons. I have some questions: Is it implemented somewhere? Did somebody do something with the Voronoi diagrams? Best regards, Natalia -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.

Re: [Pharo-dev] Searchbar in the browser

2013-12-10 Thread Alexandre Bergel
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.

[Pharo-dev] New screenshots of Roassal 3d

2013-12-11 Thread Alexandre Bergel
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.

[Pharo-dev] About Athens and Cairo

2013-12-14 Thread Alexandre Bergel
the clipping do the job? Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.

[Pharo-dev] Searching classes cmd-f cmd-c

2013-12-14 Thread Alexandre Bergel
In the popup you obtain, you can enter a regular expression. So, if you enter ^Morph then you get the list of classes that begins with “Morph” I’ve just discovered this :-) Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.

Re: [Pharo-dev] About Athens and Cairo

2013-12-14 Thread Alexandre Bergel
Le 14/12/2013 09:58, Alexandre Bergel a écrit : - the rendering is done by the graphic card isn’t it? I think it is sofware based, by the libcairo. Yes, but on http://cairographics.org it is written: Cairo is designed to produce consistent output on all output media while taking advantage

Re: [Pharo-dev] About Athens and Cairo

2013-12-14 Thread Alexandre Bergel
, Alexandre Bergel alexandre.ber...@me.com wrote: Hi! I have some random questions about the Cairo binding supported by Athens. - the rendering is done by the graphic card isn’t it? - Once rendered, is the produced bitmap copied by the CPU in Pharo? With Roassal3d, we are facing a problem

[Pharo-dev] Cleaning a surface/canvas in Athens

2013-12-14 Thread Alexandre Bergel
. … ] -=-=-=-= instead? Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.

Re: [Pharo-dev] strange bug when opening the morph menu

2013-12-14 Thread Alexandre Bergel
-label-is-too-large Does anyone have any idea of why it happens? Cheers, Doru -- www.tudorgirba.com Every thing has its own flow. -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.

Re: [Pharo-dev] strange bug when opening the morph menu

2013-12-14 Thread Alexandre Bergel
? The problem is that the morph menu (Cmd+Shift+RightClick) does not open when the title is too large. Cheers, Doru On Sat, Dec 14, 2013 at 12:01 PM, Alexandre Bergel alexandre.ber...@me.com wrote: I am not sure how to reproduce this. I do not see anything slow Alexandre On Dec 14

[Pharo-dev] GTDebugger...

2013-12-15 Thread Alexandre Bergel
Apparently it does not recognizes variables in a workspace. This is really annoying... Try this: var := 5. self halt in the debugger, select var and print it Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.

Re: [Pharo-dev] Similarity Matrix

2013-12-15 Thread Alexandre Bergel
interesting in having such matrix. How do we proceed? Are you ready for a pair programming session these next days? I am now in Lille by the way, where are you? Alexandre On Dec 15, 2013, at 9:29 PM, Hernán Morales Durand hernan.mora...@gmail.com wrote: El 15/12/2013 13:30, Alexandre Bergel escribió

Re: [Pharo-dev] [Moose-dev] [ANN] traversal-enabled objects with DeepTraverser

2013-12-15 Thread Alexandre Bergel
list moose-...@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.

Re: [Pharo-dev] [ANN] Phratch 1.0beta

2013-12-17 Thread Alexandre Bergel
: https://code.google.com/p/phratch/ Cheers, Jannik -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.

[Pharo-dev] Relation tower is coming for Roassal

2013-12-17 Thread Alexandre Bergel
with? Your data? Feedback are very welcome! Cheers, Ricardo Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.

Re: [Pharo-dev] [ANN] JetStorm

2013-12-18 Thread Alexandre Bergel
have bugs. Do not hesitate to give feedbacks. PS2: I hope to write a doc for it ! ev3.png -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.

Re: [Pharo-dev] WhatsUp from: 2013-12-16 until: 2013-12-31

2013-12-20 Thread Alexandre Bergel
- Continuing Roassal 2.0 pushing your fixes to the collection hierarchy? Yes, I am working on that right now Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.

Re: [Pharo-dev] Great Sprint Yesterday!

2013-12-21 Thread Alexandre Bergel
: https://plus.google.com/photos/100919417187170499293/albums/5959633435911723617 Bb8Hn4YIUAEcPWo.jpg-large.jpegIMG_2920.jpegIMG_2925.jpeg -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.

Re: [Pharo-dev] [Moose-dev] Activity Diagram

2013-12-23 Thread Alexandre Bergel
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.

[Pharo-dev] Filter in Nautilus

2013-12-23 Thread Alexandre Bergel
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.

[Pharo-dev] Merry Christmas!

2013-12-25 Thread Alexandre Bergel
, The Profilers -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.

Re: [Pharo-dev] Merry Christmas!

2013-12-25 Thread Alexandre Bergel
, Alexandre Bergel alexandre.ber...@me.com wrote: Merry Christmas to all of you! In a fresh 3.0 image: -=-=--=-=--=-=--=-=--=-=- Gofer new smalltalkhubUser: 'ronsaldo' project: 'roassal3d'; package: 'ConfigurationOfRoassal3d'; load. (Smalltalk at: #ConfigurationOfRoassal3d) loadDevelopment

Re: [Pharo-dev] Merry Christmas!

2013-12-25 Thread Alexandre Bergel
Oh!! Well spotted! Alexandre Le 25-12-2013 à 11:25, Sven Van Caekenberghe s...@stfx.eu a écrit : People keep on forgetting that you can write this load expression much more elegantly: === Gofer new smalltalkhubUser: 'ronsaldo' project: 'roassal3d'; configuration; loadDevelopment.

[Pharo-dev] Disease model?

2013-12-25 Thread Alexandre Bergel
Hi serge Is your code about the disease is available somewhere? Alexandre

Re: [Pharo-dev] Transparent colors with NBOpenGL?

2013-12-25 Thread Alexandre Bergel
Ronie, You mention libSDL. Do you know how it compares with Cairo? They look similar, but I could not find a detailed comparison Alexandre Le 26-12-2013 à 0:12, Ronie Salgado ronies...@gmail.com a écrit : Stef That sounds very interesting. I dream of a virtual world environment such as

Re: [Pharo-dev] Transparent colors with NBOpenGL?

2013-12-26 Thread Alexandre Bergel
. That version of SDL had a strong contribution by Valve, they needed something to start pushing heavily Linux, even the latest versions of Steam uses it. Anyway, I am planning to discuss this matter with Igor, during my stay at Lille. Greetings, Ronie Salgado 2013/12/26 Alexandre Bergel

Re: [Pharo-dev] Relation tower is coming for Roassal

2013-12-27 Thread Alexandre Bergel
Alexandre Bergel alexandre.ber...@me.com Hi! A new builder for Roassal is coming… The goal of Relation tower is to easily visualize relations between group of elements. We had the inspiration from the following website http://peoplemov.in/#! Here are some screenshots: https

Re: [Pharo-dev] Thank you for Pharo

2013-12-27 Thread Alexandre Bergel
! Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.

[Pharo-dev] Call for features for Roassal 3d

2013-12-27 Thread Alexandre Bergel
Hi! Ronie will visit Igor and RMoD for more than one month, starting next week. Roassal 3d will be our daily plate. Broad question: What are the features you would like to see in Roassal 3d? Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http

[Pharo-dev] [fun] Editing graphic vectorial content

2013-12-28 Thread Alexandre Bergel
: statusBar. stack open -=-=-=-=-=-=-=-= Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.

[Pharo-dev] debugger broken?

2013-12-30 Thread Alexandre Bergel
. https://pharo.fogbugz.com/f/cases/12545/Debugger-broken Since I am using GTDebugger (in the Moose image), I have not seen it before... Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.

Re: [Pharo-dev] towards moose in the pharo ide (gtinspector / gtdebugger)

2013-12-30 Thread Alexandre Bergel
turn now. Cheers, Doru -- www.tudorgirba.com Every thing has its own flow -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.

Re: [Pharo-dev] debugger broken?

2013-12-30 Thread Alexandre Bergel
actually use CMD-P (ALT-P) for print it, just using print it from the menu does not work. Nicolai 2013/12/30 Alexandre Bergel alexandre.ber...@me.com Hi! I have faced a serious situation with the debugger today with Pharo 3.0: 1 - Open a workspace, and doit on the expression: 1 + 4

Re: [Pharo-dev] towards moose in the pharo ide (gtinspector / gtdebugger)

2013-12-31 Thread Alexandre Bergel
, Dec 30, 2013 at 11:40 PM, Alexandre Bergel alexandre.ber...@me.com wrote: I am quasi exclusively using the Moose image, which includes GTDebugger and GTInspector. These are two great tools. I use the standard Pharo 3.0 for particular needs only. When I do this, it is like using Nautilus

Re: [Pharo-dev] Best wishes for 2014

2013-12-31 Thread Alexandre Bergel
like our community because it pushes me forward and because my dreams are becoming reality :) I wish you a lot of success and health. Stef -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.

Re: [Pharo-dev] Thank you for Pharo

2014-01-02 Thread Alexandre Bergel
Roassal is about visualizing and interacting with objects. Roassal is frequently used when analyzing data, in particular software related data. Roassal may be used as it is, or one can use one of the available layers at the top of it. For example, GraphET is about drawing charts, curves and so

Re: [Pharo-dev] Glamour vs Spec (was: towards moose in the pharo ide (gtinspector / gtdebugger))

2014-01-02 Thread Alexandre Bergel
Every thing has its own flow -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.

[Pharo-dev] Feature for request for GraphET?

2014-01-02 Thread Alexandre Bergel
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.

Re: [Pharo-dev] debugger broken?

2014-01-02 Thread Alexandre Bergel
spent 3 hours yesterday trying to move on and we will rollback to an older VM. Stef On 30 Dec 2013, at 23:02, Alexandre Bergel alexandre.ber...@me.com wrote: Hi! I have faced a serious situation with the debugger today with Pharo 3.0: 1 - Open a workspace, and doit

[Pharo-dev] stroke width in Athens

2014-01-03 Thread Alexandre Bergel
,Alexandre--_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:Alexandre Bergel http://www.bergel.eu^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.

Re: [Pharo-dev] stroke width in Athens

2014-01-03 Thread Alexandre Bergel
;) . On 3 January 2014 16:11, Alexandre Bergel alexandre.ber...@me.com wrote: Very true! looks like to be the thing. Thanks! Alexandre On Jan 3, 2014, at 11:12 AM, Henrik Johansen henrik.s.johan...@veloxit.no wrote: On 03 Jan 2014, at 1:58 , Alexandre Bergel alexandre.ber...@me.com

Re: [Pharo-dev] FogBugz (Case [Issue]12566) Kernel - Added Behavior#dependentClasses

2014-01-05 Thread Alexandre Bergel
to: Alexandre Bergel Milestone: Pharo3.0 Go to Case Don't want FogBugz notifications anymore? Update your preferences. -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.

Re: [Pharo-dev] [Moose-dev] Concerts of Iron Maiden Analyzed

2014-01-05 Thread Alexandre Bergel
alex did you see the idea I send to use a nearly similar “linear” block based aligned on the left visualziaion to display procedural code? Not sure what you mean. Any example? Alexandre On 05 Jan 2014, at 00:40, Alexandre Bergel alexandre.ber...@me.com wrote: Load Roassal to enjoy

Re: [Pharo-dev] [Moose-dev] Concerts of Iron Maiden Analyzed

2014-01-05 Thread Alexandre Bergel
Having circles on the left or right hand side? Alexandre On Jan 5, 2014, at 1:23 PM, Stéphane Ducasse stephane.duca...@inria.fr wrote: On 05 Jan 2014, at 15:26, Alexandre Bergel alexandre.ber...@me.com wrote: alex did you see the idea I send to use a nearly similar “linear” block

Re: [Pharo-dev] Can we override == in Pharo ?

2014-01-06 Thread Alexandre Bergel
. -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.

[Pharo-dev] Teaser of Roassal 2

2014-01-13 Thread Alexandre Bergel
Hi! We’ve just uploaded a very short video about layouts in Roassal2. https://www.facebook.com/photo.php?v=572267689526499set=vb.340543479365589type=2theater A video presenting Roassal2 is under preparation. Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre

Re: [Pharo-dev] Teaser of Roassal 2

2014-01-14 Thread Alexandre Bergel
Roassal 3d is a complete different beast, although the idea is similar. Cluster layout is in Roassal 1 yes. This is the work of Mathieu. Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.

Re: [Pharo-dev] Displaying labels with Athens on Linux?

2014-01-14 Thread Alexandre Bergel
The following expression seems to reproduce the problem AthensCairoSurfaceExamples exampleDrawText On windows and OSX it works well. On Linux it crashes Alexandre On Jan 13, 2014, at 5:58 PM, Igor Stasenko siguc...@gmail.com wrote: On 13 January 2014 14:53, Alexandre Bergel

Re: [Pharo-dev] Displaying labels with Athens on Linux?

2014-01-14 Thread Alexandre Bergel
2014 16:28, Alexandre Bergel alexandre.ber...@me.com wrote: The following expression seems to reproduce the problem AthensCairoSurfaceExamples exampleDrawText On windows and OSX it works well. On Linux it crashes yes.. more details: we just tried with Damien on his machine, which has

Re: [Pharo-dev] Roassal Visualization for control flow graph issues

2014-01-14 Thread Alexandre Bergel
be better, especially for back jumps :-). Thanks for any help. Clement -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.

Re: [Pharo-dev] [Moose-dev] Re: Feature for request for GraphET?

2014-01-15 Thread Alexandre Bergel
thing has its own flow -- www.tudorgirba.com Every thing has its own flow -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.

[Pharo-dev] problems with RPackage and cie...

2014-01-15 Thread Alexandre Bergel
Hi! We are constantly facing problems when moving classes between packages. This is highly discouraging. This involves tricky parts of the system that both difficult to understand and to debug. Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http

Re: [Pharo-dev] problems with RPackage and cie...

2014-01-15 Thread Alexandre Bergel
than one browser opened, dragging classes from one browser to another browser. Hard to be more accurate because students are calling me to the rescue when they are already in the mess. We can put images online if this help. Alexandre Thierry Le 15/01/2014 16:34, Alexandre Bergel a écrit

Re: [Pharo-dev] problems with RPackage and cie...

2014-01-15 Thread Alexandre Bergel
: We are also facing some RPackage cache not in sync anymore with system leading to the impossibility to commit the code :( Ben On 15 Jan 2014, at 12:56, Goubier Thierry thierry.goub...@cea.fr wrote: Le 15/01/2014 16:46, Alexandre Bergel a écrit : Do you have an issue

[Pharo-dev] dependency of Roassal 2 visualized

2014-01-16 Thread Alexandre Bergel
Hi! Just to share the result of a small experiment we did: https://www.facebook.com/photo.php?fbid=573528489400419set=a.573528479400420.1073741841.340543479365589type=3theater Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.

Re: [Pharo-dev] STHub: 1190 repositories, 1001 users registered and 110365 packages uploaded

2014-01-16 Thread Alexandre Bergel
: see http://smalltalkhub.com -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.

Re: [Pharo-dev] Phratch: first tutorial on how to create your own blocks programmatically

2014-01-17 Thread Alexandre Bergel
Laval~~ École des Mines de Douai Enseignant-chercheur http://www.jannik-laval.eu http://car.mines-douai.fr/ -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.

Re: [Pharo-dev] Displaying labels with Athens on Linux?

2014-01-17 Thread Alexandre Bergel
language. Stef Fix integrated. in 3.0 704 -- Best regards, Igor Stasenko. -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.

Re: [Pharo-dev] ConfigurationOfGetText broken?

2014-01-18 Thread Alexandre Bergel
with the changes from the previous version but didn't find any workable solution. Usman -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.

Re: [Pharo-dev] [ANN] MessageTally in GTInspector

2014-01-19 Thread Alexandre Bergel
?msg_id=0001ORtopic_id=1 This could be interesting to embed small visuals like that everywhere (not just for time related things…). Of course I have no idea for what for real… ;-) Marcus -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.

<    1   2   3   4   5   6   7   8   9   10   >