[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Tk Table and Rails

Ravikumar Ponraj

6/30/2008 4:37:00 AM

Hi,

I want to use the TkTable in Rails application.
For the tables in HTML editing and add the flash mode
are not possible. I want to use these functionalities
in my rails application.
How do I achieve it.
If any one knows, please let me know the solution.
Thanks in advance

Regards,
Ravi
--
Posted via http://www.ruby-....

2 Answers

Michael Morin

6/30/2008 8:09:00 AM

0

Ravikumar Ponraj wrote:
> Hi,
>
> I want to use the TkTable in Rails application.
> For the tables in HTML editing and add the flash mode
> are not possible. I want to use these functionalities
> in my rails application.
> How do I achieve it.
> If any one knows, please let me know the solution.
> Thanks in advance
>
> Regards,
> Ravi

I think you would be better off making a client for your application
using Tk. Download data (preferably in XML format, easier to parse),
import into your GUI application for manipulation, then re-submit to
your Rails application via another action.

If at all possible, I would use an HTML interface though. However, once
you have an XML interface, all manner of clients will be able to use it
as well as an HTML interface.

--
Michael Morin
Guide to Ruby
http://ruby....
Become an About.com Guide: beaguide.about.com
About.com is part of the New York Times Company

Hidetoshi NAGAI

7/4/2008 6:17:00 AM

0

From: Ravikumar Ponraj <ponravikumar@gmail.com>
Subject: Tk Table and Rails
Date: Mon, 30 Jun 2008 13:37:02 +0900
Message-ID: <da7b403a1126b313f38e9fbbaa037836@ruby-forum.com>
> I want to use the TkTable in Rails application.

Well...
If you *REALLY* want to serve your Ruby/Tk
application to anyone over the Net, Ruby/TkORCA
(http://qwik.jp/ruby-tk/RubyT...) may help you.
--
Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp)