Hi Dietrich, >> Second double click events attached to the table scroller will also be >> fired if the table header is double clicked. Since the public table API >> does not provide a clean way to detect double clicks on table rows, I >> have added a "rowdblclick" event to the table scroller. >> >> > @Fabian: > > Wouldn't it be more natural to have the event in qx.ui.table.Table? > > So we don't need to have this table.getPaneScroller calls? The code > gets allot complicated because I allways have to walk through the pane > scroller array.
Yes this would be a good idea and maybe we should fire a "cell double click event" instead of a "row double click event" and pass the selected row and column along with the event. Would you volunteer to implement this? Best Fabian > > > >>> I have two more issues: I have a renderer, working in the release, which >>> wraps the long lines, it doesn't do it's job now. Maybe I can find for >>> myself, why. >>> And: The columns are not sortable anymore. Maybe that's why I use my own >>> class, derived from qx.ui.table.model.Simple, overwriting the sort? >>> >>> >> If I click on the sort header in your appplication I get a JavaScript >> error in your model. I suspect there is the problem. I have recently >> converted the table.*.Basic classes to interfaces. Maybe that is the >> problem. For the next release the migration scripts will take care of that. >> >> Hope that helped, >> Best Fabian >> >> > > -- > Mit freundlichen Grüßen > Dietrich Streifert > -- > Visionet GmbH > Firmensitz: Am Weichselgarten 7, 91058 Erlangen > Registergericht: Handelsregister Fürth, HRB 6573 > Geschäftsführer: Stefan Lindner > > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > ------------------------------------------------------------------------ > > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > -- Fabian Jakobs JavaScript Framework Developer 1&1 Internet AG Brauerstraße 48 76135 Karlsruhe Amtsgericht Montabaur HRB 6484 Vorstand: Henning Ahlert, Ralph Dommermuth, Matthias Ehrlich, Andreas Gauger, Matthias Greve, Robert Hoffmann, Norbert Lang, Achim Weiss Aufsichtsratsvorsitzender: Michael Scheeren ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
