On Tue, Nov 24, 2009 at 08:42, Dimitri Henning
<[email protected]>wrote:
> On following lines while "generate.py build"
> !!! Expected token/RP but found token/COMMA: ','. file:antrag.Tabview,
> line:54,
> column:55
>
> switch (arguments,TabName) {...}
>
> What does that switch statement even mean? A switch statement is supposed
to have a single expression which can be enumerated by various case
statements. In this case, arguments is a pseudo array (not even a real
array), I don't know what TabName is, and you've got a comma expression here
which in C would evaluate to the final element of the comma expression but I
don't know what it evaluates to in JavaScript. In any case, this is
non-standard, if even legal, JavaScript and almost certainly what the
generator is complaining about.
Derrell
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel