Hi Farhad,

I get these errors quite often and then I try to narrow down my search as :

1. Look inside your custom.js (if u can find the mention of qx.ui.container.Stack)
  2. Manually refresh your workspace (My Eclipse workspace doesn't
     refresh my folders sometimes and I do it manually)
  3. Clear your browser cache and test
  4. Check if the JS file on server is updated (if u can find the
     mention of  qx.ui.container.Stack)
  5. Check if the class has been loaded by the server (in Net tab of
     Firebug - as mentioned by Alex)

Usually, this works in my case.

Amit

f.taebi wrote:
Hello,
Hi,

f.taebi wrote:
Hi Alex,

Alexander Back wrote:
Hi,
You have to re-generate your application if you add a new class (which was never used before) by running "./generate.py source".

As an alternative you can develop your application with the full sources (=all framework classes) by running "./generate.py source-all".

This will solve your problem for framework classes. Whenever you add new application classes you have to re-generate your application with the generate command.

See http://qooxdoo.org/documentation/0.8/helloworld#run_your_application and the following sections for more details.

And ... welcome to the project! ;-)

cheers,
   Alex
Sorry, i forgot to mention that i already generated the source with "./generate.py source-all". It didnt change anything :).
That's weird. Do you get any errors in the "Network" tab of the Firebug console. Are all framework classes fully loaded? Or could you post a little code snippet of your application? Additionally you can try to run your code in the playground application to help solve your problem.
-> http://demo.qooxdoo.org/current/playground

cheers,
   Alex
The Firebug console says the same :

"qx.ui.container.Stack is not a constructor var stack_composite_root = new qx.ui.container.Stack();".

There is nothing special about the code. I will post a snippet of it later this day. I also could send you the whole code, if its ok with you , maybe you find something in there. I tried the code above in the playground, there is no problem.

thx, Farhad
------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to