In this code:
.
DynAPI.onLoad=function() {
myLayer = new DynLayer()
myLayer.setSize(100,100)
myLayer.setBgColor('#c0c0c0')
myLayer.moveTo(100,100)
myListener = new EventListener(DynAPI.document)
myListener.onclick=function(e) {
alert('click');
i'm not too sure, but it is possible that the use of setHTML() being after the
execution of the tags is causing the code to be lost.
try creating the layers and then adding them using the afterload event.
Ramon Buckland wrote:
> Michael Pemberton, (and others)
>
> We have implemented your(Mich
Now causes error line11 PathAnimation is undefined
in IE5.5
- Original Message -
From: "ADnoctum" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, February 07, 2001 12:48 PM
Subject: RE: [Dynapi-Help] DynAPI error or browser error?
> Sorry, It's working now.
>
>
>
>
>
> >You
Sorry, It's working now.
>Your link gives 404
>
>I'm having similar problems with events in IE5.5 and NS6, if the layers
>contain images. This is an API problem, older versions did not have this
>problem.
>
>Richard.
>
>
>- Original Message -
>From: "ADnoctum" <[EMAIL PROTECTED]>
>To:
I'm looking for some people to test out come of my code on macs.
I want to try get the code working before I post it to the general
dynapi population.
If there is anyone out there willing to help me out, please email / icq
me.
--
Michael Pemberton
[EMAIL PROTECTED]
ICQ: 12107010
___
I don't think the removeNode is even supported by IE. It will not be
in the next release anyways.
--
Robert Rainwater
On 3/5/2001, 5:46:53 PM EST, Darryl wrote about "[Dynapi-Help] deleteChild() IE5":
> Thanks Eytan,
> I found two functions that contained removeFromParent and I commented ou
Michael Pemberton, (and others)
We have implemented your(Michael) AfroAPI LoadPanel version into our
codebase and all is working well.
Except for a small glitch I guess, We are creating layers from a database,
such that ..
Layer 1 <--- has a URL to an ASP page say X.asp?id=layer1
X.asp
that code should work no matter where you want to reference the item from. a
global variable is accessable anywhere. eg: "is.xxx" is an example of a
global variable.
Lluis Casany wrote:
> Hi,
>
> I working on a widget. I'd like to value a 'document variable' from a
> widget. When I'm saying a
Your link gives 404
I'm having similar problems with events in IE5.5 and NS6, if the layers
contain images. This is an API problem, older versions did not have this
problem.
Richard.
- Original Message -
From: "ADnoctum" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, Februar
Thanks Eytan,
I found two functions that contained removeFromParent and I commented out
both (to try):
DynLayer.prototype.removeFromParent=function() {
if (this.parent!=null) this.parent.removeChild(this);
};
and this one:
DynLayer.prototype.deleteFromParent=function() {
this.p
Hi.
I'm working on a menu that scrolls to the right when the mouse is over a
layer and close to the left when receibes an onMouseDown event. For that I'm
creating a two layers wich hold a button(the content) and an arrow wich open
the menu. These two layers are childs of another layer that I move
The best I have to offer at the momnet is: be
minimalistic..
combine layers where you can (ie; the menu is
justone layer that looks like four)
remove them if you can (ie; I had a seperate popup
layer for each menu, now I have just one and I change it's
contents)
use single image instea
Doug,
the site looks great. I didn't go that deep in to looking for bugs (read: didn't
look at all ;) ), but I did have a question. Were you able to find any way to
prevent or control memory leaks? I'm still running into memory problems on
my project and some of my co-workers have been comp
Hi,
I working on a widget. I'd like to value a 'document variable' from a
widget. When I'm saying a 'document variable' I mean a value that I set on
the html code when it is loading and in this way:
var myFlag=false;
I'd like to change myFlag to true from the widget. How I can do that?
thanks
Hello.
I've tested the example containing buttons in NS6 and it doesn't work. Do
you have the same problem ?
Any idea about the cause ?
Thanks.
smime.p7s
Please.
There is no reason to post your messages to more than one list
- Original Message -
From: "Carlos A. Pacheco Navas" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Monday, March 05, 2001 4:13 AM
Subject: [Dynapi-Help] NS4 resizing works fine
> Hi all.
>
This is the famous access violation I was talking about. It happens
somtimes. I think it may have to do with the splicing or I also found that
if you delete the line that contains removeFromParent this is solved. I will
look into it soon(I'm working on a cool widget now)
8an
Hi all.
I've tested David's solution for NS4.08 and it works wonderful in all the
cases. It seems we have a final solution for the resizing problem :)
--
--
Carlos Pacheco Navas Departament
d'e
Greetings All,
Regarding the post "[Dynapi-Help] Resizing in NS4"
from Carlos, we have been working on the problem when
the images are being sized. It turns out that ns4.08
does things a little different. Attached is an
updated modification to replace the one I previously
posted for fixing res
19 matches
Mail list logo