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
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
>
>
>
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
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
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)
+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
+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
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-
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
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
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
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
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...@
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
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
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
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
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
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.
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
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.
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
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
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
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:
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
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
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
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 :)
>
> --
>
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
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
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
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
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 ];
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
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
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
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
38 matches
Mail list logo