NSStepper
NSStepper
- Subject: NSStepper
- From: Mark T <email@hidden>
- Date: Mon, 13 Aug 2001 05:06:25 -0400
I'm trying to use a stepper to change the contents of an NSImageView?. I
set the max and min values of the stepper to match the number of images I
have, and then hooked up its target to my controller, where it calls a
method that changes the image to the one at index [sender intValue]. But
this always returns 1. Shouldn't the stepper change its own value
automatically? Or am I completely missing something?
Mark T.