New to Ruby; need some help
- From: catepillar <cmays90@xxxxxxxxx>
- Date: Mon, 13 Jul 2009 17:25:08 -0700 (PDT)
I am still working with console apps and do not see myself moving away
from command line any time in the near future. However with one of
the apps I am working on, I need something that writes the time in the
bottom right hand corner and updates it every 1 second.
This is the box below (I hope this works lol).
_______________________________________________
| C:\Ruby Programs> ruby Test.rb |
| Enter Number Here: 1
|
| Display stuff
Here |
|
|
|
|
|
7:22:42 PM |
|______________________________________________|
Basically something that looks like that.
I know some C++ and Java, but all the apps I write for those are
GUI... so frankly, I have no idea what to call what I am looking for,
so Google is not much help :(
Thanks for all the help,
Chris Mays
.
- Follow-Ups:
- Re: New to Ruby; need some help
- From: Howard Roberts
- Re: New to Ruby; need some help
- Prev by Date: Re: rb_eval_string blocks on loops even if run inside a thread.
- Next by Date: using ImageJ from Ruby
- Previous by thread: Looking for a rack middleware to dump http request response traces
- Next by thread: Re: New to Ruby; need some help
- Index(es):
Relevant Pages
|