Hi Alex,

I am a lot further than last week.
One of the major problems I have left is around the use of resources.
As I wrote before, we generate our client on the server so everything is 
dynamic.
Images are also determined at runtime and the URL's are sent to the client.

What I found out, is that the generate scripts do all sorts of smart filtering 
and inlining for resources used in JavaScript code.
This conflicts with how we use the resources, because they are not hard code.
Is there a way to work around that, but stil use the "generate.py build" and 
"generate.py source-all" options?

Best regards,
 Jeroen

-----Original Message-----
From: Alexander Steitz [mailto:[email protected]] 
Sent: dinsdag 28 juni 2011 3:03 PM
To: qooxdoo Development
Subject: Re: [qooxdoo-devel] Application.main() not tiggered anymore after 
upgrade to version 1.4.1

Hi Jeroen,

On Monday 27 June 2011 17:07:06 Jeroen Smit wrote:
> I am upgrading an project that was using Qx V 0.7.3 to 1.4.1 and I followed
> the upgrade steps mentioned online (using the migration etcetera). Using
> the generate scripts  (with option “source-all”) I created a debug version
> of my app. 
> Our website solution is written in  ASP.NET and the default.aspx contains
> the following reference to the generated js-file 
>     <script type="text/javascript"
> src="js/source/script/webgui.js"></script> 
> Previously after running the “main”-function was triggered in
> Application.js but it is not anymore. Debugging webgui.js tells me, that
> when executing hits “qx.$$loader.signalStartup” qx.event is undefined and
> I think all stops there. Does anyone have any idea as to what I am doing
> wrong?
Did you already check with e.g. FireBug if all JS files are loaded correctly? 
The "signalStartup" is executed when all classes are loaded and the 
application is ready to start. 

Regards,
  Alex

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to