startUp: logic changed?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

startUp: logic changed?

Rob Withers
Did the startUp logic change in the past several years?  I have a class side
method #startUp: which is supposed to be called with an argument resuming.
I register in the #initialize method and then call 'self startUp'.  This
used to call #startUp: but it doesn't seem to anymore.    Did something
change?

Thanks,
Rob

----
The Modern Whig Party of Virginia - http://vawhigs.org

 


Reply | Threaded
Open this post in threaded view
|

Re: startUp: logic changed?

Rob Withers
I fixed this by calling #startUp: true from my initialize method.

----
The Modern Whig Party of Virginia - http://vawhigs.org



--------------------------------------------------
From: "Rob Withers" <[hidden email]>
Sent: Sunday, June 27, 2010 5:11 PM
To: "Squeak Dev" <[hidden email]>
Subject: [squeak-dev] startUp: logic changed?

> Did the startUp logic change in the past several years?  I have a class
> side method #startUp: which is supposed to be called with an argument
> resuming. I register in the #initialize method and then call 'self
> startUp'.  This used to call #startUp: but it doesn't seem to anymore.
> Did something change?
>
> Thanks,
> Rob
>
> ----
> The Modern Whig Party of Virginia - http://vawhigs.org
>
>
>
>