On Tue, Oct 29, 2002, Chris Hawks wrote: > the next multiImage is appended to the 'anchor' for the previous > image... So all images when tapped display the follow link/show > image popup even tho they have no link.
Nice catch. I did know there was a problem somewhere in the anchor handling, since tapping on "normal" links would sometimes display the follow link/show image popup and it was one of the problems in my TODO list. Hopefully, that problem has been fixed, too (so I can remove that item from my TODO list -- it's long enough:) > DoAnchorBegin( pContext, tContext, functionWidth ); > DrawInlineImage( inlinedImage, tContext, functionWidth ); > AnchorStopImage( tContext, pContext->fontHeight, *functionWidth ); > - AnchorStop( tContext, pContext->fontHeight ); > + DoAnchorEnd( pContext, tContext, functionWidth ); I would suggest that we change DoAnchorBegin to AnchorStart and keep the AnchorStop. We have all necessary data to call AnchorStart directly instead of first calling DoAnchorBegin and let it call AnchorStart (same thing applies for DoAnchorEnd/AnchorStop.) /Mike _______________________________________________ plucker-dev mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-dev