RE: Dynamic content in inspector??

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

RE: Dynamic content in inspector??

Schwab,Wilhelm K
Help....

This might be a problem in Pharo (RC1) in general or in its standard toolset, but I have a multi-line print string that when displayed in an inspector appears to try to edit the receiver and cause strangeness.  Is that a known problem with a solution?

Bill




-----Original Message-----
From: [hidden email] [mailto:[hidden email]] On Behalf Of Schwab,Wilhelm K
Sent: Saturday, April 03, 2010 1:59 PM
To: [hidden email]
Subject: [Pharo-project] Dynamic content in inspector??

Hello all,

With the understanding that I am doing non-trivial FFI work and could have completely fried my image already, I'm wondering if this is a common Squeak/Pharo newbie kind of amazement: I create and inspect a new instance of something that has a #printOn: method, and the contents of the inspector's workspace change with time.

I have seen inspectors update to track objects in the past, but this behavior is unwanted.  I thought of finalization, but that appears not to be happening (nor should it be with the object inspected).

I will keep looking, but plausible explanations will be appreciated.

Bill

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply | Threaded
Open this post in threaded view
|

RE: Dynamic content in inspector??

hernanmd
http://www.squeaksource.com/EventsMonitor.html ?

Hernán

2010/4/4 Schwab,Wilhelm K <[hidden email]>:

> Help....
>
> This might be a problem in Pharo (RC1) in general or in its standard toolset, but I have a multi-line print string that when displayed in an inspector appears to try to edit the receiver and cause strangeness.  Is that a known problem with a solution?
>
> Bill
>
>
>
>
> -----Original Message-----
> From: [hidden email] [mailto:[hidden email]] On Behalf Of Schwab,Wilhelm K
> Sent: Saturday, April 03, 2010 1:59 PM
> To: [hidden email]
> Subject: [Pharo-project] Dynamic content in inspector??
>
> Hello all,
>
> With the understanding that I am doing non-trivial FFI work and could have completely fried my image already, I'm wondering if this is a common Squeak/Pharo newbie kind of amazement: I create and inspect a new instance of something that has a #printOn: method, and the contents of the inspector's workspace change with time.
>
> I have seen inspectors update to track objects in the past, but this behavior is unwanted.  I thought of finalization, but that appears not to be happening (nor should it be with the object inspected).
>
> I will keep looking, but plausible explanations will be appreciated.
>
> Bill
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
>