[newbie]: UI questions (using NSSlider & NSTextField with delegation)
[newbie]: UI questions (using NSSlider & NSTextField with delegation)
- Subject: [newbie]: UI questions (using NSSlider & NSTextField with delegation)
- From: email@hidden
- Date: Mon, 12 Aug 2002 10:06:24 -0400
Hello
I have a simple question about using an NSSlider to populate an NSTextField
(I checked the list archives first, though). I am able to have the
NSTextField updated by taking an intValue from the NSSlider. This works
fine. I have my controller object set up as the delegate object for the
NSTextField (it implements the controlTextDidChange method), but the
controller object only seems to be notified when I actually go in and
modify the NSTextField manually (not when it's changed via the slider). My
question is how can I get the NSSlider to update the text field and have
that value be sent to the controller as well? I'm sure I'm just missing
something simple. Thanks.
Shayne White
Software Developer
Global Structured Products Group
SSgA Boston
email@hidden
617.664.6032 (phone)
617.664.4449 (fax)
_______________________________________________
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.