Derrell Lipman schrieb: > On 9/7/07, *bibliograph* <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> wrote: > > Hi, > > I was looking to replace the CellEditorFactory in the > qx.ui.table.Table > with a combobox and have been successful in principle. I created a > class > qx.ui.table.celleditor.ComboBox and the combox shows up nicely. I can > also add ListItem widgets which display in the dropdown menu. I > can also > edit the value in the textfield. However, when I try to select values > from the dropdown, I get an error: > > > Christian, I can't answer your question. However, an other option for > you is for the cell editor to be a modal window. That is already > explicitely supported. You can put anything you want into that modal > window, i.e. it can be as sophisticated a set of widgets as you'd > like. It then just needs to return the appropriate value to be placed > back into the cell. The loss of focus or closing of the modal window > is what indicates that editing is complete. Thanks, Derrell, but this is not the solution for me. I am using the Table as a property editor, and I need to tab through the cells easily. It is almost working ... the only problem is this error which must be some bug in the focus management... Christian
------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
