Re: [qooxdoo-devel] How can I invoke Wing?

2008-05-12 Thread kc106_2005-qooxdoo
Thanks everybody. I got it. I thought it was a Python error that I created. It was actually a JavaScript error. I keep getting bit by this problem of translating the userdata field in PythonCard into Qooxdoo userdata field and just not catching all of the scenerios. In this case, I ended up

Re: [qooxdoo-devel] How can I invoke Wing?

2008-05-12 Thread Siarhei Barysiuk
Could you post the part of onebutton.Application.js with the line 81? Probably you have incorrect syntax. Best, Siarhei Barysiuk On May 13, 2008, at 1:15 AM, [EMAIL PROTECTED] wrote: > Here's the dump: > > E:\pqc_projects\onebutton\frontend>make transform > ***

Re: [qooxdoo-devel] How can I invoke Wing?

2008-05-12 Thread Jim Hunter
With this dump, always look at the last few lines and it tells you that you have a syntax error in onebutton.Application on line 81. You are missing a comma. You should easily be able to find and fix the issue. Jim treegenerator.SyntaxException: Expected token/COMMA but found name/public: 'This

Re: [qooxdoo-devel] How can I invoke Wing?

2008-05-12 Thread Derrell Lipman
On Mon, May 12, 2008 at 6:15 PM, <[EMAIL PROTECTED]> wrote: > Here's the dump: > > E:\pqc_projects\onebutton\frontend>make transform > * > [QxTransformer]: Transformation application xml files to javascript > *

Re: [qooxdoo-devel] How can I invoke Wing?

2008-05-12 Thread kc106_2005-qooxdoo
Here's the dump: E:\pqc_projects\onebutton\frontend>make transform * [QxTransformer]: Transformation application xml files to javascript * --

Re: [qooxdoo-devel] How can I invoke Wing?

2008-05-12 Thread Hugh Gibson
John, I also use Wing, and as the command line is created by the make file I had to use the following technique: Print the command line at the start of running the generator, then copy and paste that into the debug start up dialog box in Wing. Then simply run the generator in Wing. Hugh > *Subj

Re: [qooxdoo-devel] How can I invoke Wing?

2008-05-12 Thread Jim Hunter
there should be plenty enough information in the stack dump that you get when there is a build error without needing another debugger. What does your dump show when you get the error? Jim On Mon, May 12, 2008 at 1:51 PM, <[EMAIL PROTECTED]> wrote: > Hello, > > I am encountering some unexpected

[qooxdoo-devel] How can I invoke Wing?

2008-05-12 Thread kc106_2005-qooxdoo
Hello, I am encountering some unexpected Python error in generator.py during "make source" time. This is most likely caused by my error but it would be much easier if I can invoke the Wing Python debugger. Could you please tell me which file to modify in order for me to pop up Wing.exe? Than

Re: [qooxdoo-devel] icon missing from VistaInspirate theme inlegacy_0_7_x

2008-05-12 Thread Romain Fliedel
Thanks I just raised a bug report (876), Sorry for replying instead of creating a new message, I'm not familiar to mailing lists. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Hugh Gibson Sent: Monday, May 12, 2008 3:25 AM To: qooxdoo-devel@lists.source

Re: [qooxdoo-devel] The number 0 is not shown in table-cell with number renderer

2008-05-12 Thread Derrell Lipman
On Fri, May 9, 2008 at 5:47 AM, Fink, Andreas <[EMAIL PROTECTED]> wrote: > Hi all, > > I think I've found a Bug in the qx.ui.table.cellrenderer.Number class. > If I add the number 0 to a rendered cell using the number renderer, the > cell keeps empty. > > I've tracked down the issue and created th

Re: [qooxdoo-devel] icon missing from VistaInspirate theme in legacy_0_7_x

2008-05-12 Thread Hugh Gibson
Romain, It seems that go-bottom is only available in the 16x16 icons. I suggest that you raise a bug report about this. By the way, when posting the list, don't reply to an existing message - create a new email. My mail client put this in a thread about unit testing and selenium. Hugh > *Subje