Greg Ercolano
2013-03-23 08:41:45 UTC
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR Active]
Link: http://www.fltk.org/str.php?L2862
Version: 1.3-current
Fix Version: 1.3-current
Fixed in Subversion repository.
Fixed (a) and (b) in r9843.
Partial changes for (c): examples/table-spreadsheet.cxx
Regarding (a): by default FLTK uses Tab to navigate widgets.
However, one can enable the new Fl_Table::tab_cell_nav()
flag to allow Tab to navigate table cells.
Regarding (c): the examples/table-spreadsheet.cxx example was
modified to make use of this new feature,
and the example works better/more predictably.
More to come as other table examples are modified.
The new Fl_Table::tab_cell_nav() method breaks ABI,
so to to access it in FLTK 1.3.x, YOU MUST UNCOMMENT the
FLTK_ABI_VERSION macro at the top of the FL/Enumerations.H file
before rebuilding FLTK.
Link: http://www.fltk.org/str.php?L2862
Version: 1.3-current
Fix Version: 1.3-current
[STR Active]
Link: http://www.fltk.org/str.php?L2862
Version: 1.3-current
Fix Version: 1.3-current
Fixed in Subversion repository.
Fixed (a) and (b) in r9843.
Partial changes for (c): examples/table-spreadsheet.cxx
Regarding (a): by default FLTK uses Tab to navigate widgets.
However, one can enable the new Fl_Table::tab_cell_nav()
flag to allow Tab to navigate table cells.
Regarding (c): the examples/table-spreadsheet.cxx example was
modified to make use of this new feature,
and the example works better/more predictably.
More to come as other table examples are modified.
The new Fl_Table::tab_cell_nav() method breaks ABI,
so to to access it in FLTK 1.3.x, YOU MUST UNCOMMENT the
FLTK_ABI_VERSION macro at the top of the FL/Enumerations.H file
before rebuilding FLTK.
Link: http://www.fltk.org/str.php?L2862
Version: 1.3-current
Fix Version: 1.3-current