Re: Hightlight on mouseover a NSTextFieldCell inside a TableView

2009-12-01 Thread Gustavo Pizano
Cobrin hi. Thanks for the example name. Im checkin it... mmm too many information for my knowledge, well I understand what they do, no wI need to implement it in y app.. but honestly speaking, I dunno if im ready to face that beast. I will give it a try tough. g.. On Dec 1, 2009, at 7:42 PM,

Re: Hightlight on mouseover a NSTextFieldCell inside a TableView

2009-12-01 Thread Corbin Dunn
On Dec 1, 2009, at 2:06 AM, Gustavo Pizano wrote: > Hello, I have been searching how to achieve this. > I have a NSTableView and the NSTableCells are a subclass I made. > Now I want to change the backgorund color of the table row when mouse over. > In my SubClass of NSTextFieldCell I tried ove

Re: Hightlight on mouseover a NSTextFieldCell inside a TableView

2009-12-01 Thread Gustavo Pizano
Graham... tanks for the reply I will take a lookt at the method, and see... maybe you are right, this may be against all.. ... Thanks for the help once again you were of great aid. Gustavo On Dec 1, 2009, at 11:41 AM, Graham Cox wrote: > > On 01/12/2009, at 9:06 PM, Gustavo Pizano wrote: >

Re: Hightlight on mouseover a NSTextFieldCell inside a TableView

2009-12-01 Thread Graham Cox
On 01/12/2009, at 9:06 PM, Gustavo Pizano wrote: > Hello, I have been searching how to achieve this. OK, usual blather about mouseovers being untypical UI on the Mac that is not encouraged by the HIG. > I have a NSTableView and the NSTableCells are a subclass I made. > Now I want to change th

Hightlight on mouseover a NSTextFieldCell inside a TableView

2009-12-01 Thread Gustavo Pizano
Hello, I have been searching how to achieve this. I have a NSTableView and the NSTableCells are a subclass I made. Now I want to change the backgorund color of the table row when mouse over. In my SubClass of NSTextFieldCell I tried overriding these methods - (BOOL)startTrackingAt:(NSPoint)start