[Rails] Re: Converting console app to Shoes

2009-02-16 Thread Phlip
Brett Jackson wrote: > Ugh, I'm at my wits end. I've been trying for hours to convert this > simple app to work on Shoes, and I still haven't found a solution, and > I was wondering if someone could steer me in the right direction on > how to do this. This forum discusses "Ruby on Rails", which

[Rails] Re: Converting console app to Shoes

2009-02-16 Thread Andrius Chamentauskas
Well first of all you will have to create EditBox and TextBlock. Then create a button passing a block to it. This block should read value of EditBox.text convert it and store it to TextBlock.text. You should probably read shoes elements documentation at http://help.shoooes.net/Elements.html On F