From: Al B. <by...@lo...> - 2001-02-03 21:58:56
|
I was fooling around with the scrollpane example. I see that it fails on a resize in NS4, but I have seen emails about the NS4 resize bug coming back with the precreate system. I do not get the same error in IE5.0, but if I run the scrollpane example in a frame and resize I get an "'undefined' is not an object" error in dynapi.js: resizeHandler : function() { var doc = this.dyndoc; var w = doc.getWidth(); In other words, this.dyndoc is not defined. I would like to help, but I know so little. I just put the whole scrollpane example in an inner frame; I did not try to do something as in the tutorial where the inner frame dyndocument was addressed from a parent frame. Are there techniques that need to be used when working in frames? -- Al Byers Local Square, Inc. 826 N. Augusta St. Staunton, VA 24401 540.213.0500 www.localsquare.com by...@lo... |