<div>Hello Squeakers,</div>
<div>&nbsp;</div>
<div>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.&nbsp; 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?&nbsp; I know this is tangential to this discussion on keyboard input and I&#39;m sorry if this tangent&nbsp;contaminates this thread.<br>
</div>
<div>Eric Eisaman</div>
<div>Guam High School<br></div>
<div class="gmail_quote">On Thu, Apr 17, 2008 at 4:30 AM, Bert Freudenberg &lt;<a href="mailto:bert@freudenbergs.de">bert@freudenbergs.de</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Leave out the &quot;MacPro HD1&quot; part. The path should start with &#39;/Users&#39;.<br><br>You could open a File List, it shows the current path in its title.<br>
<font color="#888888"><br>- Bert -</font> 
<div>
<div></div>
<div class="Wj3C7c"><br><br>On 15.04.2008, at 18:32, kennellgr wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px; BORDER-LEFT: #ccc 1px solid"><br>I typed this into a workspace and it tells me that the image (I checked that<br>the path is valid) does not exist. this is a screen shot of it:<br>
<br><a href="http://www.nabble.com/file/p16714731/Squeak%2Berror%2B2.jpg" target="_blank">http://www.nabble.com/file/p16714731/Squeak%2Berror%2B2.jpg</a><br><br>do you have any idea why this error occurs?<br><br><br><br>matthewf wrote:<br>

<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px; BORDER-LEFT: #ccc 1px solid"><br>On Tue, Apr 08, 2008 at 04:53:12PM +0100, Marcus Strehlow wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px; BORDER-LEFT: #ccc 1px solid">&nbsp;x := ImageMorph new.<br>&nbsp;x image: (Form fromFileNamed: &#39;path/to/your/image.jpg&#39;).<br>&nbsp;x openInWorld.<br></blockquote>
<br>Even shorter:<br><br>x:= (Form fromFileNamed: &#39;path/to/your/image.jpg&#39;) asMorph.<br>x openInWorld.<br><br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px; BORDER-LEFT: #ccc 1px solid">&nbsp;This will load the specified file, create the necessary form, and is<br>then<br>&nbsp;opened in your current world.<br></blockquote>
<br>-- <br>Matthew Fulmer -- <a href="http://mtfulmer.wordpress.com/" target="_blank">http://mtfulmer.wordpress.com/</a><br>_______________________________________________<br>Beginners mailing list<br><a href="mailto:Beginners@lists.squeakfoundation.org" target="_blank">Beginners@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/mailman/listinfo/beginners" target="_blank">http://lists.squeakfoundation.org/mailman/listinfo/beginners</a><br><br><br></blockquote></blockquote><br><br><br>_______________________________________________<br>
Beginners mailing list<br><a href="mailto:Beginners@lists.squeakfoundation.org" target="_blank">Beginners@lists.squeakfoundation.org</a><br><a href="http://lists.squeakfoundation.org/mailman/listinfo/beginners" target="_blank">http://lists.squeakfoundation.org/mailman/listinfo/beginners</a><br>
</div></div></blockquote></div><br>