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:
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
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
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
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
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
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 ...
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
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