Re: [qooxdoo-devel] where to embed a Loading Progressbar.

2007-12-05 Thread Dirk Wellmann
Hi Thomas, I choosed a very pracmatic way and it's implementable for my Projects, but not commitable to qooxdoo I think. I've written some qooxdoo independent Code to show a Progressbar this Code is a wrapper witch then creates the loading and instanciating of the qooxdoo-Application. In the g

Re: [qooxdoo-devel] Passing variables from PHP to qooxdoo

2007-12-05 Thread Andreas Tepper
Hallo Tobias, that worked! Thanks for your support! cu, -- Andreas Tepper Softwareentwicklung Animationsfabrik GmbH Donnerstrasse 20 D-22763 Hamburg Tel:+49 40 398415-10 Fax:+49 40 398415-32 E-Mail: [EMAIL PROTECTED] Web:www.animationsfabrik.de Amtsgericht Hamburg HRB 75488 Ges

Re: [qooxdoo-devel] basic app startup question

2007-12-05 Thread Ryan Wynn
Hi Fabian. Thanks for your reply. The reason I am trying to put the code in index.html is because my UI is very dynamic. It is for websphere portal. The elements (pages) of the UI are defined in a database. My qooxdoo app needs to read these page definitions at runtime and build the UI (specif

Re: [qooxdoo-devel] Passing variables from PHP to qooxdoo

2007-12-05 Thread Tobias Koller (GERMO GmbH)
Hi, I guess there is (unfortunately) no documentation for the php-backend available on the qooxdoo-page yet. is the url-variable sent via GET ? then you can catch it with javascript and use it to make the next steps ... for example like this: your url is http://localhost/myApp?p_id=12345&some

Re: [qooxdoo-devel] Passing variables from PHP to qooxdoo

2007-12-05 Thread Andreas Tepper
Hallo Tobias, there are two reasons why i did not use the backend 1) I did not get the php backend up and running now (is there any *really simple* how-to available?) 2) I do not think that it would fit my needs: The mentioned php-schript is called with the $p_id-Variable (project-id in this

[qooxdoo-devel] Error in Widget.flushGlobalStateQueue (v0.7.2)

2007-12-05 Thread WillP
I encountered an object undefined error (Internet Explorer and Firefox) which I have tracked down to Widget.flushGlobalStateQueue. I can see from the code below (from Widget.js) that the use of a while loop allows for the Widget._globalStateQueue to grow during the loop's execution but it does not

[qooxdoo-devel] Question: Databinding - How to populate form elements with data from table selection

2007-12-05 Thread Laslo42
Hi, I'm looking for some ideas on how to achieve the following: An application consists of several stand-alone modules. Each module will be used for managing (view, add, delete, remove) datasets of more or less complex data. - All modules have a couple of tab views with components (mainly form

Re: [qooxdoo-devel] Passing variables from PHP to qooxdoo

2007-12-05 Thread Tobias Koller (GERMO GmbH)
Hi andreas, why don't you just use the php-backend of qooxdoo? You can use it, to get anything you want from your php-file to your qooxdoo-app...also your global-vars. Maybe you can call the backend at the start of your af.js Tobias -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED]

[qooxdoo-devel] Passing variables from PHP to qooxdoo

2007-12-05 Thread Andreas Tepper
Hallo, first a short introduction of myself, because this is my first post on this list: My name is Andreas, i am working as an application developer for a company which mainly does 2D and 3D computer animations, visual effects and motion capturing for movies, tv and commercials. Mostly i work

[qooxdoo-devel] Accessing mixin static member from mixin method

2007-12-05 Thread jano
Hi, I have a problem accessing mixin's static member from mixin's method. 1. fully qualified name (name of the mixin) crashes firefox 2. this.self(arguments) has no properties (static members are not copied probably) is there any other way ?? jan --

Re: [qooxdoo-devel] where to embed a Loading Progressbar.

2007-12-05 Thread thron7
That's a really interesting idea. But I doubt it will be doable the way you proposed it. > I've made a progressbar while loading and instanziating Qooxdoo, but I > don't know where to get some Var's and Entrypoints while generating my > Application. > > Questions: > > 1. Where do I have to put

Re: [qooxdoo-devel] basic app startup question

2007-12-05 Thread Fabian Jakobs
Hi Ryan, the problem with the build version seems to be that in the build version "variable optimization" is enabled. This will rename local variables to shorter names. Your problem is that the code in the HTML file doesn't know about that. Generally it is not a good idea to put code into the