How can I remove the lighthouse from Pharo window?
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-tp49... Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
PolymorphSystemSettings showDesktopLogo: false. On Sun, Oct 2, 2016 at 9:15 PM, CodeDmitry <dimamakhnin@gmail.com> 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.
" 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 <dimamakhnin@gmail.com> 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.
https://www.peteruhnak.com/blog/2016/04/24/changing-background-picture/#More... On Mon, Oct 3, 2016 at 4:50 AM, Bernardo Ezequiel Contreras < vonbecmann@gmail.com> 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 <dimamakhnin@gmail.com> 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.
participants (3)
-
Bernardo Ezequiel Contreras -
CodeDmitry -
Peter Uhnák