Re: [Pharo-users] Looking for old Linux vm

2013-06-17 Thread Sean P. DeNigris
MontyK wrote > I recently moved from winxp to ubuntu and I'm trying to find the linux vm > that matches an old win vm I was using for an application I wrote. I > don't want to run it under wine in Ubuntu and I don't want to upgrade to a > newer version of Pharo. I'd like to find the linux version

Re: [Pharo-users] Tabular Data Viewer

2013-06-17 Thread Sven Van Caekenberghe
Hey Alain, Thanks for the pointer, that example works OK, though I don't need the editing, but I guess that could be done as well. It is good to know that this is standard. But for now I am going to try using Glamour. Sven On 17 Jun 2013, at 19:29, plantec wrote: > Hi Sven, > This kind of wid

Re: [Pharo-users] Tabular Data Viewer

2013-06-17 Thread Sven Van Caekenberghe
Guys, On 17 Jun 2013, at 16:55, Damien Cassou wrote: > On Mon, Jun 17, 2013 at 4:48 PM, Sven Van Caekenberghe wrote: >> Thanks Stephan, I will have a look using a Moose image later this evening. >> I guess Glamour can be loaded in Pharo 2.0 ? > > yes it can. http://www.smalltalkhub.com/#!/~Moo

Re: [Pharo-users] Tabular Data Viewer

2013-06-17 Thread plantec
Hi Sven, This kind of widget is missing. Have a try with: SimpleGridExample new open It is implemented with MorphTreeMorph. It is far from the best solution since MorphTreeMorph a Tree/List widget but it should be ok if you have not too many data. Maybe the Glamour solution is based on it, I don't

Re: [Pharo-users] Smalltalkhub error while committing on someone else public repo

2013-06-17 Thread Luc Fabresse
Hi Esteban, Thanks. 2013/6/17 Esteban Lorenzano > Hi Luc, > > in smalltalkhub there is no such thing as "public" repository, in the > sense of "allowing public contributions", you need to be added to the > repository. > I am sure I knew it but I forgot ;-) > yes, this is annoying, there is

Re: [Pharo-users] Smalltalkhub error while committing on someone else public repo

2013-06-17 Thread Luc Fabresse
2013/6/17 Damien Cassou > On Mon, Jun 17, 2013 at 4:36 PM, Luc Fabresse > wrote: > > Error: Could not save LZ4Compressor-LucFabresse.14.mcz: > ZnHttpUnsuccessful: > > 500 Internal Server Error > > have a look at the various instance and temporary variables in the > context of the error to get mo

Re: [Pharo-users] Smalltalkhub error while committing on someone else public repo

2013-06-17 Thread Esteban Lorenzano
Hi Luc, in smalltalkhub there is no such thing as "public" repository, in the sense of "allowing public contributions", you need to be added to the repository. yes, this is annoying, there is an upcoming change to allow public inboxes :( yes, therm "public" can be misleading :(( and finally, yes

Re: [Pharo-users] Tabular Data Viewer

2013-06-17 Thread Damien Cassou
On Mon, Jun 17, 2013 at 4:48 PM, Sven Van Caekenberghe wrote: > Thanks Stephan, I will have a look using a Moose image later this evening. > I guess Glamour can be loaded in Pharo 2.0 ? yes it can. http://www.smalltalkhub.com/#!/~Moose/Glamour -- Damien Cassou http://damiencassou.seasidehosting.

Re: [Pharo-users] Tabular Data Viewer

2013-06-17 Thread Sven Van Caekenberghe
Thanks Stephan, I will have a look using a Moose image later this evening. I guess Glamour can be loaded in Pharo 2.0 ? On 17 Jun 2013, at 16:40, Stephan Eggermont wrote: > Glamour has a simple table viewer. From > GLMBasicExamples open > > simpleTable > > "| f | > f := sel

Re: [Pharo-users] Smalltalkhub error while committing on someone else public repo

2013-06-17 Thread Damien Cassou
On Mon, Jun 17, 2013 at 4:36 PM, Luc Fabresse wrote: > Error: Could not save LZ4Compressor-LucFabresse.14.mcz: ZnHttpUnsuccessful: > 500 Internal Server Error have a look at the various instance and temporary variables in the context of the error to get more information about what happened. -- D

Re: [Pharo-users] Tabular Data Viewer

2013-06-17 Thread Stephan Eggermont
Glamour has a simple table viewer. From GLMBasicExamples open simpleTable "| f | f := self new simpleTable. f openOn: 1000. (f panes first port: #selection) value: 1" | finder | finder := GLMFinder new. finder show: [:a |

[Pharo-users] Smalltalkhub error while committing on someone else public repo

2013-06-17 Thread Luc Fabresse
Hi all, I try to commit on a public repository ( http://smalltalkhub.com/mc/marianopeck/LZ4/main) and I always get Error: Could not save LZ4Compressor-LucFabresse.14.mcz: ZnHttpUnsuccessful: 500 Internal Server Error Any idea? Cheers, #Luc

[Pharo-users] Tabular Data Viewer

2013-06-17 Thread Sven Van Caekenberghe
Hi, Is there an easy way to view tabular data in Pharo, much like a spreadsheet ? Ideally, something along the following lines MagicTableView new headings: #( name age sex score ); data: ; open. Can spec be used for this ? Pointing me to

[Pharo-users] Fwd: [Esug-list] 12 months engineer position

2013-06-17 Thread Damien Cassou
-- Forwarded message -- From: Loïc Lagadec Date: Mon, Jun 17, 2013 at 1:24 PM Subject: [Esug-list] 12 months engineer position To: ESUG Mailing list , Loïc Lagadec < loic.laga...@ensta-bretagne.fr> Dear all, (apologies if you receive multiple copies) We have a 12-months open p

Re: [Pharo-users] [ANN] Voyage updated to 2.0 and blog post

2013-06-17 Thread p...@highoctane.be
Cool to have the text indeed. Not sure that "...and to fist stage developments" would make those developments any good... How hard would it be to have a Riak backend for Voyage? (As we do have Phriak to do the low level work). Nicolas Oak and Esteban Voyage. Hmm, confusing options... Phil ---

Re: [Pharo-users] PharoForTheEnterprise

2013-06-17 Thread Stéphane Ducasse
On Jun 17, 2013, at 12:26 PM, Stephan Eggermont wrote: > PharoForTheEnterprise works very well for generating nice-looking > documentation. > I've started moving some Deltawerken introduction mails to this format. > > On a 10.6.8 Mac, I've noticed the following: > - each compile run complains

[Pharo-users] PharoForTheEnterprise

2013-06-17 Thread Stephan Eggermont
PharoForTheEnterprise works very well for generating nice-looking documentation. I've started moving some Deltawerken introduction mails to this format. On a 10.6.8 Mac, I've noticed the following: - each compile run complains about 'setsockopt: No buffer space available' - by default only the cha

Re: [Pharo-users] [ANN] Voyage updated to 2.0 and blog post

2013-06-17 Thread S Krish
isVoyageRoot . why not let any object class be allowed to default as a root, or use simpler implicit method call to set any object class as root/ rather than introduce a class method.. On Mon, Jun 17, 2013 at 3:46 PM, S Krish wrote: > Really Nice.. > > Guess a typo, unless I miss something here

Re: [Pharo-users] [ANN] Voyage updated to 2.0 and blog post

2013-06-17 Thread S Krish
Really Nice.. Guess a typo, unless I miss something here.. anAssociation := #answer->42. anAssociation save. This will generate a collection named “point” in your database, with a document with the It generates collection named "Association" or the class name.. On Mon, Jun 17, 2013 at 2:56 P

Re: [Pharo-users] JPEG export producing images with black background

2013-06-17 Thread Usman Bhatti
On Sun, Jun 16, 2013 at 2:24 PM, Olivier Auverlot < olivier.auver...@gmail.com> wrote: > Hi Husman, > > A little piece of code to use an intermediate morph that has not a > transparency background. When the morph is exported, the JPEG file is > correct. > > |window m graph | > window := ESExamples

Re: [Pharo-users] [ANN] Voyage updated to 2.0 and blog post

2013-06-17 Thread Esteban Lorenzano
cool :) thanks Stef Esteban On Jun 15, 2013, at 7:56 PM, Stéphane Ducasse wrote: > Here is a pierified version that is now available on the > PharoForTheEntreprise git repository. > > Stef > > > On Jun 15, 2013, at 11:27 AM, Bernat Romagosa > wrote: > >> Great! >> >> I'll read it firs