|
variables declared in workspaces: msg#00052lang.smalltalk.squeak.beginners
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> |
|---|---|---|
| Previous by Date: | Re: Locking down a squeak image, glpunzi |
|---|---|
| Next by Date: | Re: variables declared in workspaces, Bert Freudenberg |
| Previous by Thread: | Sorry about that, Russ |
| Next by Thread: | Re: variables declared in workspaces, Bert Freudenberg |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |