Re: [Dynapi-Help] Dynapi GUI Buttons problem

2001-01-07 Thread Richard :o
- 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

RE: [Dynapi-Help] Dynapi GUI Buttons problem

2001-01-02 Thread Pascal
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? &

Re: [Dynapi-Help] Dynapi GUI Buttons problem

2001-01-02 Thread Peter Curran
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

Re: [Dynapi-Help] Dynapi GUI Buttons problem

2001-01-02 Thread Max Campsell
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:

Re: [Dynapi-Help] Dynapi GUI Buttons problem

2001-01-02 Thread Alan Mukamal
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

[Dynapi-Help] Dynapi GUI Buttons problem

2001-01-02 Thread Peter Curran
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