[Cuis] Changing Wallpaper

H. Hirzel hannes.hirzel at gmail.com
Tue Oct 27 11:27:58 CDT 2015


Have a  look at

PasteUpMorph >> backgroundImageData: aByteArray

Then do something like

| filename |
	filename _ 'Pluto.png'.
	self runningWorld backgroundImageData: (FileStream readOnlyFileNamed:
filename) binary contentsOfEntireFile.


HTH

--Hannes



On 10/27/15, nacho <0800nacho at gmail.com> wrote:
> It seems that I have to convert the image as an array, isn't it?
>
>
>
>
> -----
> Nacho
> Smalltalker apprentice.
> Buenos Aires, Argentina.
> --
> View this message in context:
> http://forum.world.st/Changing-Wallpaper-tp4857882p4858215.html
> Sent from the Cuis Smalltalk mailing list archive at Nabble.com.
>
> _______________________________________________
> Cuis mailing list
> Cuis at jvuletich.org
> http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org
>




More information about the Cuis mailing list