Philipp,

I cannot repro the problem in 0.7.3. Please provide a few more lines of 
your class declaration, and more importantly your Makefile settings.

Thomas

> Hello,
>
> I have a strange behavior with the upload extension. When I make the build
> version it generates a ";" above the class declaration.
>
> the top of the class looks like this:
>
> /**
>  * File Upload Widget
>  * 
>  * @author Frederic Fournaise
> (http://frederic.fournaise.free.fr/qooxdoo-file-upload-widget.php)
>  * @version 20070528
>  * @copyright   Frederic Fournaise
>  * @license  GNU Lesser General Public License, see
> http://www.opensource.org/licenses/lgpl-license.php 
>  *
>  **/
> qx.Class.define("myspace.ext.upload",{
>   extend : qx.ui.layout.HorizontalBoxLayout,
>
>   construct : function(vUploadCGI){
> ..
> .
>
> I cant figure out why it ooks like this in the build version:
>
>
> 1: /* ID: myspace.ext.upload */
> 2: ;
> 3: qx.Class.define("myspace.ext.upload",
> 4: {extend:qx.ui.layout.HorizontalBoxLayout,
> 5: construct:function(vUploadCGI){arguments.callee.base.call(this);
>
> You see that theire is a ";" in the secound line. That brings up an error in
> IE and also chrome. Firefox ignores that illegal character over there.
>
> Can anybody help me please. I don`t know why this happens.
>
> My Application is updated to 0.7.3 at the moment..
>
> Philipp 
>   


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to