Re: [qooxdoo-devel] updated version of the perl server side (JSONRPC.pm)

2009-04-16 Thread Andreas Ecker
Hi Tobi, this sounds great. :-) I'm sure Nick (that I put on CC) is all in favor of improving the existing Perl RPC backend. BTW, it's a very nice coincidence that all RPC backends are currently being improved (i.e. also PHP, Java). Tobi, I'll contact you off-list to get you started asap. TTYL,

[qooxdoo-devel] Qooxdoo compression

2009-04-16 Thread monika.falk
Hi All I am pretty new to Qooxdoo and I want to ask a question about compressing the JavaScript code. Is there any chance that this compression can be disabled for deployment? S pozdravem / Best regards, Monika Falk, Software Specialist Tieto email monika.f...@tieto.com, direct +42059745990

[qooxdoo-devel] JSON-RPC with web2py

2009-04-16 Thread Alexei Vinidiktov
Hi, I'm new to qooxdoo and web app development in general. I'm using qooxdoo 0.8.2 on Windows XP SP3 with Python 2.5.2. I'm trying to figure out how to use qooxdoo with the web2py Python based framework on the server side. I'm using the native jsonrpc service provided by web2py. I've managed to

Re: [qooxdoo-devel] Table with rowspan?

2009-04-16 Thread Jim Hunter
To me, it looks like for your example you only have one column and that column has lots of data in it. I would use the Html renderer and 'fake' the structure for each cell via HTML. But if you want columns for Age, Sex, Name, title etc, there is no way to do it without creating your own control. I

[qooxdoo-devel] updated version of the perl server side (JSONRPC.pm)

2009-04-16 Thread Tobias Oetiker
Folks, We have been using the qooxdoo perl backend in a number of our projects. In the process we did a few updates: * location of the serice modules is configurable * prefix of method names is configurable * provid GetAccessability with access to the session data * response header has charset ut

[qooxdoo-devel] Table with rowspan?

2009-04-16 Thread Marcel Ruff
Salute again, I would like to use a table (or tree?) which has in *each row* a header label and below the several columns: +-+ | Age|Gender| H | ... | ... | +-+ | Averell Dalton, the big one | | 32 | male | 184 | ... | ... | +

Re: [qooxdoo-devel] getting started with UploadWidget

2009-04-16 Thread Christian Schmidt (Technik)
Hi Marta, could you please comment out the compleate "common" job and try it again. What happens? Cheers, Chris -Ursprüngliche Nachricht- Von: Marta Smith [mailto:smith.ma...@gmail.com] Gesendet: Do 16.04.2009 22:39 An: qooxdoo Development Betreff: Re: [qooxdoo-devel] getting started w

Re: [qooxdoo-devel] getting started with UploadWidget

2009-04-16 Thread Marta Smith
Hi Chris, I have implemented the config.json changes as you suggested, please see the code bellow. The UploadWidget gets downloaded now, which is great, but my application no longer loads in the web browser. I went trough all the documentations offered on the qooxdoo website linking from the 08 ma

[qooxdoo-devel] CheckBox setEnabled(false): No contrast to see check icon

2009-04-16 Thread Marcel Ruff
Hi, I need to display some qx.ui.form.CheckBox (0.8.2) and disable them: setEnabled(false); Unfortunately the contrast of the disable-grey makes the hook-icon invisible so I can't see anymore if it is checked or not. Is there a trick to make it more visible? Thank you Marcel -

[qooxdoo-devel] Window zIndex or "focusout" and bringToFron()

2009-04-16 Thread Marcel Ruff
Hi, how can I force that one Window always remains above others (0.8.2)? 1. approach: windwoAbove.setZIndex(1000); windwoAbove.open(); This didn't help 2. approach: windwoAbove.addListener("focusout", function(e) { xyz.getWindowManager().bringToFront(windwoAbove); }, this); I don't know h

Re: [qooxdoo-devel] getting started with UploadWidget

2009-04-16 Thread Christian Schmidt
Hi Marta, the problem in your config.json is, that the keys "cache", "libraries", "settings" and "packages" only work with jobs. So in your config.json file the keys has no effect. This documentation shows an overview about the keys: http://qooxdoo.org/documentation/0.8/generator_config#listin

Re: [qooxdoo-devel] getting started with UploadWidget

2009-04-16 Thread Marta Smith
Hi Chris, thank you for the quick response. I did not have a cache config key defined, so I went to the documentation page of the config keys ( http://qooxdoo.org/documentation/0.8/generator_config_ref#cache) and put the following code in my config.json file: "cache" : { "compile" :

Re: [qooxdoo-devel] table.model.Remote doesn't reload

2009-04-16 Thread Alexander Back
Hi Thomas, On Wednesday 15 April 2009 Thomas Bückemeyer wrote: > It works fine, when the application started. The data was loaded in the > table, in the debugger i read "readdata" and "fertig mit der suche, und > es gibt sogar ergebnisse" - thats what I expected. > > , after I press the "buttons

[qooxdoo-devel] using rpc with php

2009-04-16 Thread sNIk
hello again. today i installed the rpc-stuff (rcp-php) and something went wrong, i think. * Echo Test works * RPC Server Func. (ASync) does not. here are the error messages: * Async(61) exception: Application error 42: origin=2, code=42, message=This is an application-provided error * Async

Re: [qooxdoo-devel] getting started with UploadWidget

2009-04-16 Thread Christian Schmidt
Hi Marta, > I consider myself relatively new to qooxdoo. Welcome! > I am trying to use the contrib UploadWidget, and read usage > documentation on contribution classes. I hope we talk about the same documentation: http://qooxdoo.org/documentation/0.8/generator_config_articles#contrib_libraries > I