On 02/03/2011 06:00 PM, josefkoller wrote:
>
> Hi,
>
> I hope I understand it correctly:
>
> Before I check my new entries in the application.js I have to run the python
> script with source?

Yep.

> Hmmh....
> You see in my post I'm a beginner and it would like to see what's going on.
> So I insert some line of codes into the js file, go to the browser, restart,
> ect.
>
> And that procedure every few lines.
>
> And now I have to step between creating code and show the result in the
> browser to the cmd line and create with python this all new.

You can stick with the edit-reload cycle to see your changes, but 
whenever you introduce using a new class in your app, something like

   var a = qx.some.Class();

the you have to re-run 'generate.py source'. If you did a 'generate.py 
source-all' you even have to re-run it only when you insert new 
*self-written* classes.

> Sorry, but I think it is not really a good idea.

:-). qooxdoo is not a toy. If you use other class-based frameworks, you 
have to insert all these class dependencies by hand in your code. Or you 
maintain include lists. The automatic dependency resolution of qooxdoo 
only costs you pushing the "up" and "return" key in your shell. The 
generation process itself will be fast, since only the new stuff needs 
to be incorporated. This is a small cost for getting code dependencies 
for free. qooxdoo is geared towards projects with hundreds and even 
thousands of application classes. You wouldn't want to manage those by hand.

> I would like to start new. Is there no possibility to get the firebug to my
> new project from beginning?

If you start a new project, you will have to go through the same steps 
as with this one. You see, other people *need* the nocache parameter to 
be able to test their app thoroughly. If that simple config change and 
the use of the generator deter you, maybe you should look for a simpler 
JS framework, like jQuery.

> I cann't believe that I ever have to step to the python script.

Well, if you want to work with qooxdoo you better do.

T.

------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to