H. Hirzel wrote:
> P.S. I mean the equivalent of the Squeak code
>
> Form openAsBackground: (FileDirectory default /
> 'resources/wallpaper.png') pathName.
>
> A candidate as well for the useful expressions window.
>
>
Something like
| filename |
filename _ '/Volumes/Macintosh HD/Users/juanvuletich/IMG_6093.JPG'.
self runningWorld backgroundImageData: (FileStream
readOnlyFileNamed: filename) binary contentsOfEntireFile.
Cheers,
Juan Vuletich
> On 1/5/13, H. Hirzel <
[hidden email]> wrote:
>
>> Hello
>>
>> If I search in the 'Message Names' browser for
>> background
>>
>> I find quite a number of interesting methods but non of them seems to
>> set the background of the desktop.
>>
>> How do I do that?
>>
>> Kind regards
>> Hannes
>>
>>
>
> _______________________________________________
> Cuis mailing list
>
[hidden email]
>
http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org>
>
>
_______________________________________________
Cuis mailing list
[hidden email]
http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org