Hi,
I am new to Ruby.
I would like to crete a table using Tk gui.
I areated the gui with some other components
like Button and Text Field.
Is there need any require statement for the using Tktable?
I want some tips to create a table in Ruby
with the Tk.
Thanks in advance…
Regards,
Ravi
From: Ravikumar P. [email protected]
Subject: TkTable
Date: Fri, 27 Jun 2008 14:15:29 +0900
Message-ID: [email protected]
Is there need any require statement for the using Tktable?
If you really need TkTable extention and already installed the
extension for your Tcl/Tk, probably you can use the extension
on your Ruby/Tk by “require ‘tkextlib/tktable’”
Please see examples on “/ext/tk/sample/tkextlib/tktable/”.
Hidetoshi NAGAI wrote:
From: Ravikumar P. [email protected]
Subject: TkTable
Date: Fri, 27 Jun 2008 14:15:29 +0900
Message-ID: [email protected]
Is there need any require statement for the using Tktable?
If you really need TkTable extention and already installed the
extension for your Tcl/Tk, probably you can use the extension
on your Ruby/Tk by “require ‘tkextlib/tktable’”
Please see examples on “/ext/tk/sample/tkextlib/tktable/”.
Hi,
Thank you very much for quick reply.
Thanks & Regards,
Ravi