John,
"John Clonts" <
[hidden email]> wrote in message
news:
[hidden email]...
> Why does this not work as I expect? Or, how should I achieve what I am
> seeking?
To enable the ImagePresenter to be displayed outside of it's normal
environment (embedded in a ContainerView of some sort) Dolphin is
automatically wrapping it in a ShellView and _this is the view that needs
resizing. Try -
image := (OLEPicture fromFile: 'c:\windows\desktop\bill.jpg').
presenter := ImagePresenter showOn: image.
presenter view topView extent: image extent
Ian