Hello Squeakers,
 
I have been quite persistant at learning Squeak Smalltalk over the past year however, I cannot percieve all that would need to be done to create a USB midi reader for external midi control.  Would someone be willing to embark on this task or at least outline a valid process by which I might be able to program such code?  I know this is tangential to this discussion on keyboard input and I'm sorry if this tangent contaminates this thread.
Eric Eisaman
Guam High School
On Thu, Apr 17, 2008 at 4:30 AM, Bert Freudenberg <bert@freudenbergs.de> wrote:
Leave out the "MacPro HD1" part. The path should start with '/Users'.

You could open a File List, it shows the current path in its title.

- Bert -


On 15.04.2008, at 18:32, kennellgr wrote:

I typed this into a workspace and it tells me that the image (I checked that
the path is valid) does not exist. this is a screen shot of it:

http://www.nabble.com/file/p16714731/Squeak%2Berror%2B2.jpg

do you have any idea why this error occurs?



matthewf wrote:

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/
_______________________________________________
Beginners mailing list
Beginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners





_______________________________________________
Beginners mailing list
Beginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners