logo       

Re: I am a total beginner with some questions: msg#00071

lang.smalltalk.squeak.beginners

Subject: Re: I am a total beginner with some questions

On Tue, Apr 08, 2008 at 04:53:12PM +0100, Marcus Strehlow wrote:
> x := ImageMorph new.
> x image: (Form fromFileNamed: 'path/to/your/image.jpg').
> x openInWorld.

Even shorter:

x:= (Form fromFileNamed: 'path/to/your/image.jpg') asMorph.
x openInWorld.

> This will load the specified file, create the necessary form, and is then
> opened in your current world.

--
Matthew Fulmer -- http://mtfulmer.wordpress.com/


<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise