Re: NSTableView Selection highlight issue in 10.10

2014-07-09 Thread Roland King
File a bug report. That's what betas are for. > On 10 Jul, 2014, at 11:26, Appa Rao Mulpuri wrote: > > Right, why the functional breaks in the existing functionality? > > Sent from my iPhone > >>> On 09-Jul-2014, at 8:36 pm, Kyle Sluder wrote: >>> >>> On Jul 8, 2014, at 11:14 PM, Appa Rao

Re: NSTableView Selection highlight issue in 10.10

2014-07-09 Thread Appa Rao Mulpuri
Right, why the functional breaks in the existing functionality? Sent from my iPhone > On 09-Jul-2014, at 8:36 pm, Kyle Sluder wrote: > >> On Jul 8, 2014, at 11:14 PM, Appa Rao Mulpuri >> wrote: >> >> In Yosemite, TableView with the Sourcelist as selectionHighlightStyle with >> the cell based

Re: NSTableView Selection highlight issue in 10.10

2014-07-09 Thread Kyle Sluder
On Jul 8, 2014, at 11:14 PM, Appa Rao Mulpuri wrote: > > In Yosemite, TableView with the Sourcelist as selectionHighlightStyle with > the cell based drawing Cell-based table views are deprecated. --Kyle Sluder ___ Cocoa-dev mailing list (Cocoa-dev@l

NSTableView Selection highlight issue in 10.10

2014-07-08 Thread Appa Rao Mulpuri
In Yosemite, TableView with the Sourcelist as selectionHighlightStyle with the cell based drawing is giving the blue selection though we override the highlightSelectionInClipRect in the custom class. In the Documentation, its mentioned that highlightSelectionInClipRect is not called if the high

Re: NSTableView Selection

2008-12-15 Thread Corbin Dunn
On Dec 12, 2008, at 10:44 PM, David Blanton wrote: Allowing empty selection did not clear the first row being selected. Also, calling deselectRow:0 at various time during table load does not clear the first row being selected. Note that Apple has said this is somewhat of a bug and asked th

Re: NSTableView Selection

2008-12-12 Thread David Blanton
Allowing empty selection did not clear the first row being selected. Also, calling deselectRow:0 at various time during table load does not clear the first row being selected. Note that Apple has said this is somewhat of a bug and asked that I log a bug report. Thanks for all suggestions!

Re: NSTableView Selection

2008-12-12 Thread Corbin Dunn
On Dec 12, 2008, at 10:02 AM, David Blanton wrote: How do I keep the first row in a table view from being selected when the table first loads? The issue is that to get a selection did change for the first row I have to first select a different row because the first row is 'auto selected'

Re: NSTableView Selection

2008-12-12 Thread Patrick Mau
Hi David To prevent automatic row selection, you have to allow "Empty" selections in your table. Select your Table-View in IB, open the attributes inspector and check "Empty" to be enabled. It's in the "Selection" part, near "Multiple", "Column" and "Type Select". Regards, Patrick On

Re: NSTableView Selection

2008-12-12 Thread Randall Meadows
On Dec 12, 2008, at 11:02 AM, David Blanton wrote: How do I keep the first row in a table view from being selected when the table first loads? The issue is that to get a selection did change for the first row I have to first select a different row because the first row is 'auto selected'

NSTableView Selection

2008-12-12 Thread David Blanton
How do I keep the first row in a table view from being selected when the table first loads? The issue is that to get a selection did change for the first row I have to first select a different row because the first row is 'auto selected' when the table first loads. David Blanton _

Programmatic control of NSTableView selection?

2008-11-21 Thread Brent Burton
(Moderator, I never heard why the first attempt didn't get to the list. Too verbose?) All, I have a question about programmatically controlling the currently selected object displayed in a table view. In short, the table displays lines of text to be spoken by the speech synthesizer. As each line

Programmatic NSTableView selection changes

2008-11-19 Thread Brent Burton
Hi, I think I have this figured out, but I wanted to bounce it off the list to see if there's a better way. I wrote a small app that reads in a text file containing a chat log, which contains lines in the format "Speaker: something they said", like a script. The application allows you to select

Re: NSTableView selection Delegate Methods being called twice?

2008-09-10 Thread Corbin Dunn
It's an implementation issue with NSTableView. Feel free to log a bug (there already are bugs logged for this issue). You'll have to work around it. Keep track of the fact that you are showing the dialog, and keep returning the same index set to avoid changing the selection. corbin On Sep

NSTableView selection Delegate Methods being called twice?

2008-09-10 Thread Robert Kukuchka
Hello, I'm trying to handle some selection switching of an NSTableView, but I'm getting double the calls I "expect". Why is this, or have I done something wrong? Cheers, Rob BT #1 #1 0x92a2400f in -[NSTableView _sendDelegateSelectionIndexesForProposedSelection:] () #2 0x927fe124 in -[NS