Re: [qooxdoo-devel] integrate contrib

2010-05-20 Thread thron7
> > I understand you thron7-2, using the quiet mode. But I meant another > thing, > please sorry. > I try reformulate better the question: > Which is the standard or correct form to structure my project and which is > the correct form to write correctly my config.json, Manifest.json, etc, > for > a

Re: [qooxdoo-devel] integrate contrib

2010-05-20 Thread rsantiagopaz
I understand you thron7-2, using the quiet mode. But I meant another thing, please sorry. I try reformulate better the question: Which is the standard or correct form to structure my project and which is the correct form to write correctly my config.json, Manifest.json, etc, for add any number of

Re: [qooxdoo-devel] integrate contrib

2010-05-20 Thread thron7
i wanted to recommend the '-q' option of the generator to you, but i just saw that it doesn't work as advertised anymore :-(. i've opened a bug for this (#3722). t. On 05/20/2010 05:30 AM, rsantiagopaz wrote: > > Thanks for all. Some your comments made me think about some wrong settings in > my

Re: [qooxdoo-devel] integrate contrib

2010-05-19 Thread rsantiagopaz
Thanks for all. Some your comments made me think about some wrong settings in my Eclipse. Now is working all. I suppose this warning: INITIALIZING: PRUEBA ==

Re: [qooxdoo-devel] integrate contrib

2010-05-19 Thread thron7
I tried to re-create the issue from a standard gui skeleton, and it worked for me. I created the skeleton, add the contrib:// entry in the config.json, like you did, added the following lines to my Application.js dialog.Dialog.init(); dialog.alert("Hiho Cosmos!"); , ran 'generate.py

Re: [qooxdoo-devel] integrate contrib

2010-05-19 Thread panyasan
Hi, I was just testing the Dialog contrib - the demo builds and runs fine for me. Have you tried to do ./generate.py distclean and redownload the contrib? Maybe it did not fully download the first time for some reason... C. -- View this message in context: http://qooxdoo.678.n2.nabble.com/in

Re: [qooxdoo-devel] integrate contrib

2010-05-19 Thread rsantiagopaz
But I can't use the Dialog library. For example, if I add this line to my application.js (same like de Demo application) dialog.Dialog.init(); all my application dissapear from the browser. Nothing happens. I compile, the warning is show, but the application dont run. If I use this only line

Re: [qooxdoo-devel] integrate contrib

2010-05-19 Thread Christian Hagendorn
Hi, no worry about this waning, in your example the generator warns that your use two job names in the config.json which are already defined in a included genoratior configuration. But in your case it is okay, it is intended (It shows how to change an existent job) Cheers, Chris Am 19.05.2010

[qooxdoo-devel] integrate contrib

2010-05-18 Thread rsantiagopaz
please I need a little help about integrate contributions to my project. I start with a basic project, then uncomment the jobs section, and add the reference to Dialog contrib: "jobs" : { // Uncomment the following entry to add a contrib or library to your // project; make sure to ada