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
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
>
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
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
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
> 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
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
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
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
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
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
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
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
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
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?
---
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?
---
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
17 matches
Mail list logo