On Thu, Oct 30, 2008 at 11:05:36PM +0200, Abdullah Mancy wrote: > when i run the sample Application 'good-reminder.rb' > then i press 'TAB' button once or twice i get Error
It happens on samples/good-vjot.rb as well, so it must be a focus issue with nested windows. Thankyou for pointing this out. > I've 2 more questions > 1 - changing the application icon! how to? You'll need to use a tool like IcoFX. <http://icofx.ro/> Eventually, I'd like to make this more automatic, but it'll be challenging because you'll still need to design several different pixel sizes. With larger pixel sizes becoming common, though, it's possible that you could draw your icon programmatically in Shoes and then we'll export to all the different resource types. The binject extension can handle that for windows. > 2 - how to make "Enter/return" key works on buttons,.. because > currently "space" key can only give action on the buttons? Also a good question. _why
