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 HTML - Tags to create a Table. So the browser get a very large String with all information about the table like (<tr> <td> aso). After reading the browser show the table ant it works. Now i don´t know how to add a object into the Table. What i have done is: Creat a SimpleTableMode. create a datal[] and add a lot of values in this array. with the function setData i add the data[] to the SimpleTableMode After that i create a table with the SimpleTableMode as parameter. So it works well if i only add Strings to the data[]. THANKS wrote: > > > On 03/04/07, Dirk Wellmann <[EMAIL PROTECTED]> wrote: >> >> 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 it doesn´t work. I only see the name of the Object. >> > >> > Is it possible to put a object in to a tableCell or the TableHeader? >> > >> > Thanks >> > >> >> >> -- >> Viele Gruesse >> >> Dirk Wellmann >> - - - - - - - - - - - - - - - - - - - >> PIP The Webapplication Company >> Dirk Wellmann >> Hersteller Str. 9 >> 37688 Beverungen >> fon. : +4932229174242 (VOIP) >> fon. : +495273210330 >> mobil: +491725267208 >> skype: dirk.wellmann >> mail : [EMAIL PROTECTED] >> >> >> ------------------------------------------------------------------------- >> Take Surveys. Earn Cash. Influence the Future of IT >> Join SourceForge.net's Techsay panel and you'll get the chance to share >> your >> opinions on IT & business topics through brief surveys-and earn cash >> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV >> _______________________________________________ >> qooxdoo-devel mailing list >> qooxdoo-devel@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel >> > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > qooxdoo-devel mailing list > qooxdoo-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > > -- View this message in context: http://www.nabble.com/put-ComboBoxEx-object-into-table-tf3510491.html#a9851956 Sent from the qooxdoo-devel mailing list archive at Nabble.com. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ qooxdoo-devel mailing list qooxdoo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel