Hello Everyone,

I encountered a weird problem in my qooxdoo-app. When running from
source, it worked fine, but when running from build, it just stopped
after loading half of the page, and I got a not so nice javascript-error:

> Fehler: this[w[v]] is not a function
> Quelldatei: https://my.url/script/myscript.js
> Zeile: 1600

After digging around a little in this code, I found the responsible
piece of my code:

>        licensing.updateContainer = new qx.ui.groupbox.GroupBox("Upgrade 
> Licence", "/img/icons/browser.png").set({
>          border  : 3,
>          padding : 8
>        });

Removing the 'border: 3' line fixes it.

Seems like groupbox does not have a border property?
Anyway, I guess it should display that when compiling, or something.
Having such a different behaviour between source and build, makes it
quite hard to debug.

regards,
Philipp

------------------------------------------------------------------------------
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

Reply via email to