Ed,

this is a good one. Please open a bug report for it, attaching all the 
files you have created so far including the firebug console export. It 
would also help if you could attach a broken version of the generated 
source/script/webrf.js script. Also insert the text of your last mail 
(where you describe your work-around).

I suspected something like that was happening. Instantiating the 
DateFormat class to initialize a map member lifts all runtime 
dependencies of the constructor to loadtime dependencies of 
webrf.Statics. This should have been detected, and the MBindings mixin 
and the SingleValueBinding class should have been sorted appropriately.

Thanks,
T.

On 03/16/2012 04:15 PM, Ed Adasiewicz wrote:
> I have uploaded the expanded output from firebug's console export extension
>
> http://qooxdoo.678.n2.nabble.com/file/n7379241/firebug-console.html
> firebug-console.html
>
> But I think I found what is causing the error.  Within webrf.Statics I had
> the following:
>
> statics:
> {
>    DATEFORMAT_MDY = new qx.util.format.DateFormat("MM/dd/yyyy");
> ...
> }
>
> Since the firebug output pointed to this statement, I changed it to just be
> null and initialized it in the previously mentioned function which
> initializes the array.  I generated new source and the boot part loads just
> fine.  I'm not sure if this is a bug or something I shouldn't have done.  If
> you need anything else please let me know.
>
> --
> View this message in context: 
> http://qooxdoo.678.n2.nabble.com/Parts-question-tp7366844p7379241.html
> Sent from the qooxdoo mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> This SF email is sponsosred by:
> Try Windows Azure free for 90 days Click Here
> http://p.sf.net/sfu/sfd2d-msazure
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>
>

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to