oops ! I tryed with a clean image of Pharo and this is ok. I think that my image is corrupted with the many tests that i did with it.

Thank you for your help.

Best regards ;-)
Olivier

www.auverlot.fr
LogoImageMorph default: (ImageMorph withForm: (ImageReadWriter formFromFileNamed: 'logo.png')))

should do it
Cheers
Alain


Le 24/02/2011 14:17, Olivier Auverlot a écrit :
Thank for your help.

I tried this command in the workspace but I got an error.

LogoImageMorph default: (ImageReadWriter formFromFileNamed: 'logo.png')

    Form(Object)>>doesNotUnderstand: #delete


My picture is in the same directory that the Pharo image.

Best regards
Olivier ;-)

www.auverlot.fr

Le 24/02/11 13:48, Mariano Martinez Peck a écrit :


On Thu, Feb 24, 2011 at 11:34 AM, Olivier Auverlot <olivier.auverlot@gmail.com <mailto:olivier.auverlot@gmail.com>> wrote:

    Hi,

    How to replacing the pharo logo with a custom picture ?

    In the collaboractive book, I found an article about "Putting a
    background picture" but it changes the background without modify
    the logo.


similar, but use     LogoImageMorph default: yourImage

    Best regards
    Olivier ;-)

    www.auverlot.fr <http://www.auverlot.fr>