Re: [qooxdoo-devel] debugging my Application.js

2011-02-03 Thread Derrell Lipman
On Thu, Feb 3, 2011 at 12:41, josefkoller wrote: > So I open my qooximkerei.js (this one is called in the html page) and > changed the line 32 > from > addNoCacheParam : true, > to > addNoCacheParam :false, > You should not need to do that. With the proper config.json entry, the addNoCacheParam

Re: [qooxdoo-devel] debugging my Application.js

2011-02-03 Thread thron7
> So I open my qooximkerei.js (this one is called in the html page) and > changed the line 32 > from > addNoCacheParam : true, > to > addNoCacheParam :false, > [...] > With this changes I got the Application.js for debugging in safari. > > Is there a problem for the hole one if I change this? qo

Re: [qooxdoo-devel] debugging my Application.js

2011-02-03 Thread josefkoller
I asked me what I have done because you are so aggressive? In the moment I think you hate your job. This stupid new users and others are in your mind, Im sure. I see the great job and the result - this great framework. A last question: In my first post in this I wrote: [...] So I open my qoox

Re: [qooxdoo-devel] debugging my Application.js

2011-02-03 Thread thron7
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 in

Re: [qooxdoo-devel] debugging my Application.js

2011-02-03 Thread Derrell Lipman
On Thu, Feb 3, 2011 at 12:00, 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? > If you're debugging with the "source" version, i.e., you use "generate.py source", what that c

Re: [qooxdoo-devel] debugging my Application.js

2011-02-03 Thread josefkoller
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? 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

Re: [qooxdoo-devel] debugging my Application.js

2011-02-03 Thread thron7
> So I get the hint: > changing the entry in config.json and set the command: > > generate.py source > > All looks fine. I got my debugger in firebird and the js files hadn't a > nocache parameter. > > But now I would like to get some more text in my Application.js. > > for example > > tabsheet = n

Re: [qooxdoo-devel] debugging my Application.js

2011-02-03 Thread josefkoller
Hello, I don't understand some technics in qooxdoo, but I will learn it. But now I donn't know what I have to do. Please see my post in this debugger story before. Here are a short summery from the first post: http://qooxdoo.678.n2.nabble.com/debugging-my-Application-js-tp5984488p5989309.html

Re: [qooxdoo-devel] debugging my Application.js

2011-02-02 Thread josefkoller
Hi, you are the chief of commanders and you have the last word. No problem for me. Anyway thanks for the tip. Josef -- View this message in context: http://qooxdoo.678.n2.nabble.com/debugging-my-Application-js-tp5984488p5986797.html Sent from the qooxdoo mailing list archive at Nabble.com. -

Re: [qooxdoo-devel] debugging my Application.js

2011-02-02 Thread thron7
>> For one thing, you should properly report what is going on, e.g. what is >> the the action you are trying to perform and which error message you >> get. >> Otherwise we all need to guess wildly what "doesn't help" means. >> > > I thought you read my first post in this tread. In the first one the

Re: [qooxdoo-devel] debugging my Application.js

2011-02-02 Thread josefkoller
Hi thron7-2, thanks for answer. thron7-2 wrote: > > For one thing, you should properly report what is going on, e.g. what is > the the action you are trying to perform and which error message you get. > Otherwise we all need to guess wildly what "doesn't help" means. > I thought you read my

Re: [qooxdoo-devel] debugging my Application.js

2011-02-02 Thread josefkoller
Hi thron7-2, thanks for answer. thron7-2 wrote: > > For one thing, you should properly report what is going on, e.g. what is > the the action you are trying to perform and which error message you get. > Otherwise we all need to guess wildly what "doesn't help" means. > I thought you read my

Re: [qooxdoo-devel] debugging my Application.js

2011-02-02 Thread Derrell Lipman
On Wed, Feb 2, 2011 at 12:11, thron7 wrote: > For one thing, you should properly report what is going on, e.g. what is > the the action you are trying to perform and which error message you get. > Otherwise we all need to guess wildly what "doesn't help" means. > Thomas, his goal is to get rid o

Re: [qooxdoo-devel] debugging my Application.js

2011-02-02 Thread thron7
> > sorry. here in zip-format. > > http://qooxdoo.678.n2.nabble.com/file/n5985532/config.zip config.zip > > And this comma before jobs doesn't helps. > > I forgot this comma. In Original the hole jobs were in comment lines > > /* > > */ > > alfter deleting this comment signs I forgot the comma befo

Re: [qooxdoo-devel] debugging my Application.js

2011-02-02 Thread josefkoller
sorry. here in zip-format. http://qooxdoo.678.n2.nabble.com/file/n5985532/config.zip config.zip And this comma before jobs doesn't helps. I forgot this comma. In Original the hole jobs were in comment lines /* */ alfter deleting this comment signs I forgot the comma before. But it doesn't h

Re: [qooxdoo-devel] debugging my Application.js

2011-02-02 Thread thron7
Please use a free archive format, like zip, gzip, tar, bzip2. On 02/02/2011 04:43 PM, josefkoller wrote: > > sorry. Here is the file. > http://qooxdoo.678.n2.nabble.com/file/n5985253/config.rar config.rar -- Special Offe

Re: [qooxdoo-devel] debugging my Application.js

2011-02-02 Thread Derrell Lipman
On Wed, Feb 2, 2011 at 10:43, josefkoller wrote: > > sorry. Here is the file. > http://qooxdoo.678.n2.nabble.com/file/n5985253/config.rar config.rar > You are missing a comma after the "let" member's closing brace, before "jobs". That may be your problem. Derrell ---

Re: [qooxdoo-devel] debugging my Application.js

2011-02-02 Thread josefkoller
sorry. Here is the file. http://qooxdoo.678.n2.nabble.com/file/n5985253/config.rar config.rar -- View this message in context: http://qooxdoo.678.n2.nabble.com/debugging-my-Application-js-tp5984488p5985253.html Sent from the qooxdoo mailing list archive at Nabble.com. -

Re: [qooxdoo-devel] debugging my Application.js

2011-02-02 Thread Fritz Zaucker
No attachment ... Cheers, Fritz On Wed, 2 Feb 2011, josefkoller wrote: > > Hi, > > sorry that missing brakets are a result by copy/pasting. > > I have attached the complete config.json. > > Thanks > > Josef > -- Oetiker+Partner AG tel: +41 62 775 9903 (direct) Fritz Zaucker

Re: [qooxdoo-devel] debugging my Application.js

2011-02-02 Thread josefkoller
Hi, sorry that missing brakets are a result by copy/pasting. I have attached the complete config.json. Thanks Josef -- View this message in context: http://qooxdoo.678.n2.nabble.com/debugging-my-Application-js-tp5984488p5985203.html Sent from the qooxdoo mailing list archive at Nabble.com.

Re: [qooxdoo-devel] debugging my Application.js

2011-02-02 Thread Mustafa Sak
Hi Josef You have in build section three open braces and just two closed. That's a syntax error. The same at source section. Regards Sak Von meinem iPhone gesendet Am 02.02.2011 um 14:47 schrieb josefkoller : > > Hi Derrell, > > I gave your code to my config.json like this: > > "build-scr

Re: [qooxdoo-devel] debugging my Application.js

2011-02-02 Thread Derrell Lipman
Please copy your entire config.json file into a reply to this message, and Thomas or someone else on this list should be able to help you fix it. Thomas is the expert on the config files. Derrell On Wed, Feb 2, 2011 at 08:47, josefkoller wrote: > > Hi Derrell, > > I gave your code to my config

Re: [qooxdoo-devel] debugging my Application.js

2011-02-02 Thread josefkoller
Hi Derrell, I gave your code to my config.json like this: "build-script" : { "compile-options" : { "code" : { "format" : false } }, "source-script" : { "compile-options" : { "uris" : { "add-nocache-p

Re: [qooxdoo-devel] debugging my Application.js

2011-02-02 Thread Fritz Zaucker
On Wed, 2 Feb 2011, Christian Hagendorn wrote: > the easiest way is to add a "debugger" statement in your source code and > reload you "source" application. FireBug an other tools automatically > stops the script when the debugger statement is arrived. > > > var button = new qx.ui.form.Button("Fi

Re: [qooxdoo-devel] debugging my Application.js

2011-02-02 Thread Derrell Lipman
On Wed, Feb 2, 2011 at 07:05, Derrell Lipman < [email protected]> wrote: > On Wed, Feb 2, 2011 at 06:56, josefkoller wrote: > >> What I have to do to get my Applications.js script in firebug to set >> breakpoints, ect.? >> > > You're on the right track. Instead of editing a file a

Re: [qooxdoo-devel] debugging my Application.js

2011-02-02 Thread Christian Hagendorn
Hi Josef, the easiest way is to add a "debugger" statement in your source code and reload you "source" application. FireBug an other tools automatically stops the script when the debugger statement is arrived. var button = new qx.ui.form.Button("First Button", "myapp/test.png"); // FireBug st

Re: [qooxdoo-devel] debugging my Application.js

2011-02-02 Thread Derrell Lipman
On Wed, Feb 2, 2011 at 06:56, josefkoller wrote: > What I have to do to get my Applications.js script in firebug to set > breakpoints, ect.? > You're on the right track. Instead of editing a file after running generate.py, though, this can be configured so that it never adds the cache parameter

[qooxdoo-devel] debugging my Application.js

2011-02-02 Thread josefkoller
Hi, I have problems to debug my code in Applications.js in firebug. If I open my index.html in FF I get in firebug by scripts the button index.html. Clicking to this button I get a long list with lot of script most of them ending with js?nocache = ... the Application.js, too. If I click tha