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
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
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
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.
-
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
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
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:
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
>
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
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
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
>
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
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,
>
>
> 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
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
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
16 matches
Mail list logo