Re: [Pharo-users] A blog post showing FastTable performance on a real data set

2015-08-20 Thread Marcus Denker
Nice! FastTable is enabled by default in Pharo5 and one can really feel the difference, e.g. when browsing large classes. > On 21 Aug 2015, at 07:17, Hernán Morales Durand > wrote: > > Hello there, > > This might be useful to others, I wrote a small blog post of FastTable usage > with more

[Pharo-users] A blog post showing FastTable performance on a real data set

2015-08-20 Thread Hernán Morales Durand
Hello there, This might be useful to others, I wrote a small blog post of FastTable usage with more than 1,2 million of scientific names in one of the most useful bioinformatics curated databases, the NCBI Taxonomy Database. http://biosmalltalk.blogspot.com/2015/08/browsing-12-million-formal-scie

[Pharo-users] Loading Chalten & Aconcagua error

2015-08-20 Thread Hernán Morales Durand
Hello, It seems Aconcagua cannot be installed from Configuration Browser in Pharo 4. It fails with the following exception: FileDoesNotExist: File @ C:\MySmalltalkProjects\SRS\ST2\github-cache\mtaborda\aconcagua\master\mtaborda-aconcagua-4d0a14f\repository\Aconcagua-Tests.package\monticello.meta\

[Pharo-users] How to execute code when after loading a package

2015-08-20 Thread Julien Delplanque
Hi all, I have a package for which I need to execute some code after it is loaded in an image. This package have no dependency so I don't know if it is possible to do it without using a baseline but I guess it's not. Thanks, Julien

[Pharo-users] How does mouseFocus work?

2015-08-20 Thread Stephan Eggermont
At the moment I do startDrag: evt WorldState addDeferredUIMessage: [ self attachAllSubnodes. evt hand grabMorph: self. evt hand addEventListener: self. ]. with handleListenEvent: anEvent anEvent isMouseUp ifTrue: [