[VWNC 7.5 Windows] Nothing showing up in Inspector Evaluation Pane

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

[VWNC 7.5 Windows] Nothing showing up in Inspector Evaluation Pane

Daniel Klein-4
When I open an inspector on an object I get nothing showing up in the Evaluation pane.
 
For example, if I do something as simple as:
 
s := 'stuff' inspect
 
I get 'stuff' in the 'Text' pane but nothing in the Evaluation pane at the bottom.
 
What am I missing?
 
Daniel Klein
Reply | Threaded
Open this post in threaded view
|

Re: [VWNC 7.5 Windows] Nothing showing up in Inspector Evaluation Pane

Reinout Heeck-2
Daniel Klein wrote:

> When I open an inspector on an object I get nothing showing up in the
> Evaluation pane.
>  
> For example, if I do something as simple as:
>  
> s := 'stuff' inspect
>  
> I get 'stuff' in the 'Text' pane but nothing in the Evaluation pane at
> the bottom.
>  
> What am I missing?
Inspiration ;-)


The evaluation pane is meant to put in snippets of code to evaluate,
just like a workspace.

The big difference with a workspace is that 'self' refers to the object
being inspected...



R
-