[Flvw-user] scrollbars
Status: Beta
Brought to you by:
lcharlto
|
From: <BSc...@t-...> - 2001-07-09 08:00:23
|
hello flvw-users, i am using flvw-20000224.tgz with fltk-1.0.11. = if i have a large table with column-headers on, the region of the scrollbar, which is next to the header-field (specially the up-arrow), doesn't get the mouse-events. To solve this problem, i changed Flv_Table.cxx line 634 (or near): // was: if ( r < 0 && c=3D=3D-4 ) if (( r < 0 && c=3D=3D-4 ) || ( r =3D=3D -4 && c < 0 ) ) and Flv-List.cxx line 898 (or near): x =3D W - vrow_width / 10; // was: w =3D vrow_width / 10; now it seems to work, at least in my examples. Question: Is this ok, or did i anything stupid? regards Bernhard -- = bit field technologie http://www.bit-field.de Prezier 11, D-29485 Lemgow +49.(0)5883.626 Dipl. Math. Bernhard Sch=F6nhammer in...@bi... |