>>>>> "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes:
Juergen> On 27-Mar-2002 Herbert Voss wrote: >> two ways: a) accept these relative lengths and pass them to the >> inset and ignore them when drawing the image on screen Juergen> I don't understand I have this in InsetMinipage which also Juergen> uses this %lengths and displays them WYSIWYMG on screen this Juergen> is the fuction I use to have the length on screen: Juergen> int InsetMinipage::latexTextWidth(BufferView * bv) const { Juergen> return width_.inPixels(InsetCollapsable::latexTextWidth(bv), bv-> text->defaultHeight()); Juergen> } Juergen> Shouldn't that be possible for an InsetGraphics too? Go re-read the thread that Herbert pointed to. Basically, it is quite difficult to do with the current GraphicCache. JMarc