Andre Poenitz wrote: > On Wed, Oct 15, 2003 at 05:35:20PM +0200, Alfredo Braunstein wrote: >> I would think that bv->lockInset(inset), where inset is the inner inset >> you are locking (an InsetText if inside a tabular) but I don't know >> really. > > That's what I am doing. And it works sometimes ;-|
Incidentally, I need the InsetText owning some paragraph for locking, but inside a tabular ParIterator::inset returns the insettabular, not the insettext. How do I get it? [this is tabular handling is becoming neightmarish] Alfredo