logo       

variables declared in workspaces: msg#00052

lang.smalltalk.squeak.beginners

Subject: variables declared in workspaces


Hi,
I added this code to a workspace:

oneMinBeeper := TaskScheduler new.
oneMinBeeper do: [Beeper beep] every: 1 minute.
oneMinBeeper start.

I then deleated the the workspace thinking that it would take the
oneMinBeeper object with it. Insacly one minute later I realized that's not
how it works! How do I now access this object? How can I kill it.

Also some general info where objects live would be useful. I notice that if
I open up another workspace and inspect oneMinBeeper, that it's referred to
an undefined object but it must be defined somewhare as it's still beeping.

Cheers
--
View this message in context:
http://www.nabble.com/variables-declared-in-workspaces-tf4780061.html#a13675026
Sent from the Squeak - Beginners mailing list archive at Nabble.com.


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

News | FAQ | advertise