Re: [Pharo-project] What is the difference between ActionSequence and WeakActionSequence

2012-01-15 Thread Stéphane Ducasse
Ah yeas now I remember this is event raising when:to:do:… Yet another thing unused but not totally and probably a bit shaky. Some points for the future: - I do not understand why this is not packaged with EventManager - We want to remove DependentFields from Object like in CUIS a

Re: [Pharo-project] What is the difference between ActionSequence and WeakActionSequence

2012-01-13 Thread Guillermo Polito
On Fri, Jan 13, 2012 at 5:32 PM, Stéphane Ducasse wrote: > What is that? > ActionSequence? Who use that? > So far, OB :P > > > But they are both defined the same way! > > > > Array variableSubclass: #WeakActionSequence > > instanceVariableNames: '' > > classVariableNames: '' > > po

Re: [Pharo-project] What is the difference between ActionSequence and WeakActionSequence

2012-01-13 Thread Stéphane Ducasse
What is that? ActionSequence? Who use that? > But they are both defined the same way! > > Array variableSubclass: #WeakActionSequence > instanceVariableNames: '' > classVariableNames: '' > poolDictionaries: '' > category: 'Kernel-Objects' > > The only reference to it's weakness i

Re: [Pharo-project] What is the difference between ActionSequence and WeakActionSequence

2012-01-13 Thread Mariano Martinez Peck
On Fri, Jan 13, 2012 at 4:48 PM, Mariano Martinez Peck < marianop...@gmail.com> wrote: > > > On Fri, Jan 13, 2012 at 4:44 PM, Guillermo Polito < > guillermopol...@gmail.com> wrote: > >> But they are both defined the same way! >> >> Array variableSubclass: #WeakActionSequence >> instanceVariabl

Re: [Pharo-project] What is the difference between ActionSequence and WeakActionSequence

2012-01-13 Thread Mariano Martinez Peck
On Fri, Jan 13, 2012 at 4:44 PM, Guillermo Polito wrote: > But they are both defined the same way! > > Array variableSubclass: #WeakActionSequence > instanceVariableNames: '' > classVariableNames: '' > poolDictionaries: '' > category: 'Kernel-Objects' > > The only reference to it'

Re: [Pharo-project] What is the difference between ActionSequence and WeakActionSequence

2012-01-13 Thread Guillermo Polito
But they are both defined the same way! Array variableSubclass: #WeakActionSequence instanceVariableNames: '' classVariableNames: '' poolDictionaries: '' category: 'Kernel-Objects' The only reference to it's weakness it its name! :P On Fri, Jan 13, 2012 at 12:39 PM, Henrik Johans

Re: [Pharo-project] What is the difference between ActionSequence and WeakActionSequence

2012-01-13 Thread Henrik Johansen
On Jan 13, 2012, at 4:33 23PM, Guillermo Polito wrote: > In 1.3 they look the same, in 1.4 ActionSequence is not there any more... > > Is the second one replacing the first one? are there any differences for the > user? > > Thanks, > Guille ActionSequence was not referenced by the base syste

[Pharo-project] What is the difference between ActionSequence and WeakActionSequence

2012-01-13 Thread Guillermo Polito
In 1.3 they look the same, in 1.4 ActionSequence is not there any more... Is the second one replacing the first one? are there any differences for the user? Thanks, Guille