Re: [MacRuby-devel] Yellow Fade Technique on NSTableView

2011-02-27 Thread Matt Aimonetti
Really cool sample, thx for sharing! - Matt Sent from my iPhone On Feb 27, 2011, at 1:42, Morgan Schweers wrote: > Greetings, > My application updates items periodically (and sometimes by user request) so > I wanted to show the user that something had changed should they be looking, > or hav

[MacRuby-devel] Yellow Fade Technique on NSTableView

2011-02-27 Thread Morgan Schweers
Greetings, My application updates items periodically (and sometimes by user request) so I wanted to show the user that something had changed should they be looking, or have manually requested an update. One example is that double-clicking can cause an item to update... Once I got the code working