Re: NSStepper - How can I tell which arrow has been clicked?
Re: NSStepper - How can I tell which arrow has been clicked?
- Subject: Re: NSStepper - How can I tell which arrow has been clicked?
- From: Graeme Hiebert <email@hidden>
- Date: Fri, 19 Apr 2002 21:39:58 -0700
On Friday, April 19, 2002, at 02:46 PM, Julian Barkway wrote:
I have set up an NSStepper (or the 'little arrows' that allow you to
increment/decrement a number in a related text field) and I have to
admit to being stumped with regards to getting the action back. Yes, I
can get IB to invoke my action method when the stepper is clicked but I
suspect that this won't tell me whether it's the up or down arrow
specifically that's been clicked.
Do you have to know whether it was the "up" or "down" that was clicked?
Why not just set the min/max/increment of the stepper to a range that
makes sense for your use, and then get its intValue when it is pressed?
I can't think of too many situations where I'd have to know whether the
"up" or "down" was actually pressed.
-g
_______________________________________________
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.