ProjectSorterMorph addControls must be reverted

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

ProjectSorterMorph addControls must be reverted

Edgar De Cleene
Go to Objects flap.
Go Multimedia
Select ThreadNavigator and move into World.
Click on orange circle for having the attached menu.

If You choose create thread  of all projects you have a error.

    newButton := ImageMorph new image: (self world project makeThumbnail
scaledToSize: 48@36).

Fails as self world is nil

The fix is revert to previous (2007) version
newButton := ImageMorph new image: (World project makeThumbnail
scaledToSize: 48@36).


Edgar
@morplenauta






Screen Shot 2019-09-18 at 06.56.30.jpg (76K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: ProjectSorterMorph addControls must be reverted

marcel.taeumel
Hi Edgar,

thank you for the pointer. I just fixed this issue in MorphicExtras-mt.262.

Best,
Marcel

Am 18.09.2019 12:04:49 schrieb Edgar J. De Cleene <[hidden email]>:

Go to Objects flap.
Go Multimedia
Select ThreadNavigator and move into World.
Click on orange circle for having the attached menu.

If You choose create thread of all projects you have a error.

newButton := ImageMorph new image: (self world project makeThumbnail
scaledToSize: 48@36).

Fails as self world is nil

The fix is revert to previous (2007) version
newButton := ImageMorph new image: (World project makeThumbnail
scaledToSize: 48@36).


Edgar
@morplenauta