[qooxdoo-devel] using cellrenderer in table

2007-12-21 Thread LincolnJohn
[EMAIL PROTECTED] Hi All, How to use cell renderer in a table. Can anyone give example for this one. Thanks in advance -- View this message in context: http://www.nabble.com/using-cellrenderer-in-table-tp14466225p14466225.html Sent from the qooxdoo-devel mailing list archive at Na

Re: [qooxdoo-devel] remote.Request delays

2007-12-21 Thread Jim Hunter
We had half of the combo working, but I was not forcing the request into plain/text. Let me give that a try and see if it helps. Thanks Derrell and have a great holiday. Jim On Dec 21, 2007 12:50 PM, Derrell Lipman <[EMAIL PROTECTED]> wrote: > On Dec 21, 2007 11:29 AM, Jim Hunter <[EMAIL PROTEC

Re: [qooxdoo-devel] remote.Request delays

2007-12-21 Thread Derrell Lipman
On Dec 21, 2007 11:29 AM, Jim Hunter <[EMAIL PROTECTED]> wrote: > Is there a way to make the control not try and > parse/process the content when it receives it from the server? Pass "text/plain" as the third parameter to your qx.io.remote.Request constructor. Assuming that all other requirements

[qooxdoo-devel] Lively Kernel (OT)

2007-12-21 Thread Raul Gutierrez S.
Hi, Has anybody played with this: http://research.sun.com/projects/lively/ ? -- --- Raúl Gutierrez S. Investigación y Desarrollo Taller de Ideas S.A. - This SF.net email is sponsored by:

[qooxdoo-devel] remote.Request delays

2007-12-21 Thread Jim Hunter
Can someone that knows the remote.Request code inside and out please answer me this question... Is there a way to make the control not try and parse/process the content when it receives it from the server? We are seeing quite a delay from the time the server has finalized the response, to the time

Re: [qooxdoo-devel] Some questions about QWT

2007-12-21 Thread Michael Hartmeier
Hi Philipp, > Hi there, > > does anyone use the QWT? > We have a small in house application using QWT. > I have some questions about it: > > Is there a way to transform a qooxdoo project into a QWT application or do I > have to write everything again? > Not really ... you'd need a tool that

[qooxdoo-devel] Some questions about QWT

2007-12-21 Thread Philipp Wabinski
Hi there, does anyone use the QWT? I have some questions about it: Is there a way to transform a qooxdoo project into a QWT application or do I have to write everything again? Is there a visual interface to create and edit the layout? Is it always possible to use the newest stable Version of q

[qooxdoo-devel] Transport API

2007-12-21 Thread Siva Shankar
Hi There! Can anyone tell me how to send a simple request call to a JSP page (using QooXDoo transport API) and receive a response. Please include the JSP code. Thanks and Regards, Siva Shankar - This SF.net email is spo

Re: [qooxdoo-devel] Passing variables from PHP to qooxdoo

2007-12-21 Thread westor
Hi Andreas, why don't you simple include a little script bevore your call, which sets a JavaScript var? This is global and u can use it everywhere in your application code. Cheers Torsten var p_id = ""; \n"); ... ?> Andreas Tepper wrote: > > Now the question: How