--- Kevin <[EMAIL PROTECTED]> wrote: > What are <layer> isolations?
In NS4 each layer has it's own document object and thus document.images will not work in those layers. We would have to do something like document.layers['name'].document.images['name']; to gain access to the images in that layer. I didn't spot that the > example didn't need to include the dynapi.api.* > I like the idea of a general library before the api. > Should mouse events be an ext like key events to > include if needed by the user or possibly a library > dependence include order? No. I don't think MouseEvents should be an extension like the DynKeyEvents. MouseEvents is basically a very essential part of dynapi. I can seem to think of a DynAPI app of website that will never use MouseEvents. If users don't want if all they have to do is to not use dynapi.api and use EventObject, etc. -- Raymond Irving > - > Kevin > > ----- Original Message ----- > From: "Raymond Irving" <[EMAIL PROTECTED]> > To: "Dynapi-Dev" <[EMAIL PROTECTED]> > Sent: Friday, April 11, 2003 11:56 PM > Subject: Re: [Dynapi-Dev] Image rollover NS4 bug > > > > > > Well, what do you know... In order for > functions.Image > > to work with NS4 (due to <layer> isolations) the > > MouseEvent library will have to be included. This > will > > cause links to be assigned the ._dynobj property. > > > > For NS4 I'll set it so whenever the Image library > is > > loaded it will automatically load the MouseEvent > > library, agree? Is there another solution? > > > > > > -- > > Raymond Irving > > > > --- Kevin <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > > > In NS4 on Windows: > > > > > > dynapi.functions.getimage.html > > > error > > > line 22 > > > this._dynobj has no properties > > > > > > - > > > Kevin > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > This SF.net email is sponsored by: Etnus, makers > of > > > TotalView, The debugger > > > for complex code. Debugging C/C++ programs can > leave > > > you feeling lost and > > > disoriented. TotalView can help you find your > way. > > > Available on major UNIX > > > and Linux platforms. Try it free. www.etnus.com > > > _______________________________________________ > > > Dynapi-Dev mailing list > > > [EMAIL PROTECTED] > > > > > > http://www.mail-archive.com/[EMAIL PROTECTED]/ > > > > > > __________________________________________________ > > Do you Yahoo!? > > Yahoo! Tax Center - File online, calculators, > forms, and more > > http://tax.yahoo.com > > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: Etnus, makers > of TotalView, The debugger > > for complex code. Debugging C/C++ programs can > leave you feeling lost and > > disoriented. TotalView can help you find your way. > Available on major UNIX > > and Linux platforms. Try it free. www.etnus.com > > _______________________________________________ > > Dynapi-Dev mailing list > > [EMAIL PROTECTED] > > > http://www.mail-archive.com/[EMAIL PROTECTED]/ > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Etnus, makers of > TotalView, The debugger > for complex code. Debugging C/C++ programs can leave > you feeling lost and > disoriented. TotalView can help you find your way. > Available on major UNIX > and Linux platforms. Try it free. www.etnus.com > _______________________________________________ > Dynapi-Dev mailing list > [EMAIL PROTECTED] > http://www.mail-archive.com/[EMAIL PROTECTED]/ __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - File online, calculators, forms, and more http://tax.yahoo.com ------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger for complex code. Debugging C/C++ programs can leave you feeling lost and disoriented. TotalView can help you find your way. Available on major UNIX and Linux platforms. Try it free. www.etnus.com _______________________________________________ Dynapi-Dev mailing list [EMAIL PROTECTED] http://www.mail-archive.com/[EMAIL PROTECTED]/
