Hello all,
Our software is expected to be installed in this month. After two months of extensive use of Ruby/Tk I have something to say about it. I think to make real life applications quickly we need more in the area of Ruby/Tk as in the following.
-
Tkcombobox should be added in the Ruby Distribution.
-
Both of the List box and combo box should have the option to provide two values as in Visual Basic (Bound Column)
-
Need something like Grid. I think there is TkTable but I am not sure about it.
I have used 1.6 version. May be in 1.8 the problems are solved. What is your opinion?
With Regards,
Sabyasachi Mustafi
Hello Hidetoshi,
Monday, November 10, 2003, 5:01:23 AM, you wrote:
- 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.
It’ll be nice to use something like
Hugecombo
Hugelist
:)))
- 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.
There is an wrapper under TkTable written by
Ferenc Engard <ferenc(at) engard.hu>
May be it can be included into Ruby/Tk distribution …
···
–
Best regards,
Nikolay