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