On 24/01/2010, at 11:33 AM, Chunk 1978 wrote: > NSUInteger soundID = [[timer userInfo] integerForKey:@"soundID"]; > float targetVolume = [[timer userInfo] > floatForKey:@"targetVolume"]; > float duration = [[timer userInfo] floatForKey:@"duration"];
Check the docs for NSDictionary. As you'll see, it does not implement any of these methods. You are confusing it with NSUserDefaults/NSCoder. --Graham _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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 arch...@mail-archive.com