Re: [Pharo-users] Repository of petit parser

2013-11-08 Thread Tudor Girba
Agreed. But, the ConfigurationOfPetitParser is up to date. It has groups to distinguish between between core and gui. The only problem that Norbert raised is that when using Snapshotcello, the groups are lost due to flattening of the entire configuration. Doru On Sat, Nov 9, 2013 at 2:12 AM, St

Re: [Pharo-users] ProfStef, Lesson 25 - Unknown selector

2013-11-08 Thread Clément Bera
This bug is fixed and integrated in Pharo 3. 2013/11/9 Stéphane Ducasse > marcus > > did you open an entry? > > Stef > > On Nov 5, 2013, at 9:51 AM, Marcus Denker wrote: > > (Object compiledMethodAt: #halt) valueWithReceiver: nil arguments: #() > > > We should update ProfStef > > Marcus > > >

Re: [Pharo-users] ProfStef, Lesson 25 - Unknown selector

2013-11-08 Thread Marcus Denker
On 09 Nov 2013, at 01:30, Stéphane Ducasse wrote: > marcus > > did you open an entry? > It is already fixed in 3.0 and 2.0 :-) > Stef > > On Nov 5, 2013, at 9:51 AM, Marcus Denker wrote: > >> (Object compiledMethodAt: #halt) valueWithReceiver: nil arguments: #() >> >> >> We should upda

Re: [Pharo-users] Using FFI

2013-11-08 Thread Annick Fron
I have answered I think Envoyé de mon iPod > Le 9 nov. 2013 à 02:01, Stéphane Ducasse a écrit : > > Annick > > You cannot expect people to respond to you if you do not provide > full context + information. > On the long term people will stop to reply to you. > Repeat after me: > which

Re: [Pharo-users] Spec - Tutorial Series

2013-11-08 Thread Bahman Movaqar
Hi all, A new episode is availabe: Spec - Part II: The Layout (http://www.bahmanm.com/blogs/spec-part-2-layout) I'd appreciate any comments/hints. TIA, -- Bahman Movaqar (http://BahmanM.com) ERP Evaluation, Implementation & Deployment Consultant PGP Key ID: 0x6AB5BD68 (keyserver2.pgp.com)

Re: [Pharo-users] Spec - Grid/Table Layout

2013-11-08 Thread Stéphane Ducasse
+1 One day we should have a real table widget. stef > > > > can be achieve with a MorphTreeMorph (therefor with a TreeModel in Spec). > > Maybe I should create a TableModel in addition since a TreeModel for this is > a bit magic :) > > Ben > > On 07 Nov 2013, at 10:04, Clément Bera wrot

Re: [Pharo-users] [FEEDBACK] Install Pharo on MacOSX

2013-11-08 Thread Stéphane Ducasse
+1 On Nov 7, 2013, at 6:50 PM, Ignacio Matías Sniechowski <0800na...@gmail.com> wrote: > Damien, > The new dmg works perfect in my system OS X 10.9. The issue with the sources > is fixed. > Thanks for this. It's great to have all the images in the same launcher. > Nacho. > > Lic. Ignacio Sniec

Re: [Pharo-users] Spec - Tutorial Series

2013-11-08 Thread Stéphane Ducasse
EXCELLENT initiative. I will read it. On Nov 7, 2013, at 6:43 AM, Bahman Movaqar wrote: > Hi all, > > I'm writing a series of tutorials for Spec for beginners like myself and > I'd really appreciate any input on the material. > The first episode is done: http://www.bahmanm.com/blogs/spec-part-

Re: [Pharo-users] Repository of petit parser

2013-11-08 Thread Stéphane Ducasse
Guys even if one day we may integrate petitparser (so far I do not see why - but do not comment). We need an up to date configuration because we want everything with configuration because we want to bootstrap 4.0. Stef

Re: [Pharo-users] Why won't my Pharo download run?

2013-11-08 Thread Stéphane Ducasse
this is really strange. Windows is a pain. Stef On Nov 7, 2013, at 4:06 PM, PBK Research wrote: > OK. I opened a command line prompt, cd to Pharo 2.0 directory (created in > today's download), enter 'pharo.exe pharo2.0.image'. Same result - immediate > failure. I had previously changed the as

Re: [Pharo-users] Repository of petit parser

2013-11-08 Thread Stéphane Ducasse
People can you remove the one you do not use and we keep the one of Moose? On Nov 7, 2013, at 10:10 AM, Norbert Hartl wrote: > Looking at smalltalkhub there are plenty of PetitParser repos to find but > none that looks official. So which is considered official? I still had Lukas’ > repo in m

Re: [Pharo-users] Using FFI

2013-11-08 Thread Stéphane Ducasse
Annick You cannot expect people to respond to you if you do not provide full context + information. On the long term people will stop to reply to you. Repeat after me: which image? which OS version? which vm version? I think that we are pretty nice people but do not forc

Re: [Pharo-users] Adjusting the size of a window using Spec

2013-11-08 Thread Stéphane Ducasse
Ignacio Could you sketch a draft of a step by step tutorial? Like that I can do a pass after and turn it into a gutenberg chapter? You can use plain txt on git or I can also add you to the PharoForTheEntreprise git repo. Stef On Nov 6, 2013, at 12:37 PM, Ignacio Matías Sniechowski <0800na...@

Re: [Pharo-users] rawSourceRanges in Encoder class question

2013-11-08 Thread Stéphane Ducasse
Hello Gabriel Let us embrace changes for real! We do not want to hear about the old compiler - why …. because it is … old :) Clement developed clean block optimizations in one afternoon with the new compiler. So this shows what it should. Stef > Hello, > > In Pharo3, we replace the *whole* st

Re: [Pharo-users] SerialPlugin on MacOS

2013-11-08 Thread Stéphane Ducasse
It looks old to me. Bernat can you use an instable one to see. On Nov 5, 2013, at 12:27 PM, Bernat Romagosa wrote: > Hi Luc, > > Smalltalk vm version reports: > > 'NBCoInterpreter NativeBoost-CogPlugin-EstebanLorenzano.18 uuid: > a53445f9-c0c0-4015-97a3-be7db8d9ed6b Mar 13 2013 > NBCogit N

Re: [Pharo-users] ProfStef, Lesson 25 - Unknown selector

2013-11-08 Thread Stéphane Ducasse
marcus did you open an entry? Stef On Nov 5, 2013, at 9:51 AM, Marcus Denker wrote: > (Object compiledMethodAt: #halt) valueWithReceiver: nil arguments: #() > > > We should update ProfStef > > Marcus

Re: [Pharo-users] Create a .exe application in Pharo 2.0

2013-11-08 Thread Stéphane Ducasse
Phil can you post a separate thread because indeed this would be really cool to have some testimony on the web site from cool pharoers. Stef > Exactly. I'd like to do podcast interviews with you people on this list to > convey that powerful emotion. Takers? > > > > On Monday, November 4, 2

[Pharo-users] Pharo 3.0.0 dmg for Mac OSX

2013-11-08 Thread Bruce Prior
The dmg works for me now in OS 10.9 Mavericks. I didn't have "Allow downloads from anywhere" ON. If I launch Pharo2.0 I get a message, "cannot locate sources file." This isn't a problem for me. Thanks, Damien, for a cool launcher. Bruce

Re: [Pharo-users] Spec - Nested Layouts

2013-11-08 Thread btc
Benjamin wrote: I have two arguments: - there are multiple arguments for TreeColumn and writing down all the combination will result in a lot of method, uselessly polluting the API - you lose the ability to modify the column on the fly since you do not have a pointer to it. Fair enough.

Re: [Pharo-users] Spec - Grid/Table Layout

2013-11-08 Thread Benjamin
It is definitely defined in TreeModel :) Ben On 08 Nov 2013, at 14:29, prova email wrote: > Very very very good Ben, thanks a lot. Last question: you use the "columns:" > message, but it's not defined in TreeModel. You defined it here > MorphTreeAdapter>>#columns: > columns: colu

Re: [Pharo-users] Spec - Grid/Table Layout

2013-11-08 Thread prova email
Very very very good Ben, thanks a lot. Last question: you use the "columns:" message, but it's not defined in TreeModel. You defined it hereMorphTreeAdapter>>#columns: columns: columns self widgetDo: [ :w | w columns: columns.

Re: [Pharo-users] Spec - Grid/Table Layout

2013-11-08 Thread Benjamin
tree := TreeModel new. tree openWithSpec. tree columns: (Array with: (MorphTreeColumn new rowMorphGetSelector: [:node | node item first asString asMorph ]; headerButtonLabel: 'Name' font: nil; yourself) with: (MorphTreeColumn new rowMorphGetSelector: [:node | node item second as

Re: [Pharo-users] Spec - Grid/Table Layout

2013-11-08 Thread prova email
Yes Ben, too much threads! That's why i'm a little bit confused! That's what i understood: i've got two roads-> use TreeModel as you did with Pamela Anderson or use the simple and nested SpecLayout (SpecLayout composed) as Clement did.If in your TreeModel i can put a RadioButtonModel or a Button

Re: [Pharo-users] Pharo 3.0.0.dmg for Mac OSX - problem loading on OS 10.9

2013-11-08 Thread Camille Teruel
On 8 nov. 2013, at 13:26, Yuriy Tymchuk wrote: > > On 08 Nov 2013, at 13:20, Camille Teruel wrote: > >> >> On 8 nov. 2013, at 13:04, Damien Cassou wrote: >> >>> On Fri, Nov 8, 2013 at 12:59 PM, Camille Teruel >>> wrote: Not for me (on mavericks too)... >>> >>> >>> what is you

Re: [Pharo-users] Spec - Grid/Table Layout

2013-11-08 Thread Benjamin
I guess too much threads :)I answer this in another thread I think :Pthe block provided to displayBlock:/rowMorphGetSelector: can return anything understanding asMorph.So you can return any custom morph there :)I think the following worktree columns: (Array  with: (TreeColumnModel new displayBlock:

Re: [Pharo-users] Spec - Grid/Table Layout

2013-11-08 Thread prova email
Yes Clement, i've got your .st file. I saw it in Nested Layout thread. I file in it in Pharo and i see that is not as good as a fashion window is. Maybe Morphic is the right solution but, in that way, we are leaving the idea of Bahman, and the 2nd Spec Tuto is in danger! However, you asked to Be

Re: [Pharo-users] Pharo 3.0.0.dmg for Mac OSX - problem loading on OS 10.9

2013-11-08 Thread Yuriy Tymchuk
On 08 Nov 2013, at 13:20, Camille Teruel wrote: > > On 8 nov. 2013, at 13:04, Damien Cassou wrote: > >> On Fri, Nov 8, 2013 at 12:59 PM, Camille Teruel >> wrote: >>> >>> Not for me (on mavericks too)... >> >> >> what is your problem? > > The very same: > " “Pharo” is damaged and can’t b

Re: [Pharo-users] Pharo 3.0.0.dmg for Mac OSX - problem loading on OS 10.9

2013-11-08 Thread Camille Teruel
On 8 nov. 2013, at 13:04, Damien Cassou wrote: > On Fri, Nov 8, 2013 at 12:59 PM, Camille Teruel > wrote: >> >> Not for me (on mavericks too)... > > > what is your problem? The very same: " “Pharo” is damaged and can’t be opened. You should eject the disk image." > -- > Damien Cassou

Re: [Pharo-users] Pharo 3.0.0.dmg for Mac OSX - problem loading on OS 10.9

2013-11-08 Thread Yuriy Tymchuk
On 08 Nov 2013, at 12:53, Damien Cassou wrote: > On Fri, Nov 8, 2013 at 11:44 AM, Yuriy Tymchuk wrote: >> Just downloaded last build. Works for me. (I’m on Mavericks of course) > > > you got the warning about the missing signature right? Yes. But I allow run whatever there is :) > > -- >

Re: [Pharo-users] Pharo 3.0.0.dmg for Mac OSX - problem loading on OS 10.9

2013-11-08 Thread Camillo Bruni
On 2013-11-08, at 12:59, Camille Teruel wrote: > > On 8 nov. 2013, at 11:44, Yuriy Tymchuk wrote: > >> Just downloaded last build. Works for me. (I’m on Mavericks of course) > > Not for me (on mavericks too)... Did you enable System Preferences / Security & Privacy => Allow apps downloaded

Re: [Pharo-users] Pharo 3.0.0.dmg for Mac OSX - problem loading on OS 10.9

2013-11-08 Thread Damien Cassou
On Fri, Nov 8, 2013 at 12:59 PM, Camille Teruel wrote: > > Not for me (on mavericks too)... what is your problem? -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill

Re: [Pharo-users] Pharo 3.0.0.dmg for Mac OSX - problem loading on OS 10.9

2013-11-08 Thread Camille Teruel
On 8 nov. 2013, at 11:44, Yuriy Tymchuk wrote: > Just downloaded last build. Works for me. (I’m on Mavericks of course) Not for me (on mavericks too)... > > On 08 Nov 2013, at 11:38, Damien Cassou wrote: > >> >> On Thu, Nov 7, 2013 at 8:10 PM, Bruce Prior wrote: >> I tried CTRL-click to o

Re: [Pharo-users] Pharo 3.0.0.dmg for Mac OSX - problem loading on OS 10.9

2013-11-08 Thread Damien Cassou
On Fri, Nov 8, 2013 at 11:44 AM, Yuriy Tymchuk wrote: > Just downloaded last build. Works for me. (I’m on Mavericks of course) you got the warning about the missing signature right? -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to anothe

Re: [Pharo-users] Spec - Grid/Table Layout

2013-11-08 Thread Clément Bera
Ben answered in another thread: *About table, I have an example which will be running soon in Pharo (the changes are waiting to be integrated)* *tree := TreeModel new.* *tree openWithSpec.* *tree columns: (Array * * with: (TreeColumnModel new displayBlock: [:node | node content first asString ];

Re: [Pharo-users] Spec - Grid/Table Layout

2013-11-08 Thread Benjamin
In the example I gave with TreeColumn/MorphTreeColumn the block used to render the item can return anything understanding #asMorph. So you can easily return any Morph you like there :) Ben On 08 Nov 2013, at 12:18, prova email wrote: > Hi Clement; > > I did the Spec tuto made by Bahman (grea

Re: [Pharo-users] Pharo 3.0.0.dmg for Mac OSX - problem loading on OS 10.9

2013-11-08 Thread Yuriy Tymchuk
Just downloaded last build. Works for me. (I’m on Mavericks of course) On 08 Nov 2013, at 11:38, Damien Cassou wrote: > > On Thu, Nov 7, 2013 at 8:10 PM, Bruce Prior wrote: > I tried CTRL-click to open Pharo.app. I still get the above result. > > I haven't fixed this issue yet. But I don't kn

Re: [Pharo-users] Pharo 3.0.0.dmg for Mac OSX - problem loading on OS 10.9

2013-11-08 Thread Damien Cassou
On Thu, Nov 7, 2013 at 8:10 PM, Bruce Prior wrote: > I tried CTRL-click to open Pharo.app. I still get the above result. I haven't fixed this issue yet. But I don't know why others workaround don't work for you. And I can't help you because I don't have Mavericks, sorry. -- Damien Cassou htt

Re: [Pharo-users] Spec - Nested Layouts

2013-11-08 Thread Benjamin
I have two arguments: - there are multiple arguments for TreeColumn and writing down all the combination will result in a lot of method, uselessly polluting the API - you lose the ability to modify the column on the fly since you do not have a pointer to it. But anyway, I think I will introduce