Thomas DeWeese wrote:

Do you have this problem with the sample ScrollExample in contrib?

Ah, thanks for pointing this out. It helped me track down my problem: since I am loading several documents in succession, what was happening is that JSVGcrollPane's internal state keeping (for scroll bar extents and such) was not being reset between documents. I assumed this was automatic, but it turns out I have to call reset() in between docs. I solved this by creating a subclass of JSVGcrollPane that calls reset() whenever I get a gvtBuildCompleted. This seems to work. If you think that JSVGScrollPane should do this automatically, I'd be happy to send a patch against current CVS.

Thanks



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to