From: Rubist Rohit Newsgroups: comp.lang.ruby Subject: Preparing the basic GUI Date: Wed, 20 Apr 2011 03:19:58 -0500 Organization: Service de news de lacave.net Lines: 10 Message-ID: <7df580ca4aeb0a09811104f389e17403@ruby-forum.com> NNTP-Posting-Host: bristol.highgroove.com Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: talisker.lacave.net 1303287786 55343 65.111.164.187 (20 Apr 2011 08:23:06 GMT) X-Complaints-To: abuse@lacave.net NNTP-Posting-Date: Wed, 20 Apr 2011 08:23:06 +0000 (UTC) X-Received-From: This message has been automatically forwarded from the ruby-talk mailing list by a gateway at comp.lang.ruby. If it is SPAM, it did not originate at comp.lang.ruby. Please report the original sender, and not us. Thanks! For more details about this gateway, please visit: http://blog.grayproductions.net/categories/the_gateway X-Mail-Count: 381901 X-Ml-Name: ruby-talk X-Rubymirror: Yes X-Ruby-Talk: <7df580ca4aeb0a09811104f389e17403@ruby-forum.com> Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.dougwise.org!feed.ac-versailles.fr!talisker.lacave.net!lacave.net!not-for-mail Xref: x330-a1.tempe.blueboxinc.net comp.lang.ruby:3220 I want to write a small text-editor in Ruby for learning the basics. I want to show all the possible text-manipulation options in one single menu. Once the option is selected, the string typed in an Input box will be altered accordingly. I am not following how to prepare this basic GUI. -- Posted via http://www.ruby-forum.com/.