Callbacks
Callbacks
- Subject: Callbacks
- From: "Barry" <email@hidden>
- Date: Wed, 18 Jul 2007 10:53:45 +0100
Hi
Trying to add an NSProgressIndicator to my App.
In MyDocument.mm I have
-(void)incProgress
{
[progress incrementBy:1];
}
-(IBAction)doBigStuff:(id)sender
{
......
doStuff(params, ... ,incProgress);
....
}
but get error:'incProgress' was not declared in this scope.
Can someone explain this please ?
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden