Hi,
as far as I can tell from the docu there is no changeCellFocus event for qx.ui.table.Table? I would like to have an event handler being called when using the keyboard up/down/left/right keys to move within the table. The focus indicator moves along nicely, but I don't know how I can get notification of that. I guess I could use the key events, but it would seem more natural to have a table related event instead. Any suggestions? Cheers, Fritz -- Oetiker+Partner AG tel: +41 62 775 9903 (direct) Fritz Zaucker +41 62 775 9900 (switch board) Aarweg 15 +41 79 675 0630 (mobile) CH-4600 Olten fax: +41 62 775 9905 Schweiz web: www.oetiker.ch ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ qooxdoo-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel |
Administrator
|
Hi Fritz,
there is no hook for this in the table. I would extend the table class and override the "setFocusedCell" method. Best Fabian > Hi, > > as far as I can tell from the docu there is no changeCellFocus event for > qx.ui.table.Table? > > I would like to have an event handler being called when using the keyboard > up/down/left/right keys to move within the table. The focus indicator moves > along nicely, but I don't know how I can get notification of that. > > I guess I could use the key events, but it would seem more natural to have a > table related event instead. > > Any suggestions? > > Cheers, > Fritz > > -- Fabian Jakobs JavaScript Framework Developer 1&1 Internet AG - Web Technologies Ernst-Frey-Straße 9 · DE-76135 Karlsruhe Telefon: +49 721 91374-6784 [hidden email] Amtsgericht Montabaur / HRB 6484 Vorstände: Henning Ahlert, Ralph Dommermuth, Matthias Ehrlich, Thomas Gottschlich, Robert Hoffmann, Markus Huhn, Hans-Henning Kettler, Dr. Oliver Mauss, Jan Oetjen Aufsichtsratsvorsitzender: Michael Scheeren ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ qooxdoo-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel |
Free forum by Nabble | Edit this page |