Re: [qooxdoo-devel] Dependencies

2012-06-26 Thread John Spackman
Thanks Thomas, that was it. Can you explain how the generator distinguishes between load time and runtime dependencies? My guess is that anything referenced in the outer scope of a source file is load time, and anything references from an inner scope (e.g. a function declared in members or static

Re: [qooxdoo-devel] Dependencies

2012-06-26 Thread thron7
Could be that you are restricting the dependencies to the runtime phase, so you are missing out on all the load-time dependencies. >> ,"phase" : "runtime" Use phase:null if you want to have both. T. > Hi > > I'm tracking to track dependencies in my app but can't see the reason for >

Re: [qooxdoo-devel] 2.0 migration problem

2012-06-26 Thread Ed Adasiewicz
The correct solution on your initial response, I just wasn't paying attention to the output. Once I inserted the semicolon in the offending file then the error occurred in another and I did not notice the change in the file name. By judicious use of semicolon's the problem is no longer there. Th

Re: [qooxdoo-devel] Another 2.0 migration problem

2012-06-26 Thread Daniel Wagner
Hi Omri, I'm rapidly running out of ideas :( I tried using your index.html in a fresh 2.0 app skeleton and even added all the external scripts, but it still loads just fine. There's one more thing you could try: In the 2.0 loader.tmpl.js, change line 85 from var isLoadParallel = 'async' in do

Re: [qooxdoo-devel] Playground: copy/paste unavailable

2012-06-26 Thread Martin Wittemann
Hey, I just tried to update to the newest checkout of ACE and still have the issue in the playground. Also checked out the corresponding ACE demo which works as expected. So it seems its some kind of behavior in combination of ACE and the playground which means, a simple update is not enough. In

Re: [qooxdoo-devel] 2.0 migration problem

2012-06-26 Thread thron7
> I had a similar issue, > if I remember correctly it was something like > > if (a) > if (b) x=1; > else x=2; > else > x=3; > > When I added {} arround every statement the parser was happy. > (Note that the code worked fine in previous qooxdoo releases) I didn't get a problem tryin

Re: [qooxdoo-devel] qx contrib 2.0 - status ?

2012-06-26 Thread Tobias Oetiker
Hi Daniel, Today Daniel Wagner wrote: > Hi Tobi, > > we decided to push this topic back in favor of focusing on the 2.0 > release. So we'll start working on it pretty soon but it'll be a while > until we have a fully functional replacement for the SourceForge > respository. It would be very much

Re: [qooxdoo-devel] Another 2.0 migration problem

2012-06-26 Thread omrihar
Hi Daniel, I did as you suggested (on a different Ubuntu 12.04 machine since I'm sick at home), and it still has the same problem. I load the libraries through script tags in my index.html file. I attached it to the message. Best, Omri http://qooxdoo.678.n2.nabble.com/file/n7580445/index.html

Re: [qooxdoo-devel] Qooxdoo Speeddifference? Bug?

2012-06-26 Thread smisonli...@googlemail.com
ok, but for me is a second html version not a solution. :( I think this is a general Firefox 12 problem with JavaScript. The newest version is much slower in handling JS than Firefox 11 or the versions before. http://support.mozilla.org/de/questions/928775 I detected this issue with a com

Re: [qooxdoo-devel] Qooxdoo Speeddifference? Bug?

2012-06-26 Thread Christopher Zündorf
I think this is a general Firefox 12 problem with JavaScript. The newest version is much slower in handling JS than Firefox 11 or the versions before. http://support.mozilla.org/de/questions/928775 I detected this issue with a complete non-qooxdoo JavaScript application. Greetz Christopher

[qooxdoo-devel] Qooxdoo Speeddifference? Bug?

2012-06-26 Thread smisonli...@googlemail.com
Hello, i try ma qooxdoo app under firefox 12/13 and chrome. the whole app is much faster and smoother under chrome. is theri any optimizion planed for firefox? -- Live Security Virtual Conference Exclusive live event

Re: [qooxdoo-devel] Environment for runtime.name is wrong on Rhino

2012-06-26 Thread John Spackman
Hi Daniel It's from https://github.com/mozilla/rhino and not released yet AFAIK; the reason for switching to rhino_1.8 was to integrate https://github.com/mozilla/rhino/pull/12 to fix toJSON for native objects (although this may not have required master/rhino_1.8). Various bugs and Rhinos slow re

Re: [qooxdoo-devel] Environment for runtime.name is wrong on Rhino

2012-06-26 Thread Daniel Wagner
Hi John, I didn't even know Rhino had a new version out. It's not listed on http://www.mozilla.org/rhino/download.html, where did you get it? We don't have unit tests for qx.Server yet, but there's no reason why we shouldn't. Think I'll get right on that. Regards, Daniel On 06/26/2012 09:42 A

Re: [qooxdoo-devel] qx contrib 2.0 - status ?

2012-06-26 Thread Daniel Wagner
Hi Tobi, we decided to push this topic back in favor of focusing on the 2.0 release. So we'll start working on it pretty soon but it'll be a while until we have a fully functional replacement for the SourceForge respository. It would be very much appreciated if you (and any other contrib maint

[qooxdoo-devel] Speedproblems?

2012-06-26 Thread smisonli...@googlemail.com
Hello, i hvae the problem, that some wigets like selectbox opens a little bit slow and change the selection slow. what can be the problem? I use firefox 12 i se many dock layouts and windows. . Can someone give me a tip, how i can check , what can the problem be? ---

[qooxdoo-devel] GEschwindigkeitsprobleme?

2012-06-26 Thread smisonli...@googlemail.com
Hello, i hvae the problem, that some wigets like selectbox opens a little bit slow and change the selection slow. what can be the problem? I use firefox 12 i se many dock layouts and windows. . Can someone give me a tip, how i can check , what can the problem be? ---

[qooxdoo-devel] Environment for runtime.name is wrong on Rhino

2012-06-26 Thread John Spackman
Hi qx.core.Environment.get("runtime.name") returns "safari" when running on Rhino (I'm currently running 1.8); the test in qx.bom.client.Runtime detects Rhino with typeof environment but this fails, and a better test would be: > if (typeof Packages === "object" && Object.prototype.toString.call(P