|
From: Richard :o <ma...@ri...> - 2000-12-08 03:14:58
|
hi,
Maybe you can slip in this bug fix before going to press:
(IE5.5 WinMe latest snapshot dynapi.zip)
* Viewport.html error on mouseover 'scroll up' etc
solution: pathanim.js line 142 was:
this.contentPane.pathanim.stopAnimation();
should be:
this.contentPane.stopSlide();
Other bugs found:
* Label.html all are selectable; (ns ok)
resizing non wrappable doesn't work
unselectable layer ==selectable (cursor==ok)
* ScrollBar.html slight jumping of scroll
* ScrollPane.html arrow buttons don't work well.(also ns)
they don't move the scrollbar right to the end.
Cheers,
Richard :)
----- Original Message -----
From: "Robert Rainwater" <rra...@ya...>
To: "DynAPI Development List" <dyn...@li...>
Sent: Thursday, December 07, 2000 6:34 PM
Subject: Re: [Dynapi-Dev] DynAPI Releases
>
> Sure, I think we are about ready to make a new release. There's only
> a few things that need to be cleaned up. Like dynimage.js and
> images.js redundancy and the pathanim and slide redundancy.
>
> When the new version is released, it will contain a list of the
> changes that have been made from the last release.
>
> --
> // Robert Rainwater
>
> On 12/6/2000, 9:49:30 AM EST, Peter wrote about "[Dynapi-Dev] DynAPI
Releases":
>
>
>
> > With all this CVS stuff, are there still going to be releases DynAPI? I
> > just want to get some periodic releases of reasonable stable versions of
> > the package, not every minor change that happens. I don't want to have
to
> > pick up new stuff every day, with a "random" set of changes. And most
> > important - I really need to know what has changed from one version to
the
> > next (not every minor bug fix - new features, changed features, etc.) Is
> > anything like this being done now?
>
> > I am reading the mailing lists, but I can't possibly keep up with all
the
> > traffic, or understand all the comments about areas that I'm not working
> > with at the moment, etc.
>
> > --
> > Peter Curran Software Developer Casebank Technologies Inc.
>
> > _______________________________________________
> > Dynapi-Dev mailing list
> > Dyn...@li...
> > http://lists.sourceforge.net/mailman/listinfo/dynapi-dev
>
>
> _______________________________________________
> Dynapi-Dev mailing list
> Dyn...@li...
> http://lists.sourceforge.net/mailman/listinfo/dynapi-dev
> ____________________________________________________________
> Get your FREE personal .com domain name and
> NAMEzero Personal Portal at: http://www.namezero.com.
> For customer service, mailto:cus...@na....
>
>
|