Re: [qooxdoo-devel] qooxdoo 0.6.6: generator.py and dot files

2007-05-20 Thread Sebastian Werner
In trunk (not yet inside beta1) I've committed a change to ignore all files with a starting dot. Sebastian Frederic Beuserie schrieb: > Hi, > > The build system in 0.6.6-sdk takes into account emacs backup files > (and i suppose vi and others too). > > Is there any way to specify to generator

Re: [qooxdoo-devel] Request Question in 0.6.6

2007-05-20 Thread Sebastian Werner
It seems that the js file you try to load is erronous. Please double check the resulting (generated) js file. BTW: ScriptTransport only works for JSON/JavaScript files, not for XML files. It seems that you need to disable cross-domain or any option other option which selects this transport impl

[qooxdoo-devel] Java RPC - Access denied

2007-05-20 Thread Tobias Koller (GERMO GmbH)
Hi, i'm trying to use a Tomcat and the qooxdoo-Java-RPC-Backend. I created the qooxdoo.war file and put it into the webinf-Dir. And the sample-RPC_1-Demo works fine. But when I try to make an async-call to the qooxdoo.test-Service (http://localhost:8080/qooxdoo/.qxrpc) >From my applicat

[qooxdoo-devel] Request Question in 0.6.6

2007-05-20 Thread Steve Ramage
We've developed an Ajax application with our (read mine) own built from scratch JS Interface. Needless to say it's crap and I'm investigating rewriting the UI portion from scratch with Qooxdoo. Both the Application and API are already well defined and work fine, and it would be preferred if we didn

[qooxdoo-devel] qooxdoo 0.6.6: generator.py and dot files

2007-05-20 Thread Frederic Beuserie
Hi, The build system in 0.6.6-sdk takes into account emacs backup files (and i suppose vi and others too). Is there any way to specify to generator.py to exclude certain files (all dot file) ? thanks Traceback (most recent call last): File "../qooxdoo-0.6.6-sdk/frontend/framework/tool/generat

[qooxdoo-devel] Autowidth and Autoheight label

2007-05-20 Thread Leander Hanwald
Hi everyone, I need a label (qooxdoo 0.7 beta 1) which is autosized in height (by html content). I already tried a lot of configs for that, but never got a real working setting (never got a real autosizing, best result was a label with three lines height when 10 where needed ;) ). In the las

Re: [qooxdoo-devel] qooxdoo on a PDA?

2007-05-20 Thread Philipp Wabinski
Leander Hanwald wrote: > > Which PDA? :) > > The question is which browser you would use. > > I don`t have a specific browser or PDA in my mind. Which would be the best one? I would like to know which PDA and browser I have to buy/use, when I want to run qooxdoo on it. Are there minimum r

Re: [qooxdoo-devel] qooxdoo on a PDA?

2007-05-20 Thread Leander Hanwald
Which PDA? :) The question is which browser you would use. Philipp Wabinski wrote: > Hi, > > does anyone tested to run a qooxdoo application on a PDA? > > At the moment I don`t have a PDA to test it, but it would be really > interesting for me. > > > Thanks for your answers > > Philipp > ---

[qooxdoo-devel] qooxdoo on a PDA?

2007-05-20 Thread Philipp Wabinski
Hi, does anyone tested to run a qooxdoo application on a PDA? At the moment I don`t have a PDA to test it, but it would be really interesting for me. Thanks for your answers Philipp -- View this message in context: http://www.nabble.com/qooxdoo-on-a-PDA--tf3785852.html#a10706189 Sent from t

Re: [qooxdoo-devel] Iframe.reload() question

2007-05-20 Thread RĂ¼diger Herrmann
Hi Sebastian, thanks for the quick response. I tried this: var iframe = new qx.ui.embed.Iframe(); iframe.setSource( "http://eclipse.org/rap"; ); // do other things, iframe is created and visible now iframe.debug( "href: " + iframe.getIframeNode().location.href ); But the location pro