>>>>> "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes:
Juergen> It is obvious why this happens and it will always happen! The Juergen> message is in getMaxWidth() which every InsetText inside of a Juergen> tabular has to call to be able to draw itself! So if we draw Juergen> the tabular for the first time and we have a "width field" Juergen> set, then ..., but just have a look at the function and Juergen> you'll see why this has to happen! I just find that message Juergen> stupid, maybe it served, but IMO it doesn't give ANY usefull Juergen> hint now. Yes, but the insettext does not draw itself just by black magic. It is to be told to do so by the tabular inset, which knows the cell. So maybe is it happening when the insettext is the locking inset and some general redraw command happens... I asked because this getMaxWidth is slow when the warning occurs, and speeding things up is always nice :) JMarc