<br><br><div class="gmail_quote">On Wed, Jun 27, 2012 at 7:29 AM, Chris Cunnington <span dir="ltr">&lt;<a href="mailto:smalltalktelevision@gmail.com" target="_blank">smalltalktelevision@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<a href="http://osrcon.ca/helloenv.png" target="_blank">http://osrcon.ca/helloenv.png</a><br>
<br>
I created a HelloEnv class and filed out. It has one method #sayHi which writes to the Transcript.<br>
<br>
I loaded it into an Environment and now I can reference it in a Workspace and have it print its message<br>
to the Transcript.<br>
<br>
How would I change my #sayHi method? I&#39;m guessing this is the raw implementation and some tooling<br>
would needed, so you could change code in different environments.</blockquote><div><br></div><div>Yeah, I&#39;ve done only the most basic tool support. If you have the explorer on your environment open, you can do something like:</div>
<div><br></div><div>Browser fullOnClass: (self at: #HelloEnv)</div><div><br></div><div>That will give you a browser that can change #sayHi.</div><div><br></div><div>Colin</div></div>