In the global prefs dialogue, if you click in an item in the list on the left, the pane correctly displays the corresponding content. But if you navigate in the left-hand list with arrow keys, the pane content does not change.
Hi Joachim,
Thank you for reporting. I can reproduce the problem. I'll look into it. Indeed currently there is no support for the navigation keys in table views or outline views.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This is fixed now. From the developer's point of view, the TableView and OutlineView controls defined with the [view] command now have a new option called -selectProc which lets you declare a Tcl proc to invoke each time the selection changes.
Changes committed to the repository (rev. 1641 (sourceforge.net)). The core must be rebuilt.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Joachim,
Thank you for reporting. I can reproduce the problem. I'll look into it. Indeed currently there is no support for the navigation keys in table views or outline views.
This is fixed now. From the developer's point of view, the TableView and OutlineView controls defined with the [view] command now have a new option called -selectProc which lets you declare a Tcl proc to invoke each time the selection changes.
Changes committed to the repository (rev. 1641 (sourceforge.net)). The core must be rebuilt.