Etoys specialist needed

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

Etoys specialist needed

Chris Muller-3
Looked at this one, no idea.

Could someone please provide an assist for this?  Then I can get RC2 out.

Thanks.

> 3. Presenter(Object)>>doesNotUnderstand: #associatedMorph
>      a. Open Squeak
>      b. Open a new morphic project
>      c. Return to previous project
>      d. Select red X, close this window.
>      d.  MNU Really delete the icon
>           and remove the project
>           'Unnamed' from Etoys?
>           (file will still be saved on disk.

Reply | Threaded
Open this post in threaded view
|

Re: Etoys specialist needed

Karl Ramberg
It's a case where easy access to class variable worid be nice ;-)

DefaultPresenterClass is nil but should be EtoysPresenter

Cheers,
Karl


On Tue, Jan 28, 2014 at 6:07 PM, Chris Muller <[hidden email]> wrote:
Looked at this one, no idea.

Could someone please provide an assist for this?  Then I can get RC2 out.

Thanks.

> 3. Presenter(Object)>>doesNotUnderstand: #associatedMorph
>      a. Open Squeak
>      b. Open a new morphic project
>      c. Return to previous project
>      d. Select red X, close this window.
>      d.  MNU Really delete the icon
>           and remove the project
>           'Unnamed' from Etoys?
>           (file will still be saved on disk.




Reply | Threaded
Open this post in threaded view
|

Re: Etoys specialist needed

Chris Muller-3
Karl, I'm sorry if I'm being dense but...  none of that made any sense to me.


On Tue, Jan 28, 2014 at 1:31 PM, karl ramberg <[hidden email]> wrote:

> It's a case where easy access to class variable worid be nice ;-)
>
> DefaultPresenterClass is nil but should be EtoysPresenter
>
> Cheers,
> Karl
>
>
> On Tue, Jan 28, 2014 at 6:07 PM, Chris Muller <[hidden email]> wrote:
>>
>> Looked at this one, no idea.
>>
>> Could someone please provide an assist for this?  Then I can get RC2 out.
>>
>> Thanks.
>>
>> > 3. Presenter(Object)>>doesNotUnderstand: #associatedMorph
>> >      a. Open Squeak
>> >      b. Open a new morphic project
>> >      c. Return to previous project
>> >      d. Select red X, close this window.
>> >      d.  MNU Really delete the icon
>> >           and remove the project
>> >           'Unnamed' from Etoys?
>> >           (file will still be saved on disk.
>>
>
>
>
>

Reply | Threaded
Open this post in threaded view
|

Re: Etoys specialist needed

Karl Ramberg
Presenter has a class variable DefaultPresenterClass that is not set correctly.
EtoysPresenter class must be initialized to set it.

Cheers,
Karl


On Tue, Jan 28, 2014 at 8:59 PM, Chris Muller <[hidden email]> wrote:
Karl, I'm sorry if I'm being dense but...  none of that made any sense to me.


On Tue, Jan 28, 2014 at 1:31 PM, karl ramberg <[hidden email]> wrote:
> It's a case where easy access to class variable worid be nice ;-)
>
> DefaultPresenterClass is nil but should be EtoysPresenter
>
> Cheers,
> Karl
>
>
> On Tue, Jan 28, 2014 at 6:07 PM, Chris Muller <[hidden email]> wrote:
>>
>> Looked at this one, no idea.
>>
>> Could someone please provide an assist for this?  Then I can get RC2 out.
>>
>> Thanks.
>>
>> > 3. Presenter(Object)>>doesNotUnderstand: #associatedMorph
>> >      a. Open Squeak
>> >      b. Open a new morphic project
>> >      c. Return to previous project
>> >      d. Select red X, close this window.
>> >      d.  MNU Really delete the icon
>> >           and remove the project
>> >           'Unnamed' from Etoys?
>> >           (file will still be saved on disk.
>>
>
>
>
>




Reply | Threaded
Open this post in threaded view
|

Re: Etoys specialist needed

Chris Muller-3
Ok, so what's the solution?

Change EToySystem class>>#cleanUp: to not nil it out?

On Tue, Jan 28, 2014 at 2:28 PM, karl ramberg <[hidden email]> wrote:

> Presenter has a class variable DefaultPresenterClass that is not set
> correctly.
> EtoysPresenter class must be initialized to set it.
>
> Cheers,
> Karl
>
>
> On Tue, Jan 28, 2014 at 8:59 PM, Chris Muller <[hidden email]> wrote:
>>
>> Karl, I'm sorry if I'm being dense but...  none of that made any sense to
>> me.
>>
>>
>> On Tue, Jan 28, 2014 at 1:31 PM, karl ramberg <[hidden email]>
>> wrote:
>> > It's a case where easy access to class variable worid be nice ;-)
>> >
>> > DefaultPresenterClass is nil but should be EtoysPresenter
>> >
>> > Cheers,
>> > Karl
>> >
>> >
>> > On Tue, Jan 28, 2014 at 6:07 PM, Chris Muller <[hidden email]>
>> > wrote:
>> >>
>> >> Looked at this one, no idea.
>> >>
>> >> Could someone please provide an assist for this?  Then I can get RC2
>> >> out.
>> >>
>> >> Thanks.
>> >>
>> >> > 3. Presenter(Object)>>doesNotUnderstand: #associatedMorph
>> >> >      a. Open Squeak
>> >> >      b. Open a new morphic project
>> >> >      c. Return to previous project
>> >> >      d. Select red X, close this window.
>> >> >      d.  MNU Really delete the icon
>> >> >           and remove the project
>> >> >           'Unnamed' from Etoys?
>> >> >           (file will still be saved on disk.
>> >>
>> >
>> >
>> >
>> >
>>
>
>
>
>

Reply | Threaded
Open this post in threaded view
|

Re: Etoys specialist needed

Karl Ramberg
Yes,
Unless EtoysPresenter is unloaded DefaultPresenterClass should not be nil. Presenter seems to be more of a abstract class and does not work with ImageSegments as it is now.

Cheers,
Karl



On Tue, Jan 28, 2014 at 9:55 PM, Chris Muller <[hidden email]> wrote:
Ok, so what's the solution?

Change EToySystem class>>#cleanUp: to not nil it out?

On Tue, Jan 28, 2014 at 2:28 PM, karl ramberg <[hidden email]> wrote:
> Presenter has a class variable DefaultPresenterClass that is not set
> correctly.
> EtoysPresenter class must be initialized to set it.
>
> Cheers,
> Karl
>
>
> On Tue, Jan 28, 2014 at 8:59 PM, Chris Muller <[hidden email]> wrote:
>>
>> Karl, I'm sorry if I'm being dense but...  none of that made any sense to
>> me.
>>
>>
>> On Tue, Jan 28, 2014 at 1:31 PM, karl ramberg <[hidden email]>
>> wrote:
>> > It's a case where easy access to class variable worid be nice ;-)
>> >
>> > DefaultPresenterClass is nil but should be EtoysPresenter
>> >
>> > Cheers,
>> > Karl
>> >
>> >
>> > On Tue, Jan 28, 2014 at 6:07 PM, Chris Muller <[hidden email]>
>> > wrote:
>> >>
>> >> Looked at this one, no idea.
>> >>
>> >> Could someone please provide an assist for this?  Then I can get RC2
>> >> out.
>> >>
>> >> Thanks.
>> >>
>> >> > 3. Presenter(Object)>>doesNotUnderstand: #associatedMorph
>> >> >      a. Open Squeak
>> >> >      b. Open a new morphic project
>> >> >      c. Return to previous project
>> >> >      d. Select red X, close this window.
>> >> >      d.  MNU Really delete the icon
>> >> >           and remove the project
>> >> >           'Unnamed' from Etoys?
>> >> >           (file will still be saved on disk.
>> >>
>> >
>> >
>> >
>> >
>>
>
>
>
>




Reply | Threaded
Open this post in threaded view
|

Re: Etoys specialist needed

Frank Shearar-3
Sorry for the tardy response. Karl is right: #cleanUpEtoys shouldn't
say "Presenter defaultPresenterClass: nil", at least as I understand
things.

frank

On 28 January 2014 21:28, karl ramberg <[hidden email]> wrote:

> Yes,
> Unless EtoysPresenter is unloaded DefaultPresenterClass should not be nil.
> Presenter seems to be more of a abstract class and does not work with
> ImageSegments as it is now.
>
> Cheers,
> Karl
>
>
>
> On Tue, Jan 28, 2014 at 9:55 PM, Chris Muller <[hidden email]> wrote:
>>
>> Ok, so what's the solution?
>>
>> Change EToySystem class>>#cleanUp: to not nil it out?
>>
>> On Tue, Jan 28, 2014 at 2:28 PM, karl ramberg <[hidden email]>
>> wrote:
>> > Presenter has a class variable DefaultPresenterClass that is not set
>> > correctly.
>> > EtoysPresenter class must be initialized to set it.
>> >
>> > Cheers,
>> > Karl
>> >
>> >
>> > On Tue, Jan 28, 2014 at 8:59 PM, Chris Muller <[hidden email]>
>> > wrote:
>> >>
>> >> Karl, I'm sorry if I'm being dense but...  none of that made any sense
>> >> to
>> >> me.
>> >>
>> >>
>> >> On Tue, Jan 28, 2014 at 1:31 PM, karl ramberg <[hidden email]>
>> >> wrote:
>> >> > It's a case where easy access to class variable worid be nice ;-)
>> >> >
>> >> > DefaultPresenterClass is nil but should be EtoysPresenter
>> >> >
>> >> > Cheers,
>> >> > Karl
>> >> >
>> >> >
>> >> > On Tue, Jan 28, 2014 at 6:07 PM, Chris Muller <[hidden email]>
>> >> > wrote:
>> >> >>
>> >> >> Looked at this one, no idea.
>> >> >>
>> >> >> Could someone please provide an assist for this?  Then I can get RC2
>> >> >> out.
>> >> >>
>> >> >> Thanks.
>> >> >>
>> >> >> > 3. Presenter(Object)>>doesNotUnderstand: #associatedMorph
>> >> >> >      a. Open Squeak
>> >> >> >      b. Open a new morphic project
>> >> >> >      c. Return to previous project
>> >> >> >      d. Select red X, close this window.
>> >> >> >      d.  MNU Really delete the icon
>> >> >> >           and remove the project
>> >> >> >           'Unnamed' from Etoys?
>> >> >> >           (file will still be saved on disk.
>> >> >>
>> >> >
>> >> >
>> >> >
>> >> >
>> >>
>> >
>> >
>> >
>> >
>>
>
>
>
>