Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.ruby > #3220 > unrolled thread
| Started by | Rubist Rohit <passionate_programmer@hotmail.com> |
|---|---|
| First post | 2011-04-20 03:19 -0500 |
| Last post | 2011-04-20 05:14 -0500 |
| Articles | 6 — 4 participants |
Back to article view | Back to comp.lang.ruby
Preparing the basic GUI Rubist Rohit <passionate_programmer@hotmail.com> - 2011-04-20 03:19 -0500
Re: Preparing the basic GUI jake kaiden <jakekaiden@yahoo.com> - 2011-04-20 04:56 -0500
Re: Preparing the basic GUI Rubist Rohit <passionate_programmer@hotmail.com> - 2011-04-20 05:06 -0500
Re: Preparing the basic GUI Josh Cheek <josh.cheek@gmail.com> - 2011-04-20 05:28 -0500
Re: Preparing the basic GUI Steve Klabnik <steve@steveklabnik.com> - 2011-04-20 05:55 -0500
Re: Preparing the basic GUI jake kaiden <jakekaiden@yahoo.com> - 2011-04-20 05:14 -0500
| From | Rubist Rohit <passionate_programmer@hotmail.com> |
|---|---|
| Date | 2011-04-20 03:19 -0500 |
| Subject | Preparing the basic GUI |
| Message-ID | <7df580ca4aeb0a09811104f389e17403@ruby-forum.com> |
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/.
[toc] | [next] | [standalone]
| From | jake kaiden <jakekaiden@yahoo.com> |
|---|---|
| Date | 2011-04-20 04:56 -0500 |
| Message-ID | <bd48242a12e5ba1d774b2409d56da009@ruby-forum.com> |
| In reply to | #3220 |
hi Rubist - every toolkit is quite different, and so the help you're looking for really depends on the gui toolkit you're using. i'd suggest writing back with which toolkit you use, (gtk2, wxruby, tk, fx, etc..,) and what code you're working with so far... cheers, - j -- Posted via http://www.ruby-forum.com/.
[toc] | [prev] | [next] | [standalone]
| From | Rubist Rohit <passionate_programmer@hotmail.com> |
|---|---|
| Date | 2011-04-20 05:06 -0500 |
| Message-ID | <74c45ce8367e23666608419e8642ce1d@ruby-forum.com> |
| In reply to | #3226 |
Hi jake, I am tweaking with Shoes, but it has very little documentation. jake kaiden wrote in post #993967: > hi Rubist - > > every toolkit is quite different, and so the help you're looking for > really depends on the gui toolkit you're using. i'd suggest writing > back with which toolkit you use, (gtk2, wxruby, tk, fx, etc..,) and what > code you're working with so far... > > cheers, > > - j -- Posted via http://www.ruby-forum.com/.
[toc] | [prev] | [next] | [standalone]
| From | Josh Cheek <josh.cheek@gmail.com> |
|---|---|
| Date | 2011-04-20 05:28 -0500 |
| Message-ID | <BANLkTi=+tPTwrmsdfWXiyEJk+mEQ8bXcEw@mail.gmail.com> |
| In reply to | #3227 |
[Note: parts of this message were removed to make it a legal post.] On Wed, Apr 20, 2011 at 5:06 AM, Rubist Rohit < passionate_programmer@hotmail.com> wrote: > Hi jake, > > I am tweaking with Shoes, but it has very little documentation. > > I have found that the book it has is very nice and pretty thorough ( http://shoesrb.com/manual/Hello.html). Its downfall is that it is not laid out like typical documentation, so it is difficult to find what you are looking for. It is best as a straight through perusal, and I recommend you do that before / while you work on your editor (because probably everything you want to know about is in there, but you won't be able to find it unless you read through the whole thing). You might also be interested in https://github.com/shoes/shoes/blob/develop/samples/simple-editor.rb a simple text editor implemented in shoes.
[toc] | [prev] | [next] | [standalone]
| From | Steve Klabnik <steve@steveklabnik.com> |
|---|---|
| Date | 2011-04-20 05:55 -0500 |
| Message-ID | <BANLkTimKd9kZEiGZqDCrjuf5KTbFMcedLQ@mail.gmail.com> |
| In reply to | #3227 |
[Note: parts of this message were removed to make it a legal post.] Hey Rubist- Looking at simple-editor is a good idea to get you started. If you have more specific questions, we also have a shoes mailing list at shoes@librelist.com, with a bunch of helpful people. :) You can also look at the shoes manual from inside shoes, by hitting control-m. That manual has some search capability. :) -Steve
[toc] | [prev] | [next] | [standalone]
| From | jake kaiden <jakekaiden@yahoo.com> |
|---|---|
| Date | 2011-04-20 05:14 -0500 |
| Message-ID | <5c6a234c359fe1421fbf324f10bfc882@ruby-forum.com> |
| In reply to | #3220 |
i'm not too familiar with shoes, but these posts might be useful for you... http://www.ruby-forum.com/topic/215299#new (shoes 3 release, there's a link in this one to the manual) http://www.ruby-forum.com/topic/1478607#new (there's some reference to creating a menu in shoes in this thread) good luck! - j -- Posted via http://www.ruby-forum.com/.
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.ruby
csiph-web