Re: Tab-stop filled with dots?
Re: Tab-stop filled with dots?
- Subject: Re: Tab-stop filled with dots?
- From: "Uko Fiedler" <email@hidden>
- Date: Tue, 29 Apr 2003 11:07:51 +0200
- Organization: http://freemail.web.de/
Thank you Brian
On 2003-04-27 17:32:10 +0200 Brian Webster <email@hidden> wrote:
>
On Sunday, April 27, 2003, at 05:39 AM, Uko Fiedler wrote:
>
>
> Your tip leads me to another question: TextEdit and therefore my TEPx has a
>
> problem with layouting images in page view mode, when the image is to big to
>
> fit on a page these editors will hang. Is drawGlyphsForGlyphRange:atPoint:
>
> also the best place to shrink those images to avoid the following crash?
>
>
It looks like what's happening is that if the image is too large to fit in
>
one text container, the MultiplePageView creates another container to contain
>
the overflow. But then of course that container can't contain the image
>
either, so it gets stuck in a loop creating an infinite number of text
>
containers. A simple solution would be to call [layoutManager
>
setDefaultAttachmentScaling:NSScaleProportionally] in the -[Document init]
>
method.
>
>
--
>
Brian Webster
uko
______________________________________________________________________________
UNICEF bittet um Spenden f|r die Kinder im Irak! Hier online an
UNICEF spenden:
https://spenden.web.de/unicef/special/?mc=021101
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.