On Feb 2, 2010, at 2:16 PM, Peter Blazejewicz wrote:
> Hi Andreas, > You're not clearing "text" - you're clearing UILabel reference in your code: > > self.nameLabel = nil; Doh! <bangs head on desk> Especially, as I have *three* labels, and only this one was wrong ... Thank you very much Peter! I almost lost faith in Objective-C - but no -- everything is OK. All speculations were wrong, no autorelease pool issue, no thread issue -- Objective-C works like a charm! :) Andreas _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
