TkTable

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

···

--
Posted via http://www.ruby-forum.com/.

Message-ID: <2aa8729496100505978d3b96705865c3@ruby-forum.com>

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 "<ruby-src>/ext/tk/sample/tkextlib/tktable/".

···

From: Ravikumar Ponraj <ponravikumar@gmail.com>
Subject: TkTable
Date: Fri, 27 Jun 2008 14:15:29 +0900
--
Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp)

Hidetoshi NAGAI wrote:

From: Ravikumar Ponraj <ponravikumar@gmail.com>
Subject: TkTable
Date: Fri, 27 Jun 2008 14:15:29 +0900
Message-ID: <2aa8729496100505978d3b96705865c3@ruby-forum.com>

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 "<ruby-src>/ext/tk/sample/tkextlib/tktable/".

Hi,

Thank you very much for quick reply.

Thanks & Regards,
Ravi

···

--
Posted via http://www.ruby-forum.com/\.