Just an update. I fixed the cancelScroll problem w/:
ViewPort.prototype.cancelScroll = function() {
this.contentPane.pathanim.stopAnimation();
this.invokeEvent("scrollend");
};
--
// Robert Rainwater
On 12/6/2000, 10:13:31 PM EST, Robert wrote about "[Dynapi-
If you remove it, after you stop scrolling, then the
contentPane will not scroll anymore unless you set its pathanim to
null.
--
// Robert Rainwater
On 12/6/2000, 10:37:03 PM EST, Dan wrote about "[Dynapi-Dev] Scrollpane Problems":
> The event names during slide's have change
The event names during slide's have changed, they are "pathstart", "pathrun", and
"pathstop". So this would be the first thing to look at. If no one else finds the
problem I will get around to it.
Dan
On Wed, Dec 06, 2000 at 03:31:33PM -0500, Robert Rainwater wrote:
>
> Using the latest fr
Using the latest from CVS, the scroll buttons do not work as they
should. By clicking the down arrow and releasing, the object will
continue to scroll until it reaches the bottom, even if you release
the button.
It appears scrollpane does not catch the onscrollend. I don't know if
it needs to,