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
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
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
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
---
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
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
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
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
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
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
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
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 :
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
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
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 :
15 matches
Mail list logo