Re: Another table selection problem

2001-12-06 Thread John Levon
On Thu, Dec 06, 2001 at 11:11:42AM +0100, Juergen Vigna wrote: > > If I select from c to d, then even though cell b protudes, I end up at d, > > with b unselected. It should check all cells all the way to the end of the >selection, > > not just > > I know, I think I answered this already in my

RE: Another table selection problem

2001-12-06 Thread Juergen Vigna
On 06-Dec-2001 John Levon wrote: > If I select from c to d, then even though cell b protudes, I end up at d, > with b unselected. It should check all cells all the way to the end of the selection, > not just I know, I think I answered this already in my previous mail, didn't I? Jug -

Another table selection problem

2001-12-05 Thread John Levon
This code : 978 if ((ocell == sel_cell_end) || 979 (tabular->column_of_cell(ocell)>tabular->column_of_cell(actcell))) 980 setSelection(start, tabular->GetCellAbove(sel_cell_end)); 981 else 982