From: Hidetoshi NAGAI Date: 2003-11-10T12:01:23+09:00 Subject: Re: Need some addition in Ruby/Tk Hi, From: "Sabyasachi Mustafi" Subject: Need some addition in Ruby/Tk Date: Sat, 8 Nov 2003 16:24:55 +0900 Message-ID: <20031108072219.9857.qmail@webmail18.rediffmail.com> > 1. Tkcombobox should be added in the Ruby Distribution. Which one do you talk about? There are some kinds of Ruby/Tk samples and Tcl/Tk extensions. > 2. Both of the List box and combo box should have the option to > provide two values as in Visual Basic (Bound Column) I'm sorry but I'm not a Visual Basic user. Please show me a sample code (and its effects) that you are imaging. > 3. Need something like Grid. I think there is TkTable but I am not > sure about it. Ruby/Tk depends on Tcl/Tk libraries linked to the tcltklib extension. Do you say that Tcl/Tk's grid geometry manager is not enough? If so, you'll have to create a wrapper of Tcl/Tk's geometry managers. Or you can try to use Tcl/Tk extensions (e.g. TkTable) on Ruby/Tk. -- Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp)