I patched it temporary by
qx.Class.patch(qx.ui.menu.CheckBox, qx.ui.form.MModelProperty);


---
Ian Horst

2009/9/4 Ian Horst <[email protected]>:
> The reason why it happens is because I do data binding to
> qx.ui.menu.CheckBox, but it doesn't have property model anymore that
> is required by data binding package.
>
> It looks like we can bind data only to objects that has interface
> qx.ui.form.IModel or mixin qx.ui.form.MModelProperty.
>
> Is there a change in direction where data binding can be applied?
>
> ---
> Ian Horst
>
>
>
> 2009/9/4 Ian Horst <[email protected]>:
>> Last 2 requests are related to data binding. I applied try {} catch {}
>> to RequestQueue on _completed and got:
>>
>> File: class/qx/data/controller/List.js
>> Line number: 493
>> Error: "listItem.setModel is not a function"
>>
>> ---
>> Ian Horst
>>
>> 2009/9/3 Derrell Lipman <[email protected]>:
>>> On Thu, Sep 3, 2009 at 10:11, Ian Horst <[email protected]> wrote:
>>>>
>>>> I'm back to development in qooxdoo. And struggle to figure out why my
>>>> last 2 out of 5 requests in queue time out. FF3.5.2, firebug disabled
>>>> to confirm it doesn't affect known issue with xmlhttprequest.
>>>>
>>>> Qooxdoo trunk 19987
>>>>
>>>> When I enable firebug, I can see that xmlhttprequests do take less
>>>> than 3 seconds to complete.
>>>>
>>>> Any idea why it happens?
>>>
>>> Someone else mentioned something similar recently. The timer is supposed to
>>> become irrelevant once the state changes to "completed" but it seems that
>>> maybe the timer isn't being "cancelled" before calling your handler. Please
>>> display a debug message at entry to and exit from your request completion
>>> handler for the message, to determine whether the timer for the request is
>>> still active while your handler is in progress (and possibly running for
>>> "too long").
>>>
>>> Derrell
>>>
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> 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
>>>
>>>
>>
>

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