FROM : Ken Wieschhoff
DATE : Thu Nov 21 09:41:13 2002
I'm using an NSOutlineView to display two columns of data. Items in
level 1 are drawn using an NSSliderCell, items in level 0 are drawn
with NSTextCell. I use setDataCell to display the appropriate data.
When an row is expanded, the sliders are exposed, but I'm having a
problem getting the sliders to respond to mouseclicks because the
column's cell has usually been switched back to the NSTextCell when
the outline view is redrawn.
If I scroll the view so the slider is the last thing drawn,
everything works as planned.
Is there a notification I can receive when the outline view has
finished drawing so I can set the dataCell (if needed) to the
NSSliderCell?
->Ken
--
- --
Ken Wieschhoff
(770)813-0231
***************************
DATE : Thu Nov 21 09:41:13 2002
I'm using an NSOutlineView to display two columns of data. Items in
level 1 are drawn using an NSSliderCell, items in level 0 are drawn
with NSTextCell. I use setDataCell to display the appropriate data.
When an row is expanded, the sliders are exposed, but I'm having a
problem getting the sliders to respond to mouseclicks because the
column's cell has usually been switched back to the NSTextCell when
the outline view is redrawn.
If I scroll the view so the slider is the last thing drawn,
everything works as planned.
Is there a notification I can receive when the outline view has
finished drawing so I can set the dataCell (if needed) to the
NSSliderCell?
->Ken
--
- --
Ken Wieschhoff
(770)813-0231
***************************
| Related mails | Author | Date |
|---|---|---|
| No related mails found. | ||






Cocoa mail archive

