NSStepperCell help
NSStepperCell help
- Subject: NSStepperCell help
- From: "So Hok Chun, Bill" <email@hidden>
- Date: Sun, 22 Feb 2004 01:33:32 +0800
Dear All,
I'd like to create an NSStepperCell inside an NSTableView with the
behaviour as described below. However, I do not know how to archive my
goal.
The GUI behaviour is as follow:
1. A table with 2 columns. 1 column shows a numeric value and another
column is the NSStepperCell. Both the 2 cells refer to the same object
variable in the data source.
2. When I click on the stepper, the numeric value is updated. (this is
done)
3. When I click and hold the mouse on a stepper, I'd like to make the
NSTableView animates the changes in the the numeric column. But how?
Do I need to override the mouseDown method of NSTableView?
Thank you very much for your help.
Yours,
Bill
_______________________________________________
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.