Re: [qooxdoo-devel] QxListView RowRenderer and CellRenderer

2006-03-30 Thread Andreas Ecker
Howdy! Baskar wrote: i created one web page that contains QxListView. i have 20 columns.But i can see only 7 columns. i cant view horizontal scroll bar to view all columns how can i insert horizontal scroll bar to see all columns. Sorry, that is not supported, yet. The QxListView is being subs

Re: [qooxdoo-devel] QxListView RowRenderer and CellRenderer

2006-03-30 Thread Baskar
hi, Thanks for ur information. i created one web page that contains QxListView. i have 20 columns.But i can see only 7 columns. i cant view horizontal scroll bar to view all columns how can i insert horizontal scroll bar to see all columns. i Studied ur message and tried to insert ur function i

Re: [qooxdoo-devel] QxListView RowRenderer and CellRenderer

2006-03-20 Thread yozzeff
hey til, that looks way cool! any plans when u want to release that? yozzeff > Sebastian Werner schrieb: > >>> the benefit if it would be a complete decoupling between >>> data provider and data renderer and one could put any list >>> of objects into the QxListView (for example any json transf

Re: [qooxdoo-devel] QxListView RowRenderer and CellRenderer

2006-03-20 Thread Dietrich Streifert
Aha! Thank you for your comments. With a working grid listview object I can remove ActiveWidgets grid from my applications. Til Schneider schrieb: Dietrich Streifert schrieb: I was a little bit confused becouse there were two horizontal scrollbars in the snapshot. This is what I meant wi

Re: [qooxdoo-devel] QxListView RowRenderer and CellRenderer

2006-03-20 Thread Til Schneider
Dietrich Streifert schrieb: I was a little bit confused becouse there were two horizontal scrollbars in the snapshot. This is what I meant with "meta-columns". You may define several meta-columns. Each meta-column may contain any number of columns. Meta-columns may be horizontal scrolled inde

Re: [qooxdoo-devel] QxListView RowRenderer and CellRenderer

2006-03-20 Thread Dietrich Streifert
I was a little bit confused becouse there were two horizontal scrollbars in the snapshot. Til Schneider schrieb: Dietrich Streifert schrieb: great News! Will your implementation allow a horizontal scrollbar for tables larger then the viewport? Yes, it will. Take a look at the screenshot I po

Re: [qooxdoo-devel] QxListView RowRenderer and CellRenderer

2006-03-20 Thread Til Schneider
Dietrich Streifert schrieb: great News! Will your implementation allow a horizontal scrollbar for tables larger then the viewport? Yes, it will. Take a look at the screenshot I posted in my last mail. --- This SF.Net email is sponsored by xP

Re: [qooxdoo-devel] QxListView RowRenderer and CellRenderer

2006-03-20 Thread Dietrich Streifert
@Til: great News! Will your implementation allow a horizontal scrollbar for tables larger then the viewport? Til Schneider schrieb: Sebastian Werner schrieb: the benefit if it would be a complete decoupling between data provider and data renderer and one could put any list

Re: [qooxdoo-devel] QxListView RowRenderer and CellRenderer

2006-03-20 Thread Til Schneider
Sebastian Werner schrieb: the benefit if it would be a complete decoupling between data provider and data renderer and one could put any list of objects into the QxListView (for example any json transfered list). There are already some ideas for cell-renderer. Some guys are already working on

Re: [qooxdoo-devel] QxListView RowRenderer and CellRenderer

2006-03-20 Thread Sebastian Werner
yozzeff schrieb: hi, some sort of RFI (request for improvement). what about supplying the diverse Qx widgets with an renderer concept as seen for example in java swing? what i would like to do is somethin similar to this: function MyAmountRenderer() { } MyAmountRenderer.extend(QxRowRenderer,

[qooxdoo-devel] QxListView RowRenderer and CellRenderer

2006-03-19 Thread yozzeff
hi, some sort of RFI (request for improvement). what about supplying the diverse Qx widgets with an renderer concept as seen for example in java swing? what i would like to do is somethin similar to this: function MyAmountRenderer() { } MyAmountRenderer.extend(QxRowRenderer, "MyAmountRenderer"