On Tue, Mar 16, 2010 at 1:17 PM, MartinWittemann
<[email protected]> wrote:
>
> Hello Eduardo,
> First of all, welcome to qooxdoo!
>
> Did you encounter some problems with the list controller? The assumption
> that we always manipulate the last item of the list should not be any
> trouble because the list items itself are only placeholder widgets and do
> not have any hard connection to the model and its index. They are only
> attached via Single Value Binding which takes care of all the data stuff
> like bringing the right label to the list item.
>
> The magic is happening in here:
> this.bind("model[" + i + "]", targetWidget, targetProperty, options);
>
> Regards,
> Martin

Hello Martin,

It turns out I was using incorectly the controller, misusing
bindProperty and that's why I was having problem when remove items.
Now thanks to your input it works fine =).

Thanks for the answer,
     Eduardo.

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to