- Original Message -
From: "Peter Curran" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, January 02, 2001 4:56 PM
Subject: [Dynapi-Help] Dynapi GUI Buttons problem
> I asked about this just before Christmas, but didn't see any response. I'm
ROTECTED]
> [mailto:[EMAIL PROTECTED]]Namens Peter Curran
> Verzonden: dinsdag 2 januari 2001 22:24
> Aan: [EMAIL PROTECTED]
> Onderwerp: Re: [Dynapi-Help] Dynapi GUI Buttons problem
>
>
> At 12:01 PM 02/01/01 -0800, Alan Mukamal wrote:
>
> >What browser are you using?
&
At 12:01 PM 02/01/01 -0800, Alan Mukamal wrote:
>What browser are you using?
>If it's IE 5.5, I am having a similar problem with the *old* dynlayer api.
>It seems that plain html text on a layer is an object that gets events in
>IE 5.5 and (possibly) deprives the underlying layer or div from hea
entListener(btnGrid)
btnGridGridListener.onclick=function(e) {showGrid(); }
btnGrid.addEventListener(btnGridGridListener)
navigationDiv.addChild(btnGrid)
Hope this assists.
Max
----- Original Message -
From: "Peter Curran" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent:
What browser are you using?
If it's IE 5.5, I am having a similar problem with the *old* dynlayer api.
It seems that plain html text on a layer is an object that gets events in
IE 5.5 and (possibly) deprives the underlying layer or div from hearing
about the event.
Is this plausible?
In my cas
I asked about this just before Christmas, but didn't see any response. I'm
going to try again, in case I missed something, 'cause I'm still stuck.
I am trying to create a simple clickable button, with a text label, that I
can write event handlers for. This seems like just about the simplest
in