Re: [qooxdoo-devel] Data binding of list-like custom widgets

2012-07-25 Thread Omri
Thanks! I got so used to using qx.ui.list.List that I didn't think about checking whether qx.ui.form.List supports horizontal orientation. I implemented the delegate and it works great! I will open a bug for the manual request. Best wishes, Omri On Wed, Jul 25, 2012 at 3:21 PM, thron7 wrote: >

Re: [qooxdoo-devel] Data binding of list-like custom widgets

2012-07-25 Thread thron7
You might also want to look at this Demobrowser sample, http://demo.qooxdoo.org/2.0.x/demobrowser/index.html#data~Flickr.html which, btw, shows a horizontal list in action :). T. On 07/25/2012 03:10 PM, thron7 wrote: > On 07/25/2012 02:09 PM, omrihar wrote: >> Hi All, >> >> I'm working on a

Re: [qooxdoo-devel] Data binding of list-like custom widgets

2012-07-25 Thread thron7
On 07/25/2012 02:09 PM, omrihar wrote: > Hi All, > > I'm working on a custom widget which should represent an item in a > qx.data.Array. The items are all supposed to be added to a > qx.ui.container.SlideBar. After having "seen the light" when it comes to > data binding, I don't want to add the it

[qooxdoo-devel] Data binding of list-like custom widgets

2012-07-25 Thread omrihar
Hi All, I'm working on a custom widget which should represent an item in a qx.data.Array. The items are all supposed to be added to a qx.ui.container.SlideBar. After having "seen the light" when it comes to data binding, I don't want to add the items myself but would rather use a list controller t