Tobias Peters wrote: > Bauduin Raphael wrote: > >> I put those files available at >> http://www.raphinou.com/rubyncurses-examples.tgz . > > > Thanks for translating these. I'll have a look soon. > >> Panels: http://www.tldp.org/HOWTO/NCURSES-Programming-HOWTO/panels.html >> Menus: http://www.tldp.org/HOWTO/NCURSES-Programming-HOWTO/menus.html >> Forms: http://www.tldp.org/HOWTO/NCURSES-Programming-HOWTO/forms.html >> CDK: http://www.tldp.org/HOWTO/NCURSES-Programming-HOWTO/tools.html#CDK >> >> Does anyone know if those are usable with the ruby ncurses library? >> Any example out there? > > > Panel and form are supported. See the end of the README file in > ncurses-ruby. Ok, thanks. I missed that indeed, but it's quite normal as higher in the document there is: "If you don't know how to use ncurses from C, then stop reading here, and read an introduction to ncurses." and I followed this instruction :-) Having read it now, I'm looking for the form2.rb example it mentions. (It doesn't seem to be included in the Debian package). Are there good examples available somewhere? > > And maybe you have missed the "examples" directory of ncurses-ruby? I saw these and they helped me starting, but they are limited in scope. Thanks. Raph > > Tobias