Re: [qooxdoo-devel] Grid widget for data display

2012-01-09 Thread maikwo
Martin, thanks a lot for the helpful hints. I tried a container class instead of the basic widget and it works very well. Maik Am 09.01.2012 09:04, schrieb Martin Wittemann: Hey, Now I'm at a point where I need some help. And here it comes. ;) I'm trying to display datasets in a grid with

Re: [qooxdoo-devel] Grid widget for data display

2012-01-09 Thread Martin Wittemann
Hey, Now I'm at a point where I need some help. And here it comes. ;) I'm trying to display datasets in a grid with regular widgets. Each element contains buttons, and image, a checkbox, etc. I id the layout like this. ... var scroller = new qx.ui.container.Scroll(); page2.add(scroll

[qooxdoo-devel] Grid widget for data display

2012-01-06 Thread maikwo
Hi, As a beginner with qooxdoo I'm trying to figure out how to solve my gui requirements. It was fun to find almost perfect solutions for the gui building of a web application. Now I'm at a point where I need some help. I'm trying to display datasets i