Re: Calling an Action from a function
Re: Calling an Action from a function
- Subject: Re: Calling an Action from a function
- From: Peter Wollschlaeger <email@hidden>
- Date: Mon, 24 May 2004 20:53:10 +0200
Am 24.05.2004 um 19:50 schrieb Kodex:
>
Is there a way to call an action from a function? IE
>
making the code press a button at a timer if they user
>
hasnt yet or in response to a loop? I tired simply
>
calling it like this
>
>
if (test == true)
>
theAction();
>
>
But i get a defination error on it. Thanks for the
>
help in advance guys =)
>
~Kyle
>
[self performSelector:@selector(nameOfAction:)];
Hope this helps
Peter
>
>
>
__________________________________
>
Do you Yahoo!?
>
Yahoo! Domains Claim yours for only $14.70/year
>
http://smallbusiness.promotions.yahoo.com/offer
>
_______________________________________________
>
cocoa-dev mailing list | email@hidden
>
Help/Unsubscribe/Archives:
>
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
>
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.