hi, has anyone a combobox as a celleditor? i tried this, but get some strange errors.
i tried to copy the TextFieldCellEditorFactory and instead of returning a TextField i returned a Combobox with a few ListItem's. well the combo appears, but the listitems are not visible. well, you see a dotted border around the area, where the combobox shoud be, but you only see the first line of the combo. if you try to "drop down" the celleditor is closed and the "getCellEditorValue" is called. on console i see (when clicking the dropdown-arrow) 576146 ERROR: qx.event.handler.EventHandler(71): Failed to handle mouse event: TypeError - this.getParent() has no properties at http://localhost/class/qx/ui/core/Widget.js:3572 at http://localhost/class/qx/event/handler/DragAndDropHandler.js:298 at http://localhost/class/qx/event/handler/DragAndDropHandler.js:265 at http://localhost/class/qx/event/handler/EventHandler.js:837 at http://localhost/class/qx/event/handler/EventHandler.js:667 at http://localhost/class/qx/event/handler/EventHandler.js:40 there seems to be an "Atom" without a parent, but with "_hasParent" == true. before reporting a bug, i wanted to know if anyone has a combobx as a celleditor? is it possible to use "editors" which have children (the combobox has many qx... widgets as children)? the TextField is imho something like a single "native" widget. thx </usc> ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
