Re: controlTextDidChange for UITextField?

2008-12-15 Thread Ricky Sharp


On Dec 14, 2008, at 5:15 PM, Debajit Adhikary wrote:


Is there any way to call a method each time the text of a UITextField
changes?
controlTextDidChange does not seem to exist for UITextField's


You'd be better served by using the appropriate forums for UIKit- 
related questions.


But for this specific case, please search the docs for UITextField.   
Hint: Look at the corresponding UITextFieldDelegate protocol reference.


___
Ricky A. Sharp mailto:rsh...@instantinteractive.com
Instant Interactive(tm)   http://www.instantinteractive.com



___

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


controlTextDidChange for UITextField?

2008-12-14 Thread Debajit Adhikary
Is there any way to call a method each time the text of a UITextField
changes?
controlTextDidChange does not seem to exist for UITextField's
___

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


Re: controlTextDidChange for UITextField?

2008-12-14 Thread Tommy Nordgren


On Dec 15, 2008, at 12:15 AM, Debajit Adhikary wrote:


Is there any way to call a method each time the text of a UITextField
changes?
controlTextDidChange does not seem to exist for UITextField's
___

I can find no class UITextField in the developerdocs.
Do you mean NSTextField.
The method is declared in one of the base classes (NSControl),
so it is always available for any control. Note that the Cocoa docs
don't redeclare the same method name in derived classes, but i's still
available
--
Skinheads are so tired of immigration, that they are going to move to  
a country that don't accept immigrants!

Tommy Nordgren
tommy.nordg...@comhem.se



___

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


Re: controlTextDidChange for UITextField?

2008-12-14 Thread Debajit Adhikary
On Sun, Dec 14, 2008 at 5:26 PM, Tommy Nordgren tommy.nordg...@comhem.sewrote:


 On Dec 15, 2008, at 12:15 AM, Debajit Adhikary wrote:

  Is there any way to call a method each time the text of a UITextField
 changes?
 controlTextDidChange does not seem to exist for UITextField's
 ___



   I can find no class UITextField in the developerdocs.
 Do you mean NSTextField.



I was referring to UITextField -- the iPhone analog of NSTextField


   The method is declared in one of the base classes (NSControl),
 so it is always available for any control. Note that the Cocoa docs
 don't redeclare the same method name in derived classes, but i's still
 available
___

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