Re: [qooxdoo-devel] Rewriting the JSON-RPC layer, compatibility issues

2010-07-29 Thread flj
Re: Rewriting the JSON-RPC layer, compatibility issues hi. Look at this feature request: http://bugzilla.qooxdoo.org/show_bug.cgi?id=3684. We don't use server_data because this is not JSON-RPC-compliant. We do use a custom http header set on the request that the qx.io.remote.Rpc uses - if 1.1

Re: [qooxdoo-devel] How to make textarea grow dynamically based on content?

2010-07-29 Thread Martin Wittemann
Hello Ralf, as far as I know, qooxdoo has nothing like that build in so we have to get it working somehow in the application code. > One way to do it, I think, is to use a stack, and put the textarea on top of > an atom. > Then all I need to do is sync the atoms-label with the value of the text

Re: [qooxdoo-devel] Rewriting the JSON-RPC layer, compatibility issues

2010-07-29 Thread Martin Wittemann
Hey, > My opinion has changed. I believe we should be fully standards-compliant by > default. That applies to both the missing date functionality that we've > kludged in, as well as server data. The loss of each of these will be a large > burden on many applications, but in the long run, I thin

Re: [qooxdoo-devel] Deprecations removed

2010-07-29 Thread sub
Tested fine with my application (based on 1.1). -- View this message in context: http://qooxdoo.678.n2.nabble.com/Deprecations-removed-tp5342639p5353613.html Sent from the qooxdoo mailing list archive at Nabble.com. -

[qooxdoo-devel] How to make textarea grow dynamically based on content?

2010-07-29 Thread Ralf Nieuwenhuijsen
Hi All, Does anyone know how to make a TextArea widget grow based on the size of its content? I feel it's possible. It seems qooxdoo calculates actual content sizes for stuff like Atoms and Labels. But I can't seem to figure out what the tweak is, to get the relevant information? How does one cal

Re: [qooxdoo-devel] Rewriting the JSON-RPC layer, compatibility issues

2010-07-29 Thread Derrell Lipman
On Thu, Jul 29, 2010 at 02:21, panyasan wrote: > > Since Martin has mentioned that the json-rpc layer will be rewritten to > conform to spec 2.0 and to remove non-standard behavior, I wanted to > discuss > the following point ahead of time: > > At least two things are "non-standard" in the curren

Re: [qooxdoo-devel] Image from Java servlet to Image widget

2010-07-29 Thread Bruce Bockius
Try imageW.setSource("http://localhost:8080/ImageServlet/gimage?type=.jpg";); Your servlet will ignore the type= parameter but qooxdoo will see the ".jpg" and know how to handle the image. -Bruce From: Stefan Andersson [mailto:stefan.anders...@live.com] Sent:

Re: [qooxdoo-devel] Tooltip on the table cell

2010-07-29 Thread Derrell Lipman
On Wed, Jul 28, 2010 at 11:44, Marta Smith wrote: > Hi Derell, > > thank you for your response! We did extend the Cellrenderer class, and we > found a really easy way to add a tooltip. We added a "title" tag to display > the CellInfo content. The only problem is that when the row is focused the >

Re: [qooxdoo-devel] TreeVirtual seColumnEditable

2010-07-29 Thread Derrell Lipman
On Mon, Jul 26, 2010 at 03:25, Cui,Daojun wrote: > Hi Devs, > > i have a TreeVirtual in my application, and > > I need to edit the columns except the TreeColumn, > > let’s say when mouse click on the data cell , it should change into > editable state. > > > > I have tried the method > > > > data

[qooxdoo-devel] Image from Java servlet to Image widget

2010-07-29 Thread Stefan Andersson
I have tried to get a servlet working: ServletOutputStream responseOutputStream = httpServletResponse.getOutputStream(); ImageIO.write(image, "jpg", responseOutputStream); responseOutputStream.flush(); responseOutputStream.close(); when I surf to it: http://localh

Re: [qooxdoo-devel] node.js and qooxdoo

2010-07-29 Thread b a
started writing a chess game server in node.js and qooxdoo on front-end http://github.com/wsdookadr/Q-Chess On 7/28/10, panyasan wrote: > > Hi, > > I am currently looking into node.js (http://nodejs.org/) and am pretty > fascinated, actually thinking to creating some of my backend logic with >

Re: [qooxdoo-devel] TabView changeSelection

2010-07-29 Thread Christian Hagendorn
Hi Pascal. the method getOldData should also return the same type. Could you please open a bug report for that. Until the bug isn't fix you can call this on each button to get the belong Page: button.getUserData("page"); Cheers, Chris Am 29.07.2010 07:51, schrieb Pascal Chorus: Hi all, I

Re: [qooxdoo-devel] node.js and qooxdoo

2010-07-29 Thread Dietrich Streifert
Hi Fabian, sorry for nipping into this thread: Are you using any DB modules/drivers with nodejs? Are there reliable implementations? Or is there something like odbc/jdbc (nodejsdbc?) Thank you for your answer. Best regards.. Am 29.07.2010 00:56, schrieb Fabian Jakobs: > Hi Christian, > >

Re: [qooxdoo-devel] Rewriting the JSON-RPC layer, compatibility issues

2010-07-29 Thread thron7
> Any other ideas how json-rpc "meta-data" that might be necessary to keep > state can be implemented compatible with json-rpc? A natural (and maybe standards-conformant) way would be to pass sesssion info and such as a dedicated arguments of the RPCs. I think it is a bit "dirty" to have informa

Re: [qooxdoo-devel] Rewriting the JSON-RPC layer, compatibility issues

2010-07-29 Thread Martin Wittemann
Hello Christian, I guess its a bit early to discuss the reimplementation of the RPC layer because its scheduled for december which is quite a long time. But anyway, I appreciate your thoughts and help because I think I can only profit of your experience in this area. My general idea is to be ful

Re: [qooxdoo-devel] node.js and qooxdoo

2010-07-29 Thread Martin Wittemann
Hello Christian, as far as i can say, it's currently not a topic here in the office. All my interests are based on a some nerdy thought. ;) But opening a bug is still a good idea even if i don't expect us to take care of it in the future, at least not this year for sure. Maybe someone has too mu