Hi Frédéric

Thank you for your helpful reply.

On 26/11/08, Frédéric Testuz wrote:

I'm not sure but did you try :

[searchfield validateEditing];

- (void)validateEditing

Thank you so much for pointing me to NSControl. I found many goodies there. validateEditing on its own did not solve the problem but I threw everything at it and now it works!

Here is what I added:

    [searchfield validateEditing];
    [searchfield abortEditing];
    [searchfield performClick: self];
    [searchfield controlTextDidEndEditing: nil];

In the morning, I'll work out the minimum required and report back.

Thanks again,

Steve

_______________________________________________

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]

Reply via email to