Ian,
> If you inspect
>
> #(true false)
>
> and then
>
> Dictionary new
> at: 1 put: true;
> at: 2 put: false;
> yourself
>
> you end up with two Flipper inspectors that look quite similar. With the
> Array inspector you can change the values by double clicking but that
> doesn't happen with the Dictionary inspector, you have to edit the
> workspace.
>
> It would be more consistent if double clicking worked on both.
The difference is that an Array is ostensibly a fixed sized collection (it
doesn't support #add: and #remove:). You'll find that if you inspect:
#(true false) asOrderedCollection
then you can do as you expect. I suppose an implementation for Arrays could
be added using #resize: if others thought this to be important.
Best Regards,
Andy Bower
Dolphin Support
http://www.object-arts.com---
Are you trying too hard?
http://www.object-arts.com/Relax.htm---