Changing/Removing Desktop Image in 1.1

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

Changing/Removing Desktop Image in 1.1

Rob Rothwell
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

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Changing/Removing Desktop Image in 1.1

Benoit St-Jean-2
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: [hidden email]
To: [hidden email]
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!
_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Changing/Removing Desktop Image in 1.1

Mariano Martinez Peck


2010/6/28 Benoit St-Jean <[hidden email]>
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: [hidden email]
To: [hidden email]
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!

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Changing/Removing Desktop Image in 1.1

Rob Rothwell
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 <[hidden email]> wrote:


2010/6/28 Benoit St-Jean <[hidden email]>

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: [hidden email]
To: [hidden email]
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!

_______________________________________________
Pharo-project mailing list



_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Changing/Removing Desktop Image in 1.1

Alain Plantec-4
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
> <[hidden email] <mailto:[hidden email]>> wrote:
>
>
>
>     2010/6/28 Benoit St-Jean <[hidden email]
>     <mailto:[hidden email]>>
>
>         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: [hidden email] <mailto:[hidden email]>
>         To: [hidden email]
>         <mailto:[hidden email]>
>         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
>
>         [hidden email]
>         <mailto:[hidden email]>
>         http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
>
>
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Changing/Removing Desktop Image in 1.1

Mariano Martinez Peck


On Mon, Jun 28, 2010 at 1:05 PM, Alain Plantec <[hidden email]> 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 <[hidden email] <mailto:[hidden email]>> wrote:



   2010/6/28 Benoit St-Jean <[hidden email]
   <mailto:[hidden email]>>


       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: [hidden email] <mailto:[hidden email]>

       To: [hidden email]
       <mailto:[hidden email]>

       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

       [hidden email]
       <mailto:[hidden email]>


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project