Hi Richard thanks for the reply.
Improved example is up
> > http://www.digisign.pl/~darryl/files/ticker.htm no frames
> >
> >
> > http://www.digisign.pl/~darryl/marquee.htm frames
I'd patched dyndocument and mouse with the resize fix posted earlier [resize
issues]. And the code here works well with IE. NS reports "cannot convert .y
to an integer".
The frames I fixed up by playing with the layers and text size. I'll keep at
the NS6 problem.
Blessings Darryl
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Richard
> Bennett
> Sent: Wednesday, June 06, 2001 3:52 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [Dynapi-Help] - scrolling ticker taper
>
>
> Hi,
> I noticed that your resizing creates a new ticker every resize in
> IE, as you
> don't delete the current one first.
> if you are using the latest CVS version of the API, the NS4 resize-fix has
> been included again, and this code should work:
>
> Sadly the website is down, and the snapshots haven't been updated since
> 15/5/01.
>
> DynAPI.onResize = function(){
> setTimeout('myMarquee.setWidth(DynAPI.document.getWidth())',100)
> myMarquee.moveTo(0,DynAPI.document.getHeight-30)
> }
>
> For NS6, you either modify the widget to use a dynlayer, instead
> of a label,
> or hard-code the label size somewhere.
> putting the "getContentWidth()", or height in a setTimeout might
> also help.
>
> The frames I don't know about.
>
> Richard.
>
_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-help