Re: [qooxdoo-devel] Qooxdoo reusage

2009-01-05 Thread thron7
Hi Andreas, > > I have a question about using the same code in several qooxdoo projects. > Instead of moving the code from one project to another, I would like to user > the "include" directive in the config.json file. Is this possible? > With the config.json's "include" key you are "only" i

Re: [qooxdoo-devel] 0.8.1 Three bugs in tool/pylib/generator/Generator.py when using packages/parts

2009-01-05 Thread thron7
Hi Will, thanks for the report, the issue has been fixed in trunk. Cheers, Thomas WillP wrote: > When using a config.json which defines packages with mutilple parts the > Generator script fails > > > Line 397: > > parts, packages = self._partBuilder.getPackages(partIncludes, smartExclude, > clas

Re: [qooxdoo-devel] Problem with Error 405

2009-01-05 Thread Stefan Volbers
Hi Jean-Pierre, I ran into a similar issue a few weeks ago - the problem is IIS6 behaviour when redirecting /services/ to /services/index.php As a work around, do direct your remote call to index.php explicitly(!) in order to have the POST method (which is used by the RPC) allowed, which mea

[qooxdoo-devel] Qooxdoo reusage

2009-01-05 Thread Andréas Kühne
Hi, I have a question about using the same code in several qooxdoo projects. Instead of moving the code from one project to another, I would like to user the "include" directive in the config.json file. Is this possible? Regards, Andréas ---

[qooxdoo-devel] 0.8.1 Three bugs in tool/pylib/generator/Generator.py when using packages/parts

2009-01-05 Thread WillP
When using a config.json which defines packages with mutilple parts the Generator script fails Line 397: parts, packages = self._partBuilder.getPackages(partIncludes, smartExclude, classList, collapseCfg, variants, minPackageSize, minPackageSizeForUnshared) self._partBuilder has not been assig

Re: [qooxdoo-devel] "invalid label" error on rpc response

2009-01-05 Thread Derrell Lipman
On Mon, Jan 5, 2009 at 8:25 AM, Andreas Junghans < andreas.jungh...@stz-ida.de> wrote: > > PS Both the Java and PHP backends (haven't checked others) still use > the old qx.io.remote.ScriptTransport reference, so neither of them > currently works for cross-domain calls. I could fix this, but I don

Re: [qooxdoo-devel] Problem with Error 405

2009-01-05 Thread Derrell Lipman
On Thu, Jan 1, 2009 at 11:14 AM, i...@combol.ch wrote: > > Hello Derrell > I have the same problem with your test suite RpcExample. When I check > async and cross-domain, it works fine. When I uncheck both I get the > error 405. I'm using an IIS6 installation with PHP. Index.PHP is set as > defaul

Re: [qooxdoo-devel] "invalid label" error on rpc response

2009-01-05 Thread Andreas Junghans
Hi, Am 05.01.2009 um 03:58 schrieb aggieben: > I'm working on a json-rpc backend for qooxdoo and I'm testing some > basic > plumbing with the 'echo' service. Everything seems fine until the > point at > which the test qx app should receive the response (async, cross- > domain) Cross-domain

Re: [qooxdoo-devel] Support Options for Qooxdoo

2009-01-05 Thread Fritz Zaucker
Hi Andre, On Sun, 28 Dec 2008, Open Corridors wrote: > Thanks. > > Hmmm...I'm kind of surprised that 1&1 doesn't see this as a potential > revenue stream ala (re: the Ext / Dojo model). not their line of business. I think there is some benefit for a company in staying focussed. > We use a lot o

[qooxdoo-devel] Problem with Error 405

2009-01-05 Thread i...@combol.ch
Hello Derrell I have the same problem with your test suite RpcExample. When I check async and cross-domain, it works fine. When I uncheck both I get the error 405. I'm using an IIS6 installation with PHP. Index.PHP is set as default to come up on request by user. You can see that under http://w

Re: [qooxdoo-devel] Support Options for Qooxdoo

2009-01-05 Thread Open Corridors
Thanks. Hmmm...I'm kind of surprised that 1&1 doesn't see this as a potential revenue stream ala (re: the Ext / Dojo model). We use a lot of open source software in our shop. The support ranges from good to non-existent. Since I am an experienced programmer but pretty new to front end / Ajax d

[qooxdoo-devel] "invalid label" error on rpc response

2009-01-05 Thread aggieben
I'm working on a json-rpc backend for qooxdoo and I'm testing some basic plumbing with the 'echo' service. Everything seems fine until the point at which the test qx app should receive the response (async, cross-domain) in the handler I created. Here's the stuff from Application.js: main :

Re: [qooxdoo-devel] qx.io is undefined

2009-01-05 Thread xask
Hi !, It is a bug in qooxdoo 0.8 Qooxdoo maintains a cache to speed up the "./generate.py build" and "./generate.py source" commands. If the cache is some how outdated is not refreshed it does not include the required dependencies, which has happened in your case and mine. A simple solution is t

Re: [qooxdoo-devel] how to let the flash under the popup window

2009-01-05 Thread sunny08
It's fixed. As b.collig...@gmail.com says, "the problem is linked to flash parameters. user must have wmode=transparent to allow zIndex. But notice this mode isn't currently available for Linux and there are also sightly difference between IE and Firefox flash renderers in zIndex management when w

[qooxdoo-devel] how to let the flash under the popup window

2009-01-05 Thread sunny08
I find one problem, that i cann't put the flash under the popup window. Actually, the flash is always on the top of the popup window,so that it maybe cover some part of the popup window. Here is the code: qx.Class.define("custom.Application", { extend : qx.application.Standalone, members :