[qooxdoo-devel] patching a class not working

2009-04-17 Thread Jim Hunter
I can't imagine why this is not working. I needed a cell renderer change and was able to change the core class and my change worked great. So I extracted the changes and made a Mixin class for it and then patched the original class. Firebug tells me that my Mixin class exists and that it has been a

Re: [qooxdoo-devel] Table with rowspan?

2009-04-17 Thread Derrell Lipman
My understanding is that it can do what HTML tables can do, but I haven't played with it yet so I'm not sure. There are demos, and Fabian is the author to get additional from. On 4/17/09, Jim Hunter wrote: > Derrell, > >With the new virtual widgets, can one row have a different column > span

Re: [qooxdoo-devel] getting started with UploadWidget

2009-04-17 Thread Marta Smith
Thank you Chris! It definitely helps! Now I know where to look for jobs if I need to add a new one. Is there a UploadWidget usage example for .08x version of qooxdoo? The documentation that comes with the widget is not compatible with .08, only .07. I googled other qooxdoo documents and any found

Re: [qooxdoo-devel] Table with rowspan?

2009-04-17 Thread Jim Hunter
Derrell, With the new virtual widgets, can one row have a different column span then the next row? Or do all the rows have to have the same span values? Jim On Fri, Apr 17, 2009 at 7:23 AM, Derrell Lipman wrote: > On Thu, Apr 16, 2009 at 6:10 PM, Jim Hunter > wrote: >> >> To me, it looks li

Re: [qooxdoo-devel] Table can block the browser

2009-04-17 Thread Jim Hunter
This sounds like something I reported earlier, when the grid is not tall enough to display the vertical scroller, you get this script error. I had to make sure that all of my dynamically created tables had a minimum height since that height was taller then what my users wanted to create. But I thin

Re: [qooxdoo-devel] Qooxdoo compression

2009-04-17 Thread thron7
Monika, there is even a simpler way, in the global "let" key of your config.json: "let" : { ... "OPTIMIZE" : [] } This has the same effect as Daniel's suggestion, but you don't have to tweak the build-script job. Have your choice. This will disable all optimization (as there are

Re: [qooxdoo-devel] getting started with UploadWidget

2009-04-17 Thread Christian Schmidt
Hi Marta, yes, sorry, I have waited for your answer if it has worked or not. I have looked in the included json files (application.json and base.json, but specially in the base.json). The base.json defines the "build" and "source" jobs this jobs you can run by calling e.g. "generator.py source

Re: [qooxdoo-devel] using rpc with php

2009-04-17 Thread sNIk
Gene Amtower (via Nabble) wrote: > On Fri, 2009-04-17 at 01:52 -0700, sNIk wrote: >> got it working ... >> > > sNik, > > Thanks for the update, but I almost missed your line at the bottom > stating "got it working ..." because you didn't use a reply format > that marked the original message cont

Re: [qooxdoo-devel] Table with rowspan?

2009-04-17 Thread Derrell Lipman
On Thu, Apr 16, 2009 at 6:10 PM, Jim Hunter wrote: > 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 > Other than Jim's suggestion, you

Re: [qooxdoo-devel] getting started with UploadWidget

2009-04-17 Thread Marta Smith
Hi Chris, Thank you, it worked! You rock! :) I must have overlooked something last night. Would you be so kind to explain the job name relations from my email last night? I would like to better understand the way config works. Here is the quote: "...if you can break it down for me please explain

Re: [qooxdoo-devel] using rpc with php

2009-04-17 Thread Gene Amtower
On Fri, 2009-04-17 at 01:52 -0700, sNIk wrote: > got it working ... > sNik, Thanks for the update, but I almost missed your line at the bottom stating "got it working ..." because you didn't use a reply format that marked the original message content. Glad to hear you've worked it out. It to

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

2009-04-17 Thread Nick Glencross
Hi all, On Fri, Apr 17, 2009 at 7:44 AM, Andreas Ecker wrote: > > 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

Re: [qooxdoo-devel] Qooxdoo compression

2009-04-17 Thread Daniel Wagner
Hi Monika, welcome to qooxdoo! You can control the generator's behavior by overwriting specific job settings in your config.json file. The generator can compress the files using gzip, but since that's disabled by default, I'll assume you're asking about the code optimization. This is configur

Re: [qooxdoo-devel] using rpc with php

2009-04-17 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 * Asy

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

2009-04-17 Thread Daniel Wagner
Hi Marcel, you can increase the opacity of the checkbox icon by overwriting an appearance setting. In your local Appearance.js file under source/class/myapplication/theme, add the following key to the appearances map: "checkbox/icon" : { style : function(states) {

[qooxdoo-devel] Table can block the browser

2009-04-17 Thread Jean-Baptiste BRIAUD -- Novlog
Hi the list, Yesterday, we found that "sometime" the browser could be blocked (sometime we also got the "script take too long dialog) when user click inside a table. This bug turn us mad for few hours. We manage to get a scenario that always reproduce the bug : Under FF/win vista, After having