Re: [qooxdoo-devel] Issue with tr method

2012-12-05 Thread Benjamin Dreux
Hi Here it is http://bugs.qooxdoo.org/show_bug.cgi?id=7076 and http://bugs.qooxdoo.org/show_bug.cgi?id=7077 In the hope that this help Regards 2012/12/5 thron7 > You are right, this is a bug. In fact there are two :-). > > Please open one bug for the missing line number in the error message.

Re: [qooxdoo-devel] Issue with tr method

2012-12-05 Thread thron7
You are right, this is a bug. In fact there are two :-). Please open one bug for the missing line number in the error message. Open a second bug for the fact that you get an exception at all. Include your code snippet, which is enough to reproduce the issue in a desktop skeleton and running 'g

Re: [qooxdoo-devel] Issue with tr method

2012-12-04 Thread Benjamin Dreux
Hi Here is the trace when running this piece of code with the given flag -Traceback (most recent call last): File "/Users/dreux_b/project/chaire/ifsr/presentation/target/qooxdoo-sdk/tool/bin/generator.py", line 243, in main() File "/Users/dreux_b/project/chaire/ifsr/presentation/target/q

Re: [qooxdoo-devel] Issue with tr method

2012-12-04 Thread thron7
Can you please re-run this with the '-s' command line option to the generator, and post the output?! T. > Hi > I'm using the last stable version of qooxdoo. > And there is no mention of console in this class. > In Fact event if we keep the message as it is, it would be nice to add a > line numbe

Re: [qooxdoo-devel] Issue with tr method

2012-12-04 Thread Benjamin Dreux
Hi I'm using the last stable version of qooxdoo. And there is no mention of console in this class. In Fact event if we keep the message as it is, it would be nice to add a line number with the class name. Regards 2012/12/4 thron7 > Benjamin, > > > On 12/04/2012 04:36 PM, Benjamin Dreux wrote:

Re: [qooxdoo-devel] Issue with tr method

2012-12-04 Thread thron7
Benjamin, On 12/04/2012 04:36 PM, Benjamin Dreux wrote: Hi This morning i've wrote this line invalidFields.push( this.tr ( this.tr ( "Associate" ) + "[" + index + "]" ) ); Abviously it's correct, nor what i wanted to write. The problem come from the message i

[qooxdoo-devel] Issue with tr method

2012-12-04 Thread Benjamin Dreux
Hi This morning i've wrote this line invalidFields.push( this.tr( this.tr( "Associate" ) + "[" + index + "]" ) ); Abviously it's correct, nor what i wanted to write. The problem come from the message i got when i compiled this class - : Could not extract message strings from ifsr.lendingManager