I created some fogbugz entries for morphs drawing with athens api. And a parent case 13790 "Port what is needed for Athens (drawing morphs)" We can test the Athens based drawing by putting the morphs into an AthensWrapMorph. But this is difficult for Morph like Dialog, Menus and SystemWindows. So for testing purpose I attached changeset to the issue 13790 : a small hack for making a second WorldMorph working in a Morph. I omit all the small little details that are needed to make a second WorldMorph fully working. I just wanted to make sure the second WorldMorph doesn't constantly try to occupy the whole display. The real fun is to put this WorldMorph inside an AthensWrapMorph. That way we can test Athens based drawing even for Morphs like the WorldMenu or SystemWindows. Just drag and drop a Morph or Window between the Athens WorldMorph and the real WorldMorph. Open the AthensWrapWorldMorph with: AthensWrapWorldMorph new openInWorld nicolai
Very nice! This deserves a blog post :) Doru On Thu, Aug 7, 2014 at 12:14 PM, Nicolai Hess <nicolaihess@web.de> wrote:
I created some fogbugz entries for morphs drawing with athens api.
And a parent case 13790 "Port what is needed for Athens (drawing morphs)"
We can test the Athens based drawing by putting the morphs into an AthensWrapMorph. But this is difficult for Morph like Dialog, Menus and SystemWindows.
So for testing purpose I attached changeset to the issue 13790 : a small hack for making a second WorldMorph working in a Morph. I omit all the small little details that are needed to make a second WorldMorph fully working. I just wanted to make sure the second WorldMorph doesn't constantly try to occupy the whole display. The real fun is to put this WorldMorph inside an AthensWrapMorph. That way we can test Athens based drawing even for Morphs like the WorldMenu or SystemWindows. Just drag and drop a Morph or Window between the Athens WorldMorph and the real WorldMorph.
Open the AthensWrapWorldMorph with: AthensWrapWorldMorph new openInWorld
nicolai
-- www.tudorgirba.com "Every thing has its own flow"
Very nice! Please commit this code to Athens repository. We will integrate it http://smalltalkhub.com/mc/Pharo/Athens/main This is a good way to debug stuff without killing own world :) Just in case, i added you as Athens contributor, so you can commit. On 7 August 2014 12:14, Nicolai Hess <nicolaihess@web.de> wrote:
I created some fogbugz entries for morphs drawing with athens api.
And a parent case 13790 "Port what is needed for Athens (drawing morphs)"
We can test the Athens based drawing by putting the morphs into an AthensWrapMorph. But this is difficult for Morph like Dialog, Menus and SystemWindows.
So for testing purpose I attached changeset to the issue 13790 : a small hack for making a second WorldMorph working in a Morph. I omit all the small little details that are needed to make a second WorldMorph fully working. I just wanted to make sure the second WorldMorph doesn't constantly try to occupy the whole display. The real fun is to put this WorldMorph inside an AthensWrapMorph. That way we can test Athens based drawing even for Morphs like the WorldMenu or SystemWindows. Just drag and drop a Morph or Window between the Athens WorldMorph and the real WorldMorph.
Open the AthensWrapWorldMorph with: AthensWrapWorldMorph new openInWorld
nicolai
-- Best regards, Igor Stasenko.
Hi Igor! Nice to hear from you again :) Doru On Thu, Aug 7, 2014 at 1:31 PM, Igor Stasenko <siguctua@gmail.com> wrote:
Very nice! Please commit this code to Athens repository. We will integrate it
http://smalltalkhub.com/mc/Pharo/Athens/main
This is a good way to debug stuff without killing own world :)
Just in case, i added you as Athens contributor, so you can commit.
On 7 August 2014 12:14, Nicolai Hess <nicolaihess@web.de> wrote:
I created some fogbugz entries for morphs drawing with athens api.
And a parent case 13790 "Port what is needed for Athens (drawing morphs)"
We can test the Athens based drawing by putting the morphs into an AthensWrapMorph. But this is difficult for Morph like Dialog, Menus and SystemWindows.
So for testing purpose I attached changeset to the issue 13790 : a small hack for making a second WorldMorph working in a Morph. I omit all the small little details that are needed to make a second WorldMorph fully working. I just wanted to make sure the second WorldMorph doesn't constantly try to occupy the whole display. The real fun is to put this WorldMorph inside an AthensWrapMorph. That way we can test Athens based drawing even for Morphs like the WorldMenu or SystemWindows. Just drag and drop a Morph or Window between the Athens WorldMorph and the real WorldMorph.
Open the AthensWrapWorldMorph with: AthensWrapWorldMorph new openInWorld
nicolai
-- Best regards, Igor Stasenko.
-- www.tudorgirba.com "Every thing has its own flow"
Yes, nice to hear from you Alexandre
On 7 Aug 2014, at 07:37, Tudor Girba <tudor@tudorgirba.com> wrote:
Hi Igor! Nice to hear from you again :)
Doru
On Thu, Aug 7, 2014 at 1:31 PM, Igor Stasenko <siguctua@gmail.com> wrote: Very nice! Please commit this code to Athens repository. We will integrate it
http://smalltalkhub.com/mc/Pharo/Athens/main
This is a good way to debug stuff without killing own world :)
Just in case, i added you as Athens contributor, so you can commit.
On 7 August 2014 12:14, Nicolai Hess <nicolaihess@web.de> wrote: I created some fogbugz entries for morphs drawing with athens api.
And a parent case 13790 "Port what is needed for Athens (drawing morphs)"
We can test the Athens based drawing by putting the morphs into an AthensWrapMorph. But this is difficult for Morph like Dialog, Menus and SystemWindows.
So for testing purpose I attached changeset to the issue 13790 : a small hack for making a second WorldMorph working in a Morph. I omit all the small little details that are needed to make a second WorldMorph fully working. I just wanted to make sure the second WorldMorph doesn't constantly try to occupy the whole display. The real fun is to put this WorldMorph inside an AthensWrapMorph. That way we can test Athens based drawing even for Morphs like the WorldMenu or SystemWindows. Just drag and drop a Morph or Window between the Athens WorldMorph and the real WorldMorph.
Open the AthensWrapWorldMorph with: AthensWrapWorldMorph new openInWorld
nicolai
-- Best regards, Igor Stasenko.
-- www.tudorgirba.com
"Every thing has its own flow"
Ok, thank you. 2014-08-07 13:31 GMT+02:00 Igor Stasenko <siguctua@gmail.com>:
Very nice! Please commit this code to Athens repository. We will integrate it
http://smalltalkhub.com/mc/Pharo/Athens/main
This is a good way to debug stuff without killing own world :)
Just in case, i added you as Athens contributor, so you can commit.
On 7 August 2014 12:14, Nicolai Hess <nicolaihess@web.de> wrote:
I created some fogbugz entries for morphs drawing with athens api.
And a parent case 13790 "Port what is needed for Athens (drawing morphs)"
We can test the Athens based drawing by putting the morphs into an AthensWrapMorph. But this is difficult for Morph like Dialog, Menus and SystemWindows.
So for testing purpose I attached changeset to the issue 13790 : a small hack for making a second WorldMorph working in a Morph. I omit all the small little details that are needed to make a second WorldMorph fully working. I just wanted to make sure the second WorldMorph doesn't constantly try to occupy the whole display. The real fun is to put this WorldMorph inside an AthensWrapMorph. That way we can test Athens based drawing even for Morphs like the WorldMenu or SystemWindows. Just drag and drop a Morph or Window between the Athens WorldMorph and the real WorldMorph.
Open the AthensWrapWorldMorph with: AthensWrapWorldMorph new openInWorld
nicolai
-- Best regards, Igor Stasenko.
Nicolai this is great! like that we can debug athensification of current morph :) Stef On 7/8/14 12:14, Nicolai Hess wrote:
I created some fogbugz entries for morphs drawing with athens api.
And a parent case 13790 "Port what is needed for Athens (drawing morphs)"
We can test the Athens based drawing by putting the morphs into an AthensWrapMorph. But this is difficult for Morph like Dialog, Menus and SystemWindows.
So for testing purpose I attached changeset to the issue 13790 : a small hack for making a second WorldMorph working in a Morph. I omit all the small little details that are needed to make a second WorldMorph fully working. I just wanted to make sure the second WorldMorph doesn't constantly try to occupy the whole display. The real fun is to put this WorldMorph inside an AthensWrapMorph. That way we can test Athens based drawing even for Morphs like the WorldMenu or SystemWindows. Just drag and drop a Morph or Window between the Athens WorldMorph and the real WorldMorph.
Open the AthensWrapWorldMorph with: AthensWrapWorldMorph new openInWorld
nicolai
here is another one ( attached at the fogbugz issue 13790 ) <https://pharo.fogbugz.com/default.asp?13790> It is a magnifier morph that renders all Morphs below the active hand on a athens wrap morph. <https://pharo.fogbugz.com/default.asp?13790> 2014-08-07 15:35 GMT+02:00 stepharo <stepharo@free.fr>:
Nicolai
this is great! like that we can debug athensification of current morph :)
Stef
On 7/8/14 12:14, Nicolai Hess wrote:
I created some fogbugz entries for morphs drawing with athens api.
And a parent case 13790 "Port what is needed for Athens (drawing morphs)"
We can test the Athens based drawing by putting the morphs into an AthensWrapMorph. But this is difficult for Morph like Dialog, Menus and SystemWindows.
So for testing purpose I attached changeset to the issue 13790 : a small hack for making a second WorldMorph working in a Morph. I omit all the small little details that are needed to make a second WorldMorph fully working. I just wanted to make sure the second WorldMorph doesn't constantly try to occupy the whole display. The real fun is to put this WorldMorph inside an AthensWrapMorph. That way we can test Athens based drawing even for Morphs like the WorldMenu or SystemWindows. Just drag and drop a Morph or Window between the Athens WorldMorph and the real WorldMorph.
Open the AthensWrapWorldMorph with: AthensWrapWorldMorph new openInWorld
nicolai
Wow! Doru On Tue, Aug 26, 2014 at 10:28 PM, Nicolai Hess <nicolaihess@web.de> wrote:
here is another one ( attached at the fogbugz issue 13790 ) <https://pharo.fogbugz.com/default.asp?13790> It is a magnifier morph that renders all Morphs below the active hand on a athens wrap morph.
<https://pharo.fogbugz.com/default.asp?13790>
2014-08-07 15:35 GMT+02:00 stepharo <stepharo@free.fr>:
Nicolai
this is great! like that we can debug athensification of current morph :)
Stef
On 7/8/14 12:14, Nicolai Hess wrote:
I created some fogbugz entries for morphs drawing with athens api.
And a parent case 13790 "Port what is needed for Athens (drawing morphs)"
We can test the Athens based drawing by putting the morphs into an AthensWrapMorph. But this is difficult for Morph like Dialog, Menus and SystemWindows.
So for testing purpose I attached changeset to the issue 13790 : a small hack for making a second WorldMorph working in a Morph. I omit all the small little details that are needed to make a second WorldMorph fully working. I just wanted to make sure the second WorldMorph doesn't constantly try to occupy the whole display. The real fun is to put this WorldMorph inside an AthensWrapMorph. That way we can test Athens based drawing even for Morphs like the WorldMenu or SystemWindows. Just drag and drop a Morph or Window between the Athens WorldMorph and the real WorldMorph.
Open the AthensWrapWorldMorph with: AthensWrapWorldMorph new openInWorld
nicolai
-- www.tudorgirba.com "Every thing has its own flow"
Yes, very good work. On 26 Aug 2014, at 22:32, Tudor Girba <tudor@tudorgirba.com> wrote:
Wow!
Doru
On Tue, Aug 26, 2014 at 10:28 PM, Nicolai Hess <nicolaihess@web.de> wrote: here is another one ( attached at the fogbugz issue 13790 ) It is a magnifier morph that renders all Morphs below the active hand on a athens wrap morph.
2014-08-07 15:35 GMT+02:00 stepharo <stepharo@free.fr>:
Nicolai
this is great! like that we can debug athensification of current morph :)
Stef
On 7/8/14 12:14, Nicolai Hess wrote: I created some fogbugz entries for morphs drawing with athens api.
And a parent case 13790 "Port what is needed for Athens (drawing morphs)"
We can test the Athens based drawing by putting the morphs into an AthensWrapMorph. But this is difficult for Morph like Dialog, Menus and SystemWindows.
So for testing purpose I attached changeset to the issue 13790 : a small hack for making a second WorldMorph working in a Morph. I omit all the small little details that are needed to make a second WorldMorph fully working. I just wanted to make sure the second WorldMorph doesn't constantly try to occupy the whole display. The real fun is to put this WorldMorph inside an AthensWrapMorph. That way we can test Athens based drawing even for Morphs like the WorldMenu or SystemWindows. Just drag and drop a Morph or Window between the Athens WorldMorph and the real WorldMorph.
Open the AthensWrapWorldMorph with: AthensWrapWorldMorph new openInWorld
nicolai
-- www.tudorgirba.com
"Every thing has its own flow"
participants (6)
-
Alexandre Bergel -
Igor Stasenko -
Nicolai Hess -
stepharo -
Sven Van Caekenberghe -
Tudor Girba