Re: [qooxdoo-devel] qxbuild for 0.8.2 ready

2009-09-14 Thread Jean-Baptiste BRIAUD -- Novlog
+1 I would prefer a better integration with qooxdoo, so qxbuild as a contrib would be the best IMHO too. This would make qxbuild an official and recognized contribution rather than an opaque side module. I would also feel better with that option for the maintenance. On Sep 14, 2009, at 14:28

Re: [qooxdoo-devel] qxbuild for 0.8.2 ready

2009-09-14 Thread Andreas Ecker
Hi Petr! On Mon, 2009-09-14 at 08:55 +, Petr Kobalíček wrote: > Hi guys, > > I can setup project on google.code and provide SVN access to few > people here working and also contributing qxbuild. I personally thing > that Jean is right. It's chaos and qxbuild is also currently not > supported

Re: [qooxdoo-devel] qxbuild for 0.8.2 ready

2009-09-14 Thread Petr Kobalíček
done, I couldn't wait for responses:) http://code.google.com/p/qxbuild/ please let me know who wants svn and admin access. 2009/9/14 Petr Kobalíček : > Hi Tim, see next discussion, > > I think we should make SVN repo where we can contribute and fix all issues. > - Petr > > 2009/9/14 Tim Demann :

Re: [qooxdoo-devel] qxbuild for 0.8.2 ready

2009-09-14 Thread Petr Kobalíček
Hi Tim, see next discussion, I think we should make SVN repo where we can contribute and fix all issues. - Petr 2009/9/14 Tim Demann : > > Hi Petr, > > you are welcome. > > > Petr Kobalíček wrote: >> >> This all is related to "manual initialization" already in bugzilla. >> > > The problem still e

Re: [qooxdoo-devel] qxbuild for 0.8.2 ready

2009-09-14 Thread Petr Kobalíček
Hi guys, I can setup project on google.code and provide SVN access to few people here working and also contributing qxbuild. I personally thing that Jean is right. It's chaos and qxbuild is also currently not supported by qooxdoo (there are at minimal two issues that's not fixed). In qooxdoo home

Re: [qooxdoo-devel] qxbuild for 0.8.2 ready

2009-09-14 Thread Jean-Baptiste BRIAUD -- Novlog
On Sep 14, 2009, at 08:53 , Tim Demann wrote: > [CUT] > You are right, I have got another version of the ScriptLoader. I > found it > under www.kobalicek.com/res/files/js/qxbuild.zip. Is this archive not > up-to-date? > That's exactly why I'd like to found the qxbuild somewhere on sourceforge

Re: [qooxdoo-devel] qxbuild for 0.8.2 ready

2009-09-13 Thread Tim Demann
Hi Petr, you are welcome. Petr Kobalíček wrote: > > This all is related to "manual initialization" already in bugzilla. > The problem still exists. As a workaround I simply removed the application initialization code at the end of qx-build.js manually. Petr Kobalíček wrote: > > I don't

Re: [qooxdoo-devel] qxbuild for 0.8.2 ready

2009-09-10 Thread Petr Kobalíček
Hi Tim, thanks for your code, I will look at it and try to make it officially working, but I don't know if there is not problem also in Qooxdoo. Some time ago when I tried qxbuild there was problem that when qooxdoo detected page load (some kind of load event, unfortunately when only first script

Re: [qooxdoo-devel] qxbuild for 0.8.2 ready

2009-09-10 Thread Tim Demann
Hi Petr, thanks for your response. In the meantime I fixed the IE problem by myself. The ScriptLoader can't cope with IE for two reasons: 1. The onload-event doesn't work for script tags in IE. So the progress bar doesn't show any progress and the application doesn't start. That means "loading p

Re: [qooxdoo-devel] qxbuild for 0.8.2 ready

2009-09-09 Thread Petr Kobalíček
Hi Tim, good news, I'm working now in web again (so it means also in qooxdoo) and I'm preparing new version of qxbuild. Bad news are that I know about this issue and it's needed to patch qooxdoo first. This enchancement is related to this issue: http://bugzilla.qooxdoo.org/show_bug.cgi?id=2116

Re: [qooxdoo-devel] qxbuild for 0.8.2 ready

2009-09-08 Thread Tim Demann
Hi Petr, I used qxbuild for building 0.8.3 and it works fine for FF. But for IE I can't get it to work. I already excluded qx.bom.Vml to suppress the "Unspecific Error" message. Now, the ScriptLoader seems to load the scripts but the onLoad method won't be called and the loading process stucks

Re: [qooxdoo-devel] qxbuild for 0.8.2 ready

2009-03-07 Thread Jean-Baptiste BRIAUD -- Novlog
On 7 Mar 2009, at 15:56, Petr Kobalíček wrote: > Hi Jean, > > thanks :) > >> About the loading bar : when finish, why only remove >> body.removeChild(pbor); and why not also remove >> body.removeChild(pbar); ? > > When you remove pbor (progress border), the pbar is not active anymore > and I hope

Re: [qooxdoo-devel] qxbuild for 0.8.2 ready

2009-03-07 Thread Petr Kobalíček
Hi Jean, thanks :) > About the loading bar : when finish, why only remove > body.removeChild(pbor); and why not also remove > body.removeChild(pbar); ? When you remove pbor (progress border), the pbar is not active anymore and I hope that browser's garbage collector will free all of these:) > A

Re: [qooxdoo-devel] qxbuild for 0.8.2 ready

2009-03-07 Thread Jean-Baptiste BRIAUD -- Novlog
it works fine for me, thanks for your work ! About the loading bar : when finish, why only remove body.removeChild(pbor); and why not also remove body.removeChild(pbar); ? About the starting page that contain the loading bar, few idea I'm not sure how doable it is : have an HTML page where

[qooxdoo-devel] qxbuild for 0.8.2 ready

2009-03-07 Thread Petr Kobalíček
Hi devs, after some time hacking qooxdoo 0.8.2 I completed port of qxbuild for 0.8.2. It's not excellent, but it works and there is also possibility to add simple progress bar for loading javascript files. Changes to previous versions: - There are no contribs now, if you need contrib, you need