Re: [Pharo-users] not a smalltalk!

2014-09-16 Thread Norbert Hartl
Am 15.09.2014 um 23:54 schrieb Sven Van Caekenberghe s...@stfx.eu: On 15 Sep 2014, at 23:47, Sean P. DeNigris s...@clipperadams.com wrote: Uko2 wrote about pharo not being a smalltalk... is it true? Oh goodie... it's been a few weeks and I've been craving one of these threads ;)

Re: [Pharo-users] How can I help make installing Pharo easier (on Debian Wheezy)?

2014-09-16 Thread Damien Cassou
On Mon, Sep 15, 2014 at 9:51 PM, Sloane Simmons sloane...@gmail.com wrote: For learning Smalltalk, running in a virtualbox VM absolutely works (for me), but I'd like to try and compile for Debian stable (or statically link glibc(?)) and then add to the official repositories so that it's easier

Re: [Pharo-users] Zoomable Infinitely scrollable PasteupMorph

2014-09-16 Thread Sean P. DeNigris
On Sep 16, 2014, at 7:59 AM, S Krish [via Smalltalk] ml-node+s1294792n4778316...@n4.nabble.com wrote: I am sure it will be lot more involved beyond a point to make everything contained zoomable, text editor: text / image , other compositions , layouts being honored properly.. Yes I assume

Re: [Pharo-users] How can I help make installing Pharo easier (on Debian Wheezy)?

2014-09-16 Thread p...@highoctane.be
Like this http://philippeback.be/2014/02/pharovm-now-running-on-debian-wheezy/ --- Philippe Back Visible Performance Improvements Mob: +32(0) 478 650 140 | Fax: +32 (0) 70 408 027 Mail:p...@highoctane.be | Web: http://philippeback.eu Blog: http://philippeback.be | Twitter: @philippeback Youtube:

Re: [Pharo-users] [ANN] Easy I18N for Pharo

2014-09-16 Thread Hilaire
Le 16/09/2014 09:50, Johan Brichau a écrit : So why not write a similar docu for GetText including code snippets and all the knowledge that seems to be there already from using it... Already done since a couple of years in the collaboractive book. -- Dr. Geo - http://drgeo.eu iStoa -

Re: [Pharo-users] Zoomable Infinitely scrollable PasteupMorph

2014-09-16 Thread Thierry Goubier
For infinitely zoomable interface, an old body of work and research on the possibilities is Pad++ [http://www.cs.umd.edu/hcil/pad++/] . Parcplace did some stuff too. Squeak seemed to have something at one point. Thierry 2014-09-16 15:09 GMT+02:00 Sean P. DeNigris s...@clipperadams.com: On

Re: [Pharo-users] Recursive #printOn: renders the image unusable

2014-09-16 Thread Johan Fabry
Hi all, for what it’s worth, I actually would prefer Objectname to be removed. It does not make sense to me to be defined at that level, and whenever I define an Object subclass with a name instvar and accessors, I am surprised (luckily no longer worried) when I see that I am overriding name.

Re: [Pharo-users] How can I help make installing Pharo easier (on Debian Wheezy)?

2014-09-16 Thread Sloane Simmons
http://files.pharo.org/vm/pharo/linux/old-libc/pharovm-ubuntu804.tar.gz I'll give this another look; I had tried this and I think this was mostly working, but think I ran into some problems when using the latest image/sources with the old VM. (May have just been that I set things up properly, or

Re: [Pharo-users] How can I help make installing Pharo easier (on Debian Wheezy)?

2014-09-16 Thread Esteban Lorenzano
On 16 Sep 2014, at 16:10, Sloane Simmons sloane...@gmail.com wrote: http://files.pharo.org/vm/pharo/linux/old-libc/pharovm-ubuntu804.tar.gz I'll give this another look; I had tried this and I think this was mostly working, but think I ran into some problems when using the latest

[Pharo-users] Cast in FFI

2014-09-16 Thread Annick Fron
How is it possible to do a cast in FFI ? Annick

Re: [Pharo-users] Zoomable Infinitely scrollable PasteupMorph

2014-09-16 Thread Alexandre Bergel
In the word “submorph” there are two important parts. “sub” and “morph”. Roassal support subelements, but only one morph is around, the trachel morph that contains all the drawing. Why staying in Morphic? Morphic does not scale well, does not have layout, and morphs are hardly composable with

Re: [Pharo-users] Zoomable Infinitely scrollable PasteupMorph

2014-09-16 Thread Sean P. DeNigris
On Sep 16, 2014, at 12:08 PM, abergel [via Smalltalk] ml-node+s1294792n4778404...@n4.nabble.com wrote: Why staying in Morphic? I want a morph with all the existing capabilities of a WorldMorph, that also has zooming and infinite scrolling. Is this easily possible via Roassal/Trachel? -

Re: [Pharo-users] Zoomable Infinitely scrollable PasteupMorph

2014-09-16 Thread Alexandre Bergel
Here is an example: -=-=-=-=-=-=-=-=-=-=-=-= | v | v := RTView new. v @ RTZoomableView. v add: (RTLabel new elementOn: 'Scroll your mouse wheel while hovering cursor over the view to zoom it'). v -=-=-=-=-=-=-=-=-=-=-=-=

Re: [Pharo-users] Zoomable Infinitely scrollable PasteupMorph

2014-09-16 Thread Sean P. DeNigris
On Sep 16, 2014, at 12:20 PM, abergel [via Smalltalk] ml-node+s1294792n477840...@n4.nabble.com wrote: Zooming is not infinite here Zooming wouldn't need to be, only scrolling e.g. an infinitely large world viewed through a small viewport - Cheers, Sean -- View this message in context:

[Pharo-users] [ANN] Test Coverage with Hapao

2014-09-16 Thread Alexandre Bergel
Dear all, We are happy to release Hapao2 for Pharo. Ricard Jacas and Alejandro Infante put quite some work on Spy2 (an über cool profiling framework for Pharo) and Hapao2. Hapao2 is about assessing the test coverage of your code and is a major revamp of Hapao1, which was presented a couple of

Re: [Pharo-users] Zoomable Infinitely scrollable PasteupMorph

2014-09-16 Thread Denis Kudriashov
Hi. Do you think Roassal can replace Morphic at all? 2014-09-16 20:07 GMT+04:00 Alexandre Bergel alexandre.ber...@me.com: In the word “submorph” there are two important parts. “sub” and “morph”. Roassal support subelements, but only one morph is around, the trachel morph that contains all

[Pharo-users] [ANN] SortFunctions (Multiple criteria sorting)

2014-09-16 Thread Esteban A. Maringolo
After the discussion about multiple sort criteria [1] I decided to make some modifications I was needing, and also repackage the initial port Nicolas Cellier did. The result is the transformation of Nicolas' TAG-SortFunctions [2] experiment to a first class project plainly named 'SortFunctions'

[Pharo-users] Blue book, worth reading?

2014-09-16 Thread Ichiseki
Is it a good idea to invest some time in reading studing the blue book? or better expend that time on other sources? thankyou ichisan -- View this message in context: http://forum.world.st/Blue-book-worth-reading-tp4778445.html Sent from the Pharo Smalltalk Users mailing list archive at

Re: [Pharo-users] Blue book, worth reading?

2014-09-16 Thread Esteban A. Maringolo
Well... it is a book worth reading, but also is a book worth having :) Pharo By Example and Pharo for the Enterprise are definitely more current, and will probably provide you with more useful content. But that depends on what is your purpose. Regards! Esteban A. Maringolo 2014-09-16 15:58

Re: [Pharo-users] Blue book, worth reading?

2014-09-16 Thread Davorin Rusevljan
For me, one of the few Books with capital B. It will teach you spirit of Smalltalk like nothing else. But if you are looking for book that will give you practical kickstart in Smalltalk, Pharo by example might be the ticket. On Sep 16, 2014 8:59 PM, Ichiseki is...@outlook.com wrote: Is it a

Re: [Pharo-users] [ANN] SortFunctions (Multiple criteria sorting)

2014-09-16 Thread stepharo
Esteban for now we do not have a systematic and automatic process to validate packages that are pushed in the metarepo so please do it. The metarepo is the way to go. Stef On 16/9/14 20:48, Esteban A. Maringolo wrote: After the discussion about multiple sort criteria [1] I decided to make