Re: [qooxdoo-devel] put ComboBoxEx object into table

2007-04-05 Thread dperez
One thing is showing the value of the cell (it is HTML) (this is managed by the DataCellRenderer), and another one is editing the value of a cell, by creating a widget (this is managed by CellEditorFactory). HTH Alexander Weisser wrote: > > Hi, > i get some information about extending and over

Re: [qooxdoo-devel] put ComboBoxEx object into table

2007-04-05 Thread Alexander Weisser
Hi, i get some information about extending and overwrite function and so on I try it in a simple application and it works fine. I write some functions who set some values and return something. It looks like ok. But my problem is the DataCellRenderer. In my mind the DataCellRenderer only usw H

Re: [qooxdoo-devel] put ComboBoxEx object into table

2007-04-04 Thread Alexander Weisser
Hi Thanks, is there an example how to extend an AbstractDataCellRender. The only thing i do until this is create a table and a tableModel. I don´t know the full background. I try to read more about this but i don´t find any information about that. If you have some examples or a link where i can

Re: [qooxdoo-devel] put ComboBoxEx object into table

2007-04-03 Thread Dirk Wellmann
Hi Alexander, you should extend AbstractDataCellRender to do this, take BooleanDataCellRenderer as an Example based on it you can make ComboBoxExDataCellRenderer. Regards Dirk Alexander Weisser schrieb: > Hi, > > i try to put a ComboBoxEx Object in the TableHeader or into a table Cell. > But

[qooxdoo-devel] put ComboBoxEx object into table

2007-04-03 Thread Alexander Weisser
Hi, i try to put a ComboBoxEx Object in the TableHeader or into a table Cell. -- View this message in context: http://www.nabble.com/put-ComboBoxEx-object-into-table-tf3510491.html#a9805777 Sent from the qooxdoo-devel mailing list archive at Nabble.com. ---