nsstepper and takeStringValueFrom
nsstepper and takeStringValueFrom
- Subject: nsstepper and takeStringValueFrom
- From: DANIEL SPARTACUS <email@hidden>
- Date: Sun, 1 Aug 2004 10:59:13 +0200
every body
i want to use nsstepper with a texfield
in interface builder i have connected the too object
i have looking for nsttepper and see that we can use
takeStringValueFrom to chande the value of the textfield
i have editing this code but the textfield not change is value
If somme one does how i can take this take me a mail ?
- (void)takeStringValueFrom : (id)sender
{
[[NSNotificationCenter defaultCenter] postNotificationName:
@"NSControlTextDidChangeNotification" object: self];
return [super takeStringValueFrom: sender];
}
best regards
_______________________________________________
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.