[Pharo-project] Changing/Removing Desktop Image in 1.1
Can anyone remove the default image in 1.1 (Pharo-1.1-11400-rc2dev10.06.1)? Remove it? Using the settings browser has no effect for me. I can't even remove it by adding a halo and deleting it... Take care, Rob
That should do the trick: LogoImageMorph default: nil. World backgroundMorph: nil. World restoreDisplay. Hope this helps! ----------------- Benoit St-Jean A standpoint is an intellectual horizon of radius zero. (Albert Einstein) Date: Sun, 27 Jun 2010 18:45:13 -0400 From: r.j.rothwell@gmail.com To: pharo-project@lists.gforge.inria.fr Subject: [Pharo-project] Changing/Removing Desktop Image in 1.1 Can anyone remove the default image in 1.1 (Pharo-1.1-11400-rc2dev10.06.1)? Remove it? Using the settings browser has no effect for me. I can't even remove it by adding a halo and deleting it... Take care, Rob _________________________________________________________________ Learn more ways to connect with your buddies now http://go.microsoft.com/?linkid=9734388
2010/6/28 Benoit St-Jean <bstjean@hotmail.ca>
That should do the trick:
LogoImageMorph default: nil.
yes, but this one only if you want to remove the Pharo logo. If you want to remove the background image, just these two lines:
World backgroundMorph: nil. World restoreDisplay.
BTW...I thought that "World color: Color white". should do the trick also, but it doesn't.
Hope this helps!
----------------- Benoit St-Jean A standpoint is an intellectual horizon of radius zero. (Albert Einstein)
------------------------------ Date: Sun, 27 Jun 2010 18:45:13 -0400 From: r.j.rothwell@gmail.com To: pharo-project@lists.gforge.inria.fr Subject: [Pharo-project] Changing/Removing Desktop Image in 1.1
Can anyone remove the default image in 1.1 (Pharo-1.1-11400-rc2dev10.06.1)? Remove it?
Using the settings browser has no effect for me.
I can't even remove it by adding a halo and deleting it...
Take care,
Rob
------------------------------ Enter for a chance to get your town photo on Bing.ca! Submit a Photo Now! <http://go.microsoft.com/?linkid=9734383>
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Great, thanks! Do you think this should be do-able from the settings dialog? I am asking from the point of view of the Morphic-challenged like myself...! It seems like something I might be able to figure out how to add... Rob On Mon, Jun 28, 2010 at 3:16 AM, Mariano Martinez Peck < marianopeck@gmail.com> wrote:
2010/6/28 Benoit St-Jean <bstjean@hotmail.ca>
That should do the trick:
LogoImageMorph default: nil.
yes, but this one only if you want to remove the Pharo logo.
If you want to remove the background image, just these two lines:
World backgroundMorph: nil. World restoreDisplay.
BTW...I thought that "World color: Color white". should do the trick also, but it doesn't.
Hope this helps!
----------------- Benoit St-Jean A standpoint is an intellectual horizon of radius zero. (Albert Einstein)
------------------------------ Date: Sun, 27 Jun 2010 18:45:13 -0400 From: r.j.rothwell@gmail.com To: pharo-project@lists.gforge.inria.fr Subject: [Pharo-project] Changing/Removing Desktop Image in 1.1
Can anyone remove the default image in 1.1 (Pharo-1.1-11400-rc2dev10.06.1)? Remove it?
Using the settings browser has no effect for me.
I can't even remove it by adding a halo and deleting it...
Take care,
Rob
------------------------------ Enter for a chance to get your town photo on Bing.ca! Submit a Photo Now! <http://go.microsoft.com/?linkid=9734383>
_______________________________________________ Pharo-project mailing list
Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Le 28/06/2010 12:57, Rob Rothwell a écrit :
Great, thanks!
Do you think this should be do-able from the settings dialog? Hi all, Yes, I will fix the setting. Normally, this can be done from the setting browser ... Cheers Alain I am asking from the point of view of the Morphic-challenged like myself...! It seems like something I might be able to figure out how to add...
Rob
On Mon, Jun 28, 2010 at 3:16 AM, Mariano Martinez Peck <marianopeck@gmail.com <mailto:marianopeck@gmail.com>> wrote:
2010/6/28 Benoit St-Jean <bstjean@hotmail.ca <mailto:bstjean@hotmail.ca>>
That should do the trick:
LogoImageMorph default: nil.
yes, but this one only if you want to remove the Pharo logo.
If you want to remove the background image, just these two lines:
World backgroundMorph: nil. World restoreDisplay.
BTW...I thought that "World color: Color white". should do the trick also, but it doesn't.
Hope this helps!
----------------- Benoit St-Jean A standpoint is an intellectual horizon of radius zero. (Albert Einstein)
------------------------------------------------------------------------ Date: Sun, 27 Jun 2010 18:45:13 -0400 From: r.j.rothwell@gmail.com <mailto:r.j.rothwell@gmail.com> To: pharo-project@lists.gforge.inria.fr <mailto:pharo-project@lists.gforge.inria.fr> Subject: [Pharo-project] Changing/Removing Desktop Image in 1.1
Can anyone remove the default image in 1.1 (Pharo-1.1-11400-rc2dev10.06.1)? Remove it?
Using the settings browser has no effect for me.
I can't even remove it by adding a halo and deleting it...
Take care,
Rob
------------------------------------------------------------------------ Enter for a chance to get your town photo on Bing.ca! Submit a Photo Now! <http://go.microsoft.com/?linkid=9734383>
_______________________________________________ Pharo-project mailing list
Pharo-project@lists.gforge.inria.fr <mailto:Pharo-project@lists.gforge.inria.fr> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
On Mon, Jun 28, 2010 at 1:05 PM, Alain Plantec <alain.plantec@free.fr>wrote:
Le 28/06/2010 12:57, Rob Rothwell a écrit :
Great, thanks!
Do you think this should be do-able from the settings dialog?
Hi all, Yes, I will fix the setting. Normally, this can be done from the setting browser ...
I am too exigent if I ask to be able also to browse with a file browser, select a picutre and be able to set it as background? At least with a general way: World backgroundImage: (ImageReadWriter formFromFileNamed: 'XXXXX.png') layout: #scaled. Cheers Mariano
Cheers Alain
I am asking from the point of view of the Morphic-challenged like myself...! It seems like something I might be able to figure out how to add...
Rob
On Mon, Jun 28, 2010 at 3:16 AM, Mariano Martinez Peck < marianopeck@gmail.com <mailto:marianopeck@gmail.com>> wrote:
2010/6/28 Benoit St-Jean <bstjean@hotmail.ca <mailto:bstjean@hotmail.ca>>
That should do the trick:
LogoImageMorph default: nil.
yes, but this one only if you want to remove the Pharo logo.
If you want to remove the background image, just these two lines:
World backgroundMorph: nil. World restoreDisplay.
BTW...I thought that "World color: Color white". should do the trick also, but it doesn't.
Hope this helps!
----------------- Benoit St-Jean A standpoint is an intellectual horizon of radius zero. (Albert Einstein)
------------------------------------------------------------------------ Date: Sun, 27 Jun 2010 18:45:13 -0400 From: r.j.rothwell@gmail.com <mailto:r.j.rothwell@gmail.com>
To: pharo-project@lists.gforge.inria.fr <mailto:pharo-project@lists.gforge.inria.fr>
Subject: [Pharo-project] Changing/Removing Desktop Image in 1.1
Can anyone remove the default image in 1.1 (Pharo-1.1-11400-rc2dev10.06.1)? Remove it?
Using the settings browser has no effect for me.
I can't even remove it by adding a halo and deleting it...
Take care,
Rob
------------------------------------------------------------------------ Enter for a chance to get your town photo on Bing.ca! Submit a Photo Now! <http://go.microsoft.com/?linkid=9734383>
_______________________________________________ Pharo-project mailing list
Pharo-project@lists.gforge.inria.fr <mailto:Pharo-project@lists.gforge.inria.fr>
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (4)
-
Alain Plantec -
Benoit St-Jean -
Mariano Martinez Peck -
Rob Rothwell