From: Justin Bailey Date: 2006-07-27T02:11:57+09:00 Subject: Re: Ruby TUI ------=_Part_112516_7381153.1153933914953 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline On 7/26/06, Ryan Edwards-crewe wrote: > > I'm creating a program with a TUI to then later implement a GUI using TK > but for now I'm having trouble coming up with a menu system that works > without a whole lot of loops and calls, which is what I have now but its > starting to get really messy and confusing, any suggestions. Somthing > along the lines of this: Check out the 'highline' gem - its designed to help build "high level line-oriented" interfaces - and has direct support for menus. http://rubyforge.org/projects/highline/ Justin ------=_Part_112516_7381153.1153933914953--