How can I remove the lighthouse from Pharo window?

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

How can I remove the lighthouse from Pharo window?

CodeDmitry
This post was updated on .
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Re: How can I remove the lighthouse from Pharo window?

vonbecmann
PolymorphSystemSettings showDesktopLogo: false.


On Sun, Oct 2, 2016 at 9:15 PM, CodeDmitry <[hidden email]> wrote:
I am trying to put a wallpaper on my Pharo via

|img canvas imgMorph|
img := PNGReadWriter formFromFileNamed: 'wallpaper.png'.
World color: (InfiniteForm with: img).

But the Pharo lighthouse clashes with the wallpaper.

Is there a way to remove the lighthouse/readd the lighthouse?



--
View this message in context: http://forum.world.st/How-can-I-remove-the-lighthouse-from-Pharo-window-tp4917807.html
Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.




--
Bernardo E.C.

Sent from a cheap desktop computer in South America.
Reply | Threaded
Open this post in threaded view
|

Re: How can I remove the lighthouse from Pharo window?

vonbecmann
In reply to this post by CodeDmitry
"
check the following settingsĀ 
- World>>System>>Settings (Ctrl + O + S)
- Appearance>>Desktop>>Show logo...
- Appearance>>Desktop>>Desktop background image file name...

and decide if they solve your problem
"

On Sun, Oct 2, 2016 at 9:15 PM, CodeDmitry <[hidden email]> wrote:
I am trying to put a wallpaper on my Pharo via

|img canvas imgMorph|
img := PNGReadWriter formFromFileNamed: 'wallpaper.png'.
World color: (InfiniteForm with: img).

But the Pharo lighthouse clashes with the wallpaper.

Is there a way to remove the lighthouse/readd the lighthouse?



--
View this message in context: http://forum.world.st/How-can-I-remove-the-lighthouse-from-Pharo-window-tp4917807.html
Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.




--
Bernardo E.C.

Sent from a cheap desktop computer in South America.
Reply | Threaded
Open this post in threaded view
|

Re: How can I remove the lighthouse from Pharo window?

Peter Uhnak

On Mon, Oct 3, 2016 at 4:50 AM, Bernardo Ezequiel Contreras <[hidden email]> wrote:
"
check the following settingsĀ 
- World>>System>>Settings (Ctrl + O + S)
- Appearance>>Desktop>>Show logo...
- Appearance>>Desktop>>Desktop background image file name...

and decide if they solve your problem
"

On Sun, Oct 2, 2016 at 9:15 PM, CodeDmitry <[hidden email]> wrote:
I am trying to put a wallpaper on my Pharo via

|img canvas imgMorph|
img := PNGReadWriter formFromFileNamed: 'wallpaper.png'.
World color: (InfiniteForm with: img).

But the Pharo lighthouse clashes with the wallpaper.

Is there a way to remove the lighthouse/readd the lighthouse?



--
View this message in context: http://forum.world.st/How-can-I-remove-the-lighthouse-from-Pharo-window-tp4917807.html
Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.




--
Bernardo E.C.

Sent from a cheap desktop computer in South America.