I haven't updated the Breakthrough app in a while, so it may not work with newer versions of Shoes. I just updated and I get the same error on Linux.
It looks like Widgets maybe don't work the same as they used to? Okay, yes! The DisplayBoard widget used to map to a method displayboard, now it maps to display_board. But there is another problem... Breakthrough tries to stash some extra info in the style hash and you can't do that anymore. At least not in the same way. This (line 79): p.style[:moving] = [] Needs to be changed to this: p.style( :moving => [] ) With those changes I had Breakthrough working again on Linux. I pushed the changes (and a few others) to github. The code is over here: http://github.com/eki/shoesfest/tree/master I'll tag a new version and upload to the shoebox when I get a chance. Eric On 15:43 Mon 15 Dec , Ernest Prabhakar wrote: > Running the latest Official Shoes release on Mac OS X: > > il0304a-dhcp11:~ prabhaka$ sw_vers > ProductName: Mac OS X > ProductVersion: 10.5.6 > BuildVersion: 9G55 > > I get the following errors with the "Breakthrough" example: > > > > > Should I be using 'top-of-tree' instead? > > -- Ernie P. >
