Re: Update slider position

2008-05-11 Thread Kyle Sluder
On Sun, May 11, 2008 at 12:50 PM, Mike <[EMAIL PROTECTED]> wrote: > I have NSTextField which is connected to a slider in IB with its (Sent > Actions = Take Double Value from). Don't do this. See below. > (Apparently I can't have them both connected to each other AND still have > connection to

Update slider position

2008-05-11 Thread Mike
Hello, I am just learning Cocoa so this is probably very simple question. I have NSTextField which is connected to a slider in IB with its (Sent Actions = Take Double Value from). The slider is connected to my controller with its sent action. So, in my controller I get a "callback" from slid