Re: multicolumn in 1.1.6pre2

2000-12-02 Thread Jürgen Vigna
[EMAIL PROTECTED], [EMAIL PROTECTED] wrote: >I've tried it myself, and found out that everything works file if I use the >edit->tabular->multicolumn menu, but it doesn't work when using the dialog >(no matter if the selection is done with mouse or the keyboard). This seems REALLY strange to me

Re: multicolumn in 1.1.6pre2

2000-11-30 Thread Dekel Tsur
On Thu, Nov 30, 2000 at 12:00:59AM +, Jürgen Vigna wrote: > >I'm not sure what you mean here, I can't select stuff without the text > >cursor following. And shouldn't I be able to get it to redraw properly > >later ? > > Do you select with mouse or with cusor keys? Please try to do the same >

Re: multicolumn in 1.1.6pre2

2000-11-29 Thread Jürgen Vigna
[EMAIL PROTECTED], [EMAIL PROTECTED] wrote: > >On Mon, 27 Nov 2000, Jürgen Vigna wrote: >Sorry, I didn't realise you didn't have easy access to the source as >well. This is InsetTabular::draw(), inside the need_update == CELL >case. It comes *after* the code that does the H I thought about

Re: multicolumn in 1.1.6pre2

2000-11-27 Thread John Levon
On Mon, 27 Nov 2000, Jürgen Vigna wrote: > Well you didn't tell me where in the code :), but I'm pretty sure this is > in the part where the width of the columns (tabular) is calculated is it? > Sorry, I didn't realise you didn't have easy access to the source as well. This is InsetTabular::draw

Re: multicolumn in 1.1.6pre2

2000-11-27 Thread Jürgen Vigna
[EMAIL PROTECTED], [EMAIL PROTECTED] wrote: >It triggers this when you select it : >if (the_locking_inset != tabular->GetCellInset(cell)) { >lyxerr[Debug::INSETS] << "ERROR this shouldn't happenn"; >return; >} >Commenting out the return gives a segfault.

Re: multicolumn in 1.1.6pre2

2000-11-27 Thread John Levon
On Mon, 27 Nov 2000, Jürgen Vigna wrote: > > > [EMAIL PROTECTED], [EMAIL PROTECTED] wrote: > > > >It no longer seems to work, highlighting multiple column cells, > >selecting layout-tabular (or right click), and choosing multicolumn -- > >to join the columns into a single column. > > I'm sorry

Re: multicolumn in 1.1.6pre2

2000-11-27 Thread Jürgen Vigna
[EMAIL PROTECTED], [EMAIL PROTECTED] wrote: > >It no longer seems to work, highlighting multiple column cells, >selecting layout-tabular (or right click), and choosing multicolumn -- >to join the columns into a single column. I'm sorry I cannot investigate at the moment, but this seems pretty s