|
Don,
For what it's worth, it works in my image. If I choose an ImagePresenter
'Default view', then the view is a StaticBitmap and the aspect is "image",
not "value", as you said. If I choose ImagePresenter 'Basic image', then
the view is an ImageView and the aspect is "value". In either case, I was
able to double-click on the aspect, choose a bitmap (from my Windows
directory), save the shell and open the shell from a workspace. The
following both work when evaluated from a workspace:
ImagePresenter show model: (DIBSection fromId: '..\..\WINDOWS\Bubbles.bmp').
(ImagePresenter show: 'Basic image') model: (DIBSection fromId:
'..\..\WINDOWS\Bubbles.bmp').
I notice the filename is saved with a relative location, so you might try
changing this to a fixed location, though I'd be surprised if that makes a
difference.
-- Louis
|