From: Hidetoshi NAGAI Date: 2006-01-13T02:05:28+09:00 Subject: Re: Looking for better Ruby/Tk references... From: ruby talk Subject: Re: Looking for better Ruby/Tk references... Date: Thu, 12 Jan 2006 23:31:29 +0900 Message-ID: <25094bf70601120631j7fcd4f26uab43e3b534912f03@mail.gmail.com> > I am working with tk to, and i find it hard to work with the examples i > find. I think the lack of good docs or examples holds me back from something > i would like to do. For example I wish i knew about the TkOptionMenubutton. > I created this code > this snippet gets the list of files on the hard drive then displays them in > the menu. u can go back and forth between folders. When you click a file it > adds it to the text box Did you see the sample "ext/tk/sample/tkcombobox.rb" on the Ruby source tree? It may be useful in such case. -- Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp)