Sak,

I agree with you that it's most likely a property error. It's not
surprising that the build version bombs, as a lot of sanity checks are not
done in the build version. What disturbs me is the fact that you don't get
appropriate error messages in the source version (which you should). While
the source version does additional checks, you have to enable logging to
be able to see them. Do you have this piece of code in your 'main'
application method:

      // Enable logging in debug variant
      if (qx.core.Variant.isSet("qx.debug", "on"))
      {
        // support native logging capabilities, e.g. Firebug for Firefox
        qx.log.appender.Native;
        // support additional cross-browser console. Press F7 to toggle
visibility
        qx.log.appender.Console;
      }

? It's part of the default skeleton application class, and without that
you might not be taking advantage of all the additional checking in the
source version.

T.



> Hi tron7,
>
> the debugger tells me, that "this[S[R]]" is not my code, it looks like the
> set function für qx objects. I have no error since i change from
>
> qx.ui.layout.Grow(0).set({padding:0}));
>
> to
>
> qx.ui.layout.Grow());
>
>
> as i answert jim before, it looks for me like a not handled property
> error.
>
> may bee i am wrong
>
> regards Sak
>
>> Why do you think these two are related? The source code you gave doesn't
>> make any reference to "this", right?!
>>
>> T.
>>
>>
>>> 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
>>
>
>
>
> ------------------------------------------------------------------------------
> 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