Morphic initialization difficulties (RoS)

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

Morphic initialization difficulties (RoS)

Pavel Krivanek
Hi all,

I'm little helpless with Morphic initialization in the package The
Rest of Squeak for the kernel image. When I created this package, I
was able to initialize Morphic world but with new 3.9g images I'm not
able to create working Morphic image. And I have no idea why.

In fact, I'm able to partly initialize the Morphic project. I'm able
to create WatchMorph in it that shows time, I'm able to create
Transcript window and write text in it, I'm also able to do user
inerrupt. But the world is not processing mouse and keyboard events.
If I try for example Color fromUser, the mouse works well there. If
Squeak opens some menu, it is opened at possition 0@0. That shows that
something is wrong with the mouse.

At first I thought that something is wrong with the Morphic cycle but
the tests shows that this is not the source of this problem.

I have tried to reinstall EventSensor and so on but nothing helps.

Do you have got any idea that can I try? Whatever. I need to soleve it
to move forward again with the kernel separation.

Thank you...
-- Pavel

Reply | Threaded
Open this post in threaded view
|

Re: Morphic initialization difficulties (RoS)

Edgar J. De Cleene
Pavel, you are using the Rest of Squeak from

http://www.comtalk.net/Squeak/uploads/20/

Or other ?

And from what kernel ?
I doing experiments with your 7056, loading my experiments is working.

Edgar



       
       
               
__________________________________________________
Preguntá. Respondé. Descubrí.
Todo lo que querías saber, y lo que ni imaginabas,
está en Yahoo! Respuestas (Beta).
¡Probalo ya!
http://www.yahoo.com.ar/respuestas


Reply | Threaded
Open this post in threaded view
|

Re: Morphic initialization difficulties (RoS)

Pavel Krivanek
On 9/18/06, Edgar J. De Cleene <[hidden email]> wrote:
> Pavel, you are using the Rest of Squeak from
>
> http://www.comtalk.net/Squeak/uploads/20/
>
> Or other ?
>
> And from what kernel ?
> I doing experiments with your 7056, loading my experiments is working.
>
kernel 7056 and updated RoS, see
http://lists.squeakfoundation.org/pipermail/squeak-dev/2006-August/107413.html
Old RoS with new kernel works.

-- Pavel