Re: Table delete row crashes

2001-12-03 Thread Juergen Vigna
On 30-Nov-2001 John Levon wrote: >> * grin * > > you know that still counts as a smiley on a friday ... And if I would have put there * evil grin * is that still a smiley ;) Jug -- -._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._ Dr. Jürgen VignaE-Mail:

Re: Table delete row crashes

2001-11-30 Thread John Levon
On Fri, Nov 30, 2001 at 10:16:22AM +0100, Juergen Vigna wrote: > > I'm not at all clear of how LyXText fits in to an object diagram anyway. What are > > the relationships between it and other classes (in terms of 1-1, contains, etc.) ? > > LyXText is used to speed up drawing. The paragraphs are

Re: Table delete row crashes

2001-11-30 Thread Juergen Vigna
On 30-Nov-2001 Lars Gullik Bjønnes wrote: > Juergen Vigna <[EMAIL PROTECTED]> writes: > >| * grin * > > That does count! B on you. I know but I just couldn't resist! Jug -- -._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._ Dr. Jürgen VignaE-Mail: [E

Re: Table delete row crashes

2001-11-30 Thread Juergen Vigna
On 29-Nov-2001 John Levon wrote: > Apparently the answer is to call some resizeLyXText()s and do some other weird > magic. Well I won't call it magic it's just redoing the row's of LyXText! > I'm not at all clear of how LyXText fits in to an object diagram anyway. What are > the relationships

Re: Table delete row crashes

2001-11-29 Thread John Levon
On Thu, Nov 29, 2001 at 02:46:14PM +0100, Juergen Vigna wrote: > > How can this situation come about ? My attempts to reset the lt's cursor > > all crash fairly soon after. I can unlock the full table inset on delete row, > > but when I click back into it, you get similar crashes with wrong curso

Re: Table delete row crashes

2001-11-29 Thread Andre Poenitz
On Thu, Nov 29, 2001 at 06:29:48PM +0100, Lars Gullik Bjønnes wrote: > >> > Just a couple of pointers (no pun intended) would be good ... > >> > >> Well there are a lot pointers used in the source just choose one ;P > > > | ... and this, of course, was a pointer to the problem ;-) > > So, who ar

Re: Table delete row crashes

2001-11-29 Thread Andre Poenitz
On Thu, Nov 29, 2001 at 02:46:14PM +0100, Juergen Vigna wrote: > > Just a couple of pointers (no pun intended) would be good ... > > Well there are a lot pointers used in the source just choose one ;P ... and this, of course, was a pointer to the problem ;-) Andre' -- André Pönitz ...

RE: Table delete row crashes

2001-11-29 Thread Juergen Vigna
On 28-Nov-2001 John Levon wrote: > > OK, it seems that the lyxtext of the new cell is OK, but its cursor > is still pointing to the wrong row/par. I fixed this. The problem was that the paragraph got "realoccated" and LyXText was not reinitialized, obviously then if we operate on row->par() ins

Table delete row crashes

2001-11-28 Thread John Levon
OK, it seems that the lyxtext of the new cell is OK, but its cursor is still pointing to the wrong row/par. How can this situation come about ? My attempts to reset the lt's cursor all crash fairly soon after. I can unlock the full table inset on delete row, but when I click back into it, you ge