|
Re: variables declared in workspaces: msg#00085lang.smalltalk.squeak.beginners
Thank you Bert, it was a forked process. I killed it from the Process Browser. -Darren Bert Freudenberg wrote: > > On Nov 9, 2007, at 22:07 , gruntfuttuck wrote: > >> >> 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. exactly one minute later I realized >> that's not >> how it works! How do I now access this object? How can I kill it. >> > > Try inspecting "TaskScheduler allInstances". > >> 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. > > If it actually forked a process then it is in the process list. Use > the Process Browser to see it. > > - Bert - > > > _______________________________________________ > Beginners mailing list > Beginners@xxxxxxxxxxxxxxxxxxxxxxxxxx > http://lists.squeakfoundation.org/mailman/listinfo/beginners > > -- View this message in context: http://www.nabble.com/variables-declared-in-workspaces-tf4780061.html#a13765114 Sent from the Squeak - Beginners mailing list archive at Nabble.com.
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: tutorial: "doesNotUnderstand" instance variable, Chris Cunningham |
|---|---|
| Next by Date: | monticello package - adding instance variables to existing classes, itsme213 |
| Previous by Thread: | Re: variables declared in workspaces, Bert Freudenberg |
| Next by Thread: | AW: Re: Locking down a squeak image, Frank Urbach |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |