[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

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] Having trouble with block yielding in the Tilt gem

2011-02-27 Thread Nick Ludlam
Hi all, Am eagerly getting on with my app, and I'm embedding a little Sinatra app with the aid of ControlTower. So far so good, except with template rendering. I cannot seem to get a "layout.erb" file to play nicely with an "index.erb" file, and have the layout successfully yield to a block give