The error is happening because the variable optimization is failing on the
layout (IMHO). Try this and see if it works better:

imglayout = new qx.ui.layout.Grow(0).set({padding:0});
pageImg.setLayout(imglayout);


Jim


On Wed, Dec 30, 2009 at 1:16 AM, <i...@saksys.de> wrote:

> Hi devs,
>
> i know, i wrote some crapy code like this:
>
> var pageImg = new qx.ui.tabview.Page("Bilderverwaltung",
> "icon/16/apps/utilities-terminal.png");
> pageImg.setLayout(imglayout = new qx.ui.layout.Grow(0).set({padding:0}));
>
> But the strange thing is, that firebug dont show me any error or warning
> in source version but in the build version i get this error:
>
> this[S[R]] is not a function
> error source line: [Break on this error] }this[S[R]](P[R]);\ntoppreis.js
> (Zeile 1845)
>
> So why the source dont show me any error?
>
> regards Sak
>
>
>
> ------------------------------------------------------------------------------
> This SF.Net email is sponsored by the Verizon Developer Community
> Take advantage of Verizon's best-in-class app development support
> A streamlined, 14 day to market process makes app distribution fast and
> easy
> Join now and get one step closer to millions of Verizon customers
> http://p.sf.net/sfu/verizon-dev2dev
> _______________________________________________
> qooxdoo-devel mailing list
> qooxdoo-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>
------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to