Re: [qooxdoo-devel] Another 2.0 migration problem

2012-07-04 Thread omrihar
Sorry, this was too soon. As soon as I did a distclean the problem came back.. Perhaps I will have more time later to continue debugging... -- View this message in context: http://qooxdoo.678.n2.nabble.com/Another-2-0-migration-problem-tp7580405p7580530.html Sent from the qooxdoo mailing list a

Re: [qooxdoo-devel] Another 2.0 migration problem

2012-07-04 Thread omrihar
Hi, I just migrated to 2.0.1 and it seems that the problem is gone (at least so far). I didn't pursue the matter further before since the fix to the template file worked for me and I had some urgent stuff to do, but this time I didn't patch the template file of 2.0.1 and it seems to work without a

Re: [qooxdoo-devel] Another 2.0 migration problem

2012-06-27 Thread Martin Wittemann
Hi, Yes, but those issues were related to XHR and the loader template uses script tags. So unlikely that those issues are the same bug still not surprising that firebug could be the source of the problem. Martin Am 28.06.2012 um 00:51 schrieb thron7: >>> I started Firefox in safe mode and it se

Re: [qooxdoo-devel] Another 2.0 migration problem

2012-06-27 Thread thron7
>> I started Firefox in safe mode and it seemed to help. Then I tried >> shutting >> off all the extensions I have in FF, and it seems that when Firebug is >> turned off, everything works fine (according to the Error Console there >> are >> no errors). So, perhaps this is our culprit. What I don't

Re: [qooxdoo-devel] Another 2.0 migration problem

2012-06-27 Thread Daniel Wagner
Hi, On 06/27/2012 02:58 PM, omrihar wrote: > Hi Daniel, > > I tried creating a new application from the 2.0 SDK and the application runs > without a problem. > I tried using the same index.html file and load all the resources my other > app loads, and all the contribs, but still it runs without a

Re: [qooxdoo-devel] Another 2.0 migration problem

2012-06-27 Thread omrihar
Hi Daniel, I tried creating a new application from the 2.0 SDK and the application runs without a problem. I tried using the same index.html file and load all the resources my other app loads, and all the contribs, but still it runs without a problem. I started Firefox in safe mode and it seemed

Re: [qooxdoo-devel] Another 2.0 migration problem

2012-06-27 Thread Daniel Wagner
Hi again, omrihar wrote > > Hi Daniel, > > well, I am also at a loss. It seems that in Chrome it works fine, without > any problem, as well as in the build version in FF. > you won't see the problem in the build version since it's caused by Firefox evaluating the JS files as they finish loadi

Re: [qooxdoo-devel] Another 2.0 migration problem

2012-06-27 Thread omrihar
Hi Daniel, well, I am also at a loss. It seems that in Chrome it works fine, without any problem, as well as in the build version in FF. I tried gradually removing everything I had in main, except for this.base(arguments), and the problem still showed up. I even removed the code enabling the debug

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] 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] Another 2.0 migration problem

2012-06-25 Thread Daniel Wagner
Hi, On 06/25/2012 03:44 PM, omrihar wrote: > Hi Daniel, > > it shows boolean false on all last lines of the four blocks. > I forgot to mention that I am loading several libraries in my index.html > file, namely: > the ACE editor (copied from the playground), paper.js, Markdown.Converter.js > and >

Re: [qooxdoo-devel] Another 2.0 migration problem

2012-06-25 Thread omrihar
Hi Daniel, it shows boolean false on all last lines of the four blocks. I forgot to mention that I am loading several libraries in my index.html file, namely: the ACE editor (copied from the playground), paper.js, Markdown.Converter.js and google/jsapi (for charting purposes). All are being load

Re: [qooxdoo-devel] Another 2.0 migration problem

2012-06-25 Thread Martin Wittemann
Hey, Just the same theme. In migration from 1.6 to 2.0 process was missed that 1.6: this.ls = qx.bom.storage.Local.getInstance(); 2.0: this.ls = qx.bom.storage.Web.getLocal(); There is no qx.bom.storage.Local anymore in 2.0 So, I'm still staying on

Re: [qooxdoo-devel] Another 2.0 migration problem

2012-06-25 Thread Jagget
Just the same theme. In migration from 1.6 to 2.0 process was missed that 1.6: this.ls = qx.bom.storage.Local.getInstance(); 2.0: this.ls = qx.bom.storage.Web.getLocal(); There is no qx.bom.storage.Local anymore in 2.0 So, I'm still staying on 1.6 С уважением, Jagget On 25 Ju

Re: [qooxdoo-devel] Another 2.0 migration problem

2012-06-25 Thread omrihar
Hi Daniel, I'm on Ubuntu 12.04, using Firefox 13.0.1. After replacing the files it seems to work fine. (First I replaced the files and re-ran the generator - then it worked fine. Then I did a distclean and ran it again, then it simply didn't show anything, but then a third run of the generator mad

Re: [qooxdoo-devel] Another 2.0 migration problem

2012-06-25 Thread Daniel Wagner
Hi, that looks like a problem with async script loading. Could you please try replacing tool/data/generator/loader.tmpl.js in your 2.0 SDK with the one from 1.6.1 and running generate.py source again? Also, which browser/OS are you using? Regards, Daniel On 06/25/2012 08:35 AM, omrihar wrote

Re: [qooxdoo-devel] Another 2.0 migration problem

2012-06-25 Thread omrihar
forgot to mention that on 1.6.1 it works without a problem. -- View this message in context: http://qooxdoo.678.n2.nabble.com/Another-2-0-migration-problem-tp7580405p7580406.html Sent from the qooxdoo mailing list archive at Nabble.com. ---

[qooxdoo-devel] Another 2.0 migration problem

2012-06-24 Thread omrihar
Hi, I just migrated from 1.6 to 2.0 and I keep getting strange errors. The application builds without a problem, but then when it is being loaded I (randomly) get different types of errors (they change after every refresh of the page). Some times it does not recognize qx.Class.define, at another I