On Mon, Nov 8, 2010 at 11:18 PM, Lukas Renggli <renggli@gmail.com> wrote:
I use the following code in my build scripts
(https://github.com/renggli/builder/blob/master/scripts/settings.st):

World color: Color white.
World submorphs do: [ :each |
� � � �(#(SketchMorph ImageMorph) includes: each class name)
� � � � � � � �ifTrue: [ each delete ] ].

In such case you can also do:

LogoImageMorph default: nil.
Lukas

On 8 November 2010 23:14, Mariano Martinez Peck <marianopeck@gmail.com> wrote:
> World backgroundMorph: nil.
> World restoreDisplay.
>
> cheers
>
> mariano
>
> On Mon, Nov 8, 2010 at 11:10 PM, Sheridan Mahoney
> <sheridan@sheridan-mahoney.com> wrote:
>>
>> Hello,
>>
>> I want to be able to take some screenshots of the Pharo menus,
>> and would like to have a plain white background instead of
>> the 'Pharo' logo.� I've tried setting :
>> System->Settings->Appearance->Desktop->color
>> to white, but it didn't have the effect I wanted.
>>
>> Any ideas?
>>
>> Many thanks in advance,
>>
>> Sheridan
>>
>
>



--
Lukas Renggli
www.lukas-renggli.ch